Skip to main content
Version: 3.x.x

What is flutter_meedu?

Is a powerful State Managment, Dependency Injection, Reactive programming and Navigation for Flutter apps.

pub versionlast commitlicensestars

Features#

  • A State Managment for simple and complex states.

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

  • Navigate without BuildContext.

    Navigate to your app without a custom Page class, a custom MaterialApp.

  • Simple dependecy injection.

  • Reactive programming.

  • Easy to test.

Install#

Add the following to your pubspec.yaml

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"
dependencies:
flutter_meedu: "^3.0.10"
note

Spanish course with unit testing and widget testing

You can find a complete video course (Spanish) about how to use flutter_meedu here

Last updated on by Darwin Morocho