fdatabase 0.0.6 copy "fdatabase: ^0.0.6" to clipboard
fdatabase: ^0.0.6 copied to clipboard

A new flutter package to save and load data (Synchronously) from local database

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fdatabase

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fdatabase: ^0.0.6

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:fdatabase/fdatabase.dart';
7
likes
140
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

A new flutter package to save and load data (Synchronously) from local database

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, path, path_provider

More

Packages that depend on fdatabase