useful_classes 3.0.0 useful_classes: ^3.0.0 copied to clipboard
Pack with useful classes to facilitate the creation of other resources
2.4.5+1 #
- Made modifications related to updating the
pedantic
package 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
readList
method ofBasicModel
that was not returning the map in the requested type.
2.3.1 #
- Fixed the
readValue
method ofBasicModel
which was always returning null.
2.3.0 #
- Added the
readList
method inBasicModel
to load a list of objects from a JSON.
2.2.0 #
- Adjustments to the
BasicModel
documentation.
2.2.0 #
- Removed the constructor named
empty
from theBasicModel
class. - Added the
exportOnlyChanged
andignoreNulls
parameters in thewriteValues
method of theBasicModel
class. - Repositioned methods of the
BasicModel
class. - Added test for the
BasicModel
class.
2.1.0+1 #
- Adjustment in the readme query selector
2.1.0 #
- Added
BasicModel
to standardize and facilitate the initialization of classes based on aJSON
and 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
Logger
class. - Added
OnDispose
class.
1.1.0 #
- Removed providers, moved to module provider_package package.
- Added
BasicLocalization
to 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