states_rebuilder
states_rebuilder copied to clipboard
Learn with the Examples
Here is the starting point of your journey with states_rebuilder
.
You'll learn from simple and incremental examples the core foundation of states_rebuilder.
At the end of these sets of examples, you will get the correct answer why to use states_rebuilder
.
State management concepts
Get the foundation of state management from very basic to more advanced concepts
- Sync global and local state management;
- Async global and local state management;
- Dependent state management.
Navigation
Development booster.
Based on state management principles and some good programming principles and abstraction techniques, I created dedication injected state to automatize the most repetitive tasks a developer do.
- Create, Read, Update and delete (CRUD) from an API;
- Authentication and authorization;
- App theme management;
- App localization and internationalization;
- Animation;
- Form fields and form validation;
- Working with scrolling list views;
- Pages and tab views;
Question & Suggestion
- Each example is a seed for a tutorial. It would be very encouraging if you wrote one.
- Please feel free to post an issue or PR, as always, your feedback makes this library become better and better.
The last link: Navigation using intuitive facade of navigator 2 API, is invalid (404).
The last link: Navigation using intuitive facade of navigator 2 API, is invalid (404).
Thank you for pointing out, the link has been fixed :)
Thank you @amoslai5128
Hi all, I added CRUD and AUTH examples. Any review is welcomed. cc @amoslai5128
Hi all, I added theme management example.
I added app l10n and I18n and animation examples. cc @amoslai5128 @tk2232