flutterap_breadcrumb 1.0.12 flutterap_breadcrumb: ^1.0.12 copied to clipboard
Breadcrumb widget based on flutter navigation, with different styles.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutterap_breadcrumb
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutterap_breadcrumb: ^1.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:flutterap_breadcrumb/components/fx_app_navigator_observer.dart';
import 'package:flutterap_breadcrumb/components/fx_icon_bread_buttom.dart';
import 'package:flutterap_breadcrumb/components/fx_shaped_bread_buttom.dart';
import 'package:flutterap_breadcrumb/components/fx_simple_bread_buttom.dart';
import 'package:flutterap_breadcrumb/fx_flutterap_breadcrumb.dart';