database_universe 1.1.4
database_universe: ^1.1.4 copied to clipboard
Database Universe package for help you save any data in anywhere with high performance speed, easy feature and ready for scala business
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add database_universe
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
database_universe: ^1.1.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:database_universe/database_universe.dart';