Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infitio/flutter-adhara
Manage huge data easily on your flutter apps thereby creating a seamless offline experience...
https://github.com/infitio/flutter-adhara
database events flutter network sockets-io
Last synced: about 2 months ago
JSON representation
Manage huge data easily on your flutter apps thereby creating a seamless offline experience...
- Host: GitHub
- URL: https://github.com/infitio/flutter-adhara
- Owner: infitio
- License: bsd-2-clause
- Created: 2018-10-19T19:24:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T03:43:57.000Z (over 2 years ago)
- Last Synced: 2024-10-14T09:23:03.260Z (3 months ago)
- Topics: database, events, flutter, network, sockets-io
- Language: Dart
- Homepage: https://pub.dartlang.org/packages/adhara
- Size: 305 KB
- Stars: 12
- Watchers: 6
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# adhara
Base framework for Flutter Apps with intense networking and data interactivity.
Adhara provides a seamless offline experience with much ease.What adhara brings to the plate?
1. Easy SQLite management - ORM, using DataInterfaces
2. Easy network setup with the help of network middlewares
3. Manage data using Data Beans in a well structured format. No more worries about runtime errors or key changes in JSON.
4. Event Handlers: Listen to events across the widgets. An event can be triggered in one dart file and can be listened in any of stateful widgets*
5. Internationalization - Manual i18N based on selected language.
6. Easy routing: Simplified Regex based URL routing like in a web application
7. Easy Sentry Logger in production with one DSN configuration
8. Properties file parser, JSON file reader, running modes and many more..._*stateful widget is overridden by adhara and is called AdharaStatefulWidget, and has a state named AdharaState_
## Getting Started
For help getting started with Flutter, view our online [documentation](https://flutter.io/).
For help on editing package code, view the [documentation](https://flutter.io/developing-packages/).
Report your issues: [https://github.com/infitio/flutter-adhara/issues](https://github.com/infitio/flutter-adhara/issues)