inherited-widget
There are 24 repositories under inherited-widget topic.
mono0926/bloc_provider
Provides bloc to descendant widget (O(1)), and the bloc is disposed appropriately by state that the bloc_provider holds internally.
mohak1283/Flutter-Movies
Movies App made using Flutter and powered by tmdb api. This project follows bloc architecture.
MeandNi/flutter_statemanagement
深入探索 flutter 中的状态管理方式,三篇文章、多个实例。
SilentCatD/inherited_rxdart
Inherited RxDart is a state management library that combine the power of InheritedWidget and RxDart, a simple and elegant state management solution for apps of any scale.
FlutterDevTools/inherited_state
Simple and clean state management backed by InheritedWidget and DI backed by the service locator pattern.
kauemurakami/minimals_state_manager
The minimals_state_manager package is a abstraction of the Flutter state management based in InheritedWidget and ValueNotifier.
haroldolivieri/Flutter-State-Management-Samples
same counter app implemented with different state management strategies
hoc081098/flutter_provider
:octocat: Flutter generic provider using InheritedWidget. Flutter generic provider using InheritedWidget. An helper to easily exposes a value using InheritedWidget without having to write one.
Manik1094/MoviesApp
A Flutter app to display list of movies from Tmdb API using Bloc Pattern and Inherited Widget.
myvsparth/flutter_inherited_widget
How to implement Inherited Widget in Flutter
ElXak/dependency_injection
InheritedWiget vs. get_it
HGSChandeepa/NoteSphere
Flutter application designed to provide users with a seamless experience for managing notes and todos. It leverages Hive for efficient local storage and incorporates various features to enhance productivity and organization.
rob333/flutter_mediator
Flutter mediator is a state management package base on the InheritedModel with automatic aspect management to make it simpler and easier to use, and rebuild widgets only when necessary.
rob333/flutter_mediator_lite
Flutter Mediator Lite is a super easy state management package, base on the InheritedModel with automatic aspect management to make it simpler and easier to use and rebuild widgets only when necessary.
felipecastrosales/inherited_widget
🤔 To understanding the basic workings of the InheritedWidget
nimafarzin-pr/flutter-state-management
test different default state management in flutter
adityaashinde/flutter-StateManagement
State Management in flutter
annapurnasid/rw_courses
Demo app to fetch network data and parse it for app.
Ericles-Porty/Updater-Project
Esse projeto é apenas para treino de conceitos de programação utilizando Flutter. Pressionar F5 caso o site não carregue na primeira vez.
aaronksaunders/flutter_inherited_app
showing the use of an inherited widget to manage application state in flutter
AkashSDas/flutter-state-management
Simple counter app where different state management strategies are applied.
BasakK6/flutter_state_management
Vanilla State Management - InheritedWidget - InheritedModel - InheritedNotifier - Riverpod - ValueNotifier/ValueListenableBuilder
enzodanjour/Inherited-Widget-Flutter
Is understand how InheritedWidget works
Hamid313-coder/enherited_widget_example
A Flutter todo app for learning how to implement inherited widget