flutter_pack 1.0.9+1 copy "flutter_pack: ^1.0.9+1" to clipboard
flutter_pack: ^1.0.9+1 copied to clipboard

A Flutter utility package that provides database helpers, model/repository generators, string/date extensions, and shared preferences management to speed up app development.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_pack

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

dependencies:
  flutter_pack: ^1.0.9+1

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:flutter_pack/flutter_pack.dart';
1
likes
95
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter utility package that provides database helpers, model/repository generators, string/date extensions, and shared preferences management to speed up app development.

License

unknown (license)

Dependencies

collection, connectivity_plus, cupertino_icons, flutter, http, intl, package_info_plus, path, shared_preferences, sqflite, url_launcher, uuid

More

Packages that depend on flutter_pack