tool_database 0.0.4
tool_database: ^0.0.4 copied to clipboard
Contains base functionality for the DB
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tool_database
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
tool_database: ^0.0.4
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:tool_database/database.dart';
import 'package:tool_database/declaration/connection/connection.dart';
import 'package:tool_database/declaration/connection/native.dart';
import 'package:tool_database/declaration/connection/unsupported.dart';
import 'package:tool_database/declaration/connection/web.dart';
import 'package:tool_database/declaration/database_di.dart';
import 'package:tool_database/declaration/database_initializer.dart';