Flrx Framework
This is WIP. Please use cautiously.
An opinionated library for using Redux with Flutter.
Getting Started
The ideal way to get started would be by cloning the flrx-template
git clone git@github.com:ibrahim-mubarak/flrx-template.git
Recommended Packages
Package | Version |
---|---|
flrx_validator | |
flrx_test |
TODO
Add Command Line Tools to generate files
Libraries
- application
- components/error_manager/catcher_error_manager
- components/error_manager/error_manager
- components/logger/base_logger
- components/logger/flrx_pretty_printer
- components/logger/logger
- components/modules/module
- components/registrar/service_locator
- config/application_config
- config/config
- config/error_reporter_config
- flrx
- flrx is an opinionated library for using Redux with Flutter. TODO Add Explanations of terminology used throughout the library. TODO A couple of complete code samples that walk through using the API. TODO Links to the most important or most commonly used classes and functions. TODO Links to external references on the domain the library is concerned with.
- models/empty_view_message
- models/enums/status
- navigation/router
- pages/page
- pages/page_not_found
- pages/viewmodel
- repository/data_model
- repository/fake_repository
- repository/network_repository
- repository/repository
- store/middlewares/redux_logging_middleware
- store/store_retriever
- utils/string_utils
- widgets/empty_view
- widgets/status_widget