lm_flutter_router 0.0.1 copy "lm_flutter_router: ^0.0.1" to clipboard
lm_flutter_router: ^0.0.1 copied to clipboard

Typed adaptive Flutter routing with custom RouterDelegate navigation, guards, deep links, iOS-style transitions, and split-view projection.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_web_plugins/url_strategy.dart';

import 'src/field_orders_app.dart';

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  usePathUrlStrategy();
  runApp(const FieldOrdersApp());
}
0
likes
50
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Typed adaptive Flutter routing with custom RouterDelegate navigation, guards, deep links, iOS-style transitions, and split-view projection.

Topics

#router #navigation #deeplink #adaptive #flutter

License

MIT (license)

Dependencies

flutter

More

Packages that depend on lm_flutter_router