fantuan_flutter_lints 2.0.3
fantuan_flutter_lints: ^2.0.3 copied to clipboard
饭团 Flutter 代码规范(官方推荐的 lint 规则+自定义规则)
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fantuan_flutter_lintsWith Flutter:
$ flutter pub add fantuan_flutter_lintsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fantuan_flutter_lints: ^2.0.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fantuan_flutter_lints/main.dart';