Skip to main content
Version: 8.5.0

What is flutter_meedu?

Is a powerful State Management, Dependency Injection, Reactive programming and Navigation 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.

  • Navigate without BuildContext.

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

  • 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: ">=2.19.0 <3.0.0"
flutter: ">=3.0.0"
dependencies:
flutter_meedu: ^8.3.1
note

Check the next advanced example using flutter_meedu.

Features:

  • Internationalization.
  • Dark Mode.
  • Clean Architecture.
  • Navigator 2 with go_router.
  • Nested navigation.
  • Deeplinks support.
  • Integration with the movie db API.

https://github.com/darwin-morocho/flutter-w2w/tree/meedu

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