app_guards 0.1.1 copy "app_guards: ^0.1.1" to clipboard
app_guards: ^0.1.1 copied to clipboard

A solution for adding guards to your Flutter app's navigation easily.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_guards

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  app_guards: ^0.1.1

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:app_guards/auto_route.dart';
import 'package:app_guards/guards.dart';
0
likes
130
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

A solution for adding guards to your Flutter app's navigation easily.

Documentation

API reference

License

MIT (license)

Dependencies

auto_route, flutter, permission_handler

More

Packages that depend on app_guards