Skip to content

Naoki-Hidaka/fluxxer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluxxer

A robust and scalable Flux architecture library for Flutter.

Features:

  • Easy to Implement: Simple setup and minimal boilerplate.
  • Scalable: Built with large applications in mind.
  • Strongly Typed: Utilizes Dart's type system for enhanced type safety.
  • Well Documented: Comprehensive documentation to get you started quickly.

Installation:

Add this to your package's pubspec.yaml file:

dependencies:
  fluxxer: ^0.1.0

Then run:

$ flutter pub get

Quick Start

  1. Define your Actions.
  2. Set up the Store.
  3. Connect your Flutter Builder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published