flutter_modular 3.2.0 copy "flutter_modular: ^3.2.0" to clipboard
flutter_modular: ^3.2.0 copied to clipboard

outdated

Smart project structure with dependency injection and route management

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_modular/flutter_modular.dart';

import 'app/app_module.dart';
import 'app/app_widget.dart';

void main() {
  runApp(ModularApp(module: AppModule(), child: AppWidget()));
}
1201
likes
0
pub points
98%
popularity

Publisher

verified publisherflutterando.com.br

Smart project structure with dependency injection and route management

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_modular_annotations, rxdart, triple

More

Packages that depend on flutter_modular