polymer_app_router 0.2.4 copy "polymer_app_router: ^0.2.4" to clipboard
polymer_app_router: ^0.2.4 copied to clipboard

Dart 1 only

Routing for polymer

example/main.dart

import 'package:polymer/polymer.dart';
import 'app.dart';

main() async {
  await initPolymer();
}