flutter_modular 3.4.1+1 copy "flutter_modular: ^3.4.1+1" to clipboard
flutter_modular: ^3.4.1+1 copied to clipboard

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()));
}
1.29k
likes
120
points
168k
downloads

Publisher

verified publisherflutterando.com.br

Weekly Downloads

Smart project structure with dependency injection and route management

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_modular_annotations, triple

More

Packages that depend on flutter_modular