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

pref_gen's implementation of the shared preferences adapter to use with the generator.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pref_gen_flutter

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

dependencies:
  pref_gen_flutter: ^0.0.3

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:pref_gen_flutter/pref_gen_flutter.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

pref_gen's implementation of the shared preferences adapter to use with the generator.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, pref_gen_annotations, shared_preferences

More

Packages that depend on pref_gen_flutter