sqlite_handler 0.0.4 copy "sqlite_handler: ^0.0.4" to clipboard
sqlite_handler: ^0.0.4 copied to clipboard

Sqlite Handler is a small and light package to deal with the Sqlite database.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqlite_handler

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

dependencies:
  sqlite_handler: ^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:sqlite_handler/core/enums/orders.dart';
import 'package:sqlite_handler/core/enums/sqlite_data_type.dart';
import 'package:sqlite_handler/core/extensions/enumations.dart';
import 'package:sqlite_handler/core/extensions/string.dart';
import 'package:sqlite_handler/core/extensions/symbol.dart';
import 'package:sqlite_handler/core/utils/encyription.dart';
import 'package:sqlite_handler/database/database_helper.dart';
import 'package:sqlite_handler/database/migrations.dart';
import 'package:sqlite_handler/database/migrations/schema/schema.dart';
import 'package:sqlite_handler/database/migrations/schema/schema_utils.dart';
import 'package:sqlite_handler/model.dart';
2
likes
120
pub points
23%
popularity

Publisher

verified publishermabdulmonem.com

Sqlite Handler is a small and light package to deal with the Sqlite database.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

file_encryptor, flutter, flutter_web_plugins, path, plugin_platform_interface, sqflite

More

Packages that depend on sqlite_handler