useful_classes 3.0.0+1
useful_classes: ^3.0.0+1 copied to clipboard
Pack with useful classes to facilitate the creation of other resources
3.0.0+1 #
- Replaced package
pendanticwithflutter_lints.
3.0.0 #
- Implemented Null Safety
2.4.5+1 #
- Made modifications related to updating the
pedanticpackage to version1.11.0.
2.4.5 #
- Correction made in the initialization of the List.
2.4.4 #
- Deleted the file 'pubspec.lock'
2.4.3 #
- Adjust 'fromJson' method of 'BasicModel' to make no error when passing null 'json' parameter.
- Update in the file '.gitignore' not to comit 'pubspec.lock'
2.4.2 #
- Adjusted 'fromJson' method of 'BasicModel' to give no error when it is tried to load a model passing the null 'json' parameter.
2.3.2 #
- Fixed the
readListmethod ofBasicModelthat was not returning the map in the requested type.
2.3.1 #
- Fixed the
readValuemethod ofBasicModelwhich was always returning null.
2.3.0 #
- Added the
readListmethod inBasicModelto load a list of objects from a JSON.
2.2.0 #
- Adjustments to the
BasicModeldocumentation.
2.2.0 #
- Removed the constructor named
emptyfrom theBasicModelclass. - Added the
exportOnlyChangedandignoreNullsparameters in thewriteValuesmethod of theBasicModelclass. - Repositioned methods of the
BasicModelclass. - Added test for the
BasicModelclass.
2.1.0+1 #
- Adjustment in the readme query selector
2.1.0 #
- Added
BasicModelto standardize and facilitate the initialization of classes based on aJSONand also to export a class toJSON. - Removed unused dependencies
2.0.0 #
- Restructured package and left only auxiliary classes for the development of other packages.
- Added
Loggerclass. - Added
OnDisposeclass.
1.1.0 #
- Removed providers, moved to module provider_package package.
- Added
BasicLocalizationto facilitate a internationalization of applications e packages.
1.0.0 #
- Added ValueProvider, ValuesProvider, ListProvider with your consumers.
- Removed ValueBloc and ValuesBloc.
0.0.3 #
- Removed ValueModel, ValuesModel
0.0.2 #
- Added ValueModel, ValuesModel
0.0.1 #
- Initial version