data_db 0.0.3 copy "data_db: ^0.0.3" to clipboard
data_db: ^0.0.3 copied to clipboard

A data library. Provide classes and utilities for better manipulation of data coming from an SQL database.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add data_db

With Flutter:

 $ flutter pub add data_db

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

dependencies:
  data_db: ^0.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:data_db/data_db.dart';
0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A data library. Provide classes and utilities for better manipulation of data coming from an SQL database.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-2-Clause (LICENSE)

Dependencies

dartz, intl, strings

More

Packages that depend on data_db