adhara 0.1.2
adhara: ^0.1.2 copied to clipboard
Base framework for Flutter Apps with intense networking and data interactivity
0.1.0 13th September, 2018. #
- Storage Field classes introduced. table schema can now be declared easily with introduced classes by making field types mandatory
- Storage Field classes will support storing boolean/json fields - serialization and deserialization will be taken care by these classes
0.0.45 2nd September, 2018. #
- Adding examples
0.0.44 2nd September, 2018. #
- Adding shared preferences in Resources. User r.preferences to access shared_preferences API's
0.0.42 29th August, 2018. #
- Reverting to previous
0.0.41 29th August, 2018. #
- Upgrade all dependencies to latest
0.0.39 29th August, 2018. #
- Resources made available in DataInterface by public field
r.
0.0.38 19th August, 2018. #
- Router's getRoute function's argument urlPatterns now accepts kwargs, ex:
{"pattern": "^posts/{{postId}}([0-9]+)/edit\$", "router": NewPost.router, "kwargs": {"edit": true}},
0.0.36 17th August, 2018. #
- Storage provider create table error handled for IOS
0.0.35 12th August, 2018. #
- Sentry ignore strings introduced.
List<String> get sentryIgnoreStringsinConfig
0.0.34 11th August, 2018. #
- Adding sentry. use Config.sentryDSN to configure sentry data source name
0.0.32 7th August, 2018. #
- NetworkProvider enhanced. Interceptors introduced.
0.0.30 4th August, 2018. #
- single instance database referred from resources. It is expected to be auto closed on app closing...
0.0.28 1st August, 2018. #
- loadLanguage introduced. Can call this to load new languages whenever required
[0.0.28] - 29th July, 2018. #
- clearResources introduced. This can be called on logout from the application.
- clearResources by default clear's AppState and calls DataInterface's clearDataStores method.
- dataStores getter introduced in DataInterface. This must return all data stores whose creation and truncation will be handled with easy utils.
0.0.27 19th July, 2018. #
- Mode utilities added
0.0.25 19th July, 2018. #
- Introducing tag for AdharaState to manage state related unique variables
0.0.22 19th July, 2018. #
0.0.21 19th July, 2018. #
- StorageProvider methods relating to get list now accepts all arguments supported by sqflite
0.0.20 19th July, 2018. #
- StorageProvider delete operation Signature changes
0.0.18 19th July, 2018. #
- Introducing Batch Udpate.
0.0.16 18th July, 2018. #
- Created time and Updated time for all beans and storage's.
0.0.13 18th July, 2018. #
- Introducing AdharaStatelessWidget. Use buildWithResources(BuildContext context, Resources r) to access resources.
0.0.12 15th July, 2018. #
- Network provider failure responses now throw error
0.0.10 15th July, 2018. #
- App state scope get and set method names changed to getValue setValue.
- default value made optional for getValue
0.0.6 15th July, 2018. #
- providing r as a getter in adhara stateful widget
0.0.5 15th July, 2018. #
- Introducing remove in KeyValueStorageProvider
0.0.4 15th July, 2018. #
- Adding option for custom data interface in config.dart
0.0.2 15th July, 2018. #
- Adding URL launcher as a single function call which abstracts checks for canLaunch
0.0.1 15th July, 2018. #
- AdharaStatefulWidget and AdharaSState to manage lifecycle events for data
- Resource Handling for languages
- Router to handle URL's by path
- SQFLite integrated for database interactions
- Bean (~ POJO classes from Java) based storage handlers
- KeyValue stores in database
- http storage for URL based storage