Fluttery Framework
A Framework for Flutter's Framework
Allows for faster and easier development with better maintainability. It looks like Flutter because it works like Flutter.
There's no 're-inventing of the wheel' here.
If you know Flutter, you'll know how to use this.
It supplies the adaptive functions and features expected of a production-ready app:
- An extended State class offering a built-in FutureBuilder or InheritedWidget.
- A State Object Controller class for this State class
- A responsive interface capability from the package, Sizer
- Extensive and essential error handling
- Easy implementation of both the Material & Cupertino interface for one app i.e. One app with both an Android and iOS interface.
- App-wide accessibility to your app's preferences
- A better menu bar
- 27 device event-handlers
- A loading screen option
Fluttery Framework Documentation
- Get started
- StateX class
- State Object Controller
- AppState class
- App's Preferences
- App object
- Error handling
- Testing
- Extensions
- Device Information
Free articles on Fluttery Framework:
As great as Flutter is, you will not create a ‘production-worthy’ app using Flutter right out of the box. Until now.
Libraries
- controller
- controller/app_statex_controller
- controller/device_info
- controller/error_handler
- controller/handle_error
- controller/platforms/run_app
- controller/platforms/run_webapp
- model
- model/assets
- model/fake_model_for_web
- model/files
- model/hash
- model/installfile
- view
- view/app/app_appstate
- view/app/debug_paint_print_profile_options_mixin
- view/app_drawer
- view/app_object
- view/app_statefulwidget
- view/app_statex
- view/run_app
- view/utils/app_settings
- view/utils/color_extension
- view/utils/gorouter_extension