path_navigator 0.1.0 copy "path_navigator: ^0.1.0" to clipboard
path_navigator: ^0.1.0 copied to clipboard

A new Flutter package project.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:path_navigator/path_navigator.dart';
import 'app/app_module.dart';

void main() {
  runApp(PathNavigatorApp(
    module: AppModule(),
  ));
}
2
likes
30
points
13
downloads

Publisher

verified publisherdsi.dev

Weekly Downloads

A new Flutter package project.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on path_navigator