shared_pref_builder 1.0.1
shared_pref_builder: ^1.0.1 copied to clipboard
A code generator that builds easy-to-use SharedPreferences accessors for Flutter apps.
1.0.0 #
- Added support for primitive types
- Added support for JSON
- Added support for SPField for custom
fromandto - Added support for DateTime
- Added
sp_builderconfig check frompubspec.yaml
1.0.1 #
- [BREAKING CHANGE] Removed part file generation. (*.g.dart)
- .g.dart file creates conflicts with build_runner. so now the generates file is suffixed with
_gen.dart
- .g.dart file creates conflicts with build_runner. so now the generates file is suffixed with
- Update documentation
- [Fix] pubspec.yaml config key mismatch.
- Passing the file path under
shared_pref_builder>pathfor works properly. - If it does not start with
lib/,libwill be added to the file path before scanning.
- Passing the file path under