flutter_bloc_modular icon indicating copy to clipboard operation
flutter_bloc_modular copied to clipboard

Flutter base project with bloc + rxdart, Dependence injection with flutter modular, CLI with flutter slidy

A new Flutter project. Created by Slidy

  • Bloc, rxDart, modular, already setup Dio, Multi language with intl, loading and show message overlay the app

Install slidy first: https://github.com/Flutterando/slidy

Getting Started

install plugin Flutter Inlt to android studio and then:

  • Tools -> Flutter Inlt -> Init

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

command line:

  • generate screen: slidy g page pages/screen_name

  • generate widget: slidy g widget widgets/widget_name

  • generate module: slidy g module modules/module_name