flutter_fit_utils 2.4.2 copy "flutter_fit_utils: ^2.4.2" to clipboard
flutter_fit_utils: ^2.4.2 copied to clipboard

A flutter package to easily manage data in and out of repositories. This package is the core of it's environement.

1.0.0 #

  • Added Models
  • Added Repositories
    • Firebase Firestore
    • Firebase Remote Config (Read Only)
    • shared_preferences
  • Added some basic extensions

1.0.1 #

  • Formated code
  • Add /example/main.dart
  • Fixed code issues

2.0.0 #

  • Added extensions for primitive types to create/read models
  • Removed extensions that were too specific and weren't related to models

2.0.1 #

  • Updated README

2.1.0 #

  • Added the invalid attribute inside the copyWith method of modelable

2.2.0 #

  • Added support for Hive
  • Made a new example

2.2.1 #

  • Fixed get() and getAll() for Hive.

2.3.0 #

  • Added a generic model

2.3.1 #

  • Fix generic model

2.4.0 #

  • Added failsafe to Model.fromJson.

2.4.1 #

  • Fixed Model.fromJson.

2.4.2 #

  • Added mock repository.
3
likes
140
points
317
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package to easily manage data in and out of repositories. This package is the core of it's environement.

Homepage
Repository (GitHub)
View/report issues

Topics

#models #repositories #services #extensions

Documentation

API reference

License

MIT (license)

Dependencies

cloud_firestore, firebase_remote_config, flutter, hive, intl, shared_preferences

More

Packages that depend on flutter_fit_utils