Skip to content

jvcss/statemanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

statemanager

Many branches with all types of state management

Getting Started

This project is a starting point for a MyState Management Flutter application.

You can clone a specific snippet project to avoid misstructured the concepts.

  • Singleton + ValueNotifier

    • git clone --depth 1 -b vanilla_state_manager_crud
  • Inhented Widget + API + Animation Controller

    • git clone --depth 1 -b inheritedWidget_state_management
  • Bloc Manager

    • git clone --depth 1 -b bloc_management
  • Bloc + Hooks oriented archtecture ...

  • for iOS this version needs nsphotolibraryusagedescription
<key>NSPhotoLibraryUsageDescription</key>
<string>This app requires access to the photo library.</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app does not require access to the microphone.</string>
<key>NSCameraUsageDescription</key>
<string>This app requires access to the camera.</string>