navi_light 1.0.0
navi_light: ^1.0.0 copied to clipboard
This package contains a recommended set of lints for Flutter apps, packages, and plugins to encourage good coding practices in Flutter projects of Mynavi Corporation.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add navi_lightThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
navi_light: ^1.0.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:navi_light/navi_light.dart';