settings_gen 1.0.4 copy "settings_gen: ^1.0.4" to clipboard
settings_gen: ^1.0.4 copied to clipboard

discontinued

Code generator for MobX that adds support for annotating your code with @observable, @computed, @action and also creating SettingsStore classes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add settings_gen

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

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

Publisher

verified publisherrodydavis.com

Code generator for MobX that adds support for annotating your code with @observable, @computed, @action and also creating SettingsStore classes.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

analyzer, build, build_resolvers, flutter, meta, path, settings_manager, source_gen

More

Packages that depend on settings_gen