fantuan_flutter_lints 2.0.3 copy "fantuan_flutter_lints: ^2.0.3" to clipboard
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_lints

With Flutter:

 $ flutter pub add fantuan_flutter_lints

This 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.3

Alternatively, 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';
0
likes
125
points
46
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

饭团 Flutter 代码规范(官方推荐的 lint 规则+自定义规则)

License

MIT (license)

Dependencies

altive_lints, analysis_server_plugin, analyzer, analyzer_plugin, flutter_lints

More

Packages that depend on fantuan_flutter_lints