voo_navigation 0.0.12
voo_navigation: ^0.0.12 copied to clipboard
A comprehensive, adaptive navigation package for Flutter that automatically adjusts to different screen sizes and platforms with Material 3 design.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add voo_navigation
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
voo_navigation: ^0.0.12
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:voo_navigation/voo_navigation.dart';