Skip to main content
Version: 9.0.7

What is meedu?

Is a powerful State Management, Dependency Injection, Reactive programming for Flutter apps.

pub versionlast commitlicensestars

INFO

You can join to the discord server here

Features#

  • A State Management for simple and complex states.

    flutter_meedu helps you to manage the state of your flutter app without boilerplate, code generators or InheritedWidget.

  • A simple API for persistent state.

  • 100% compatible with any other navigator's package.

  • Simple dependecy injection.

  • Reactive programming.

  • Easy to test.

Install#

Add the following to your pubspec.yaml

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
flutter_meedu: ^9.1.0
dev_dependencies:
meedu_lints: ^0.0.6 # <--- ADD THIS

Now in your analysis_options.yaml enable the custom lints

analyzer:
plugins:
- custom_lint
Last updated on by darwin-morocho