flutter_router_forzzh 0.0.4 copy "flutter_router_forzzh: ^0.0.4" to clipboard
flutter_router_forzzh: ^0.0.4 copied to clipboard

flutter_router_forzzh.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:router_lifecycle_example/router_helper.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp.router(
      title: 'router_lifecycle',
      debugShowCheckedModeBanner: false,
      routerDelegate: router,
      routeInformationParser: router.defaultParser(),
    );
  }
}
2
likes
0
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

flutter_router_forzzh.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_router_forzzh