Skip to content

Commit 56b3b61

Browse files
committed
chore: Add the library to add platforms on pub.dev
1 parent d6aac0d commit 56b3b61

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Monstarlab Flutter Lints [![pub version][pub-version-img]][pub-version-url]
22

3-
Set of [Flutter](https://flutter.dev) lint rules used by [Monstarlab](https://monstar-lab.com/global). Built on top of the [officially recommended](https://pub.dev/packages/flutter_lints) Flutter rules.
3+
[Flutter](https://flutter.dev) lint rules used by [Monstarlab](https://monstar-lab.com/global). Built on top of the [officially recommended](https://pub.dev/packages/flutter_lints) Flutter rules.
44

55
- All the existing Flutter lint rules are listed on [this page](https://dart.dev/tools/linter-rules).
66
- Check out our [Flutter template](https://github.com/monstar-lab-oss/flutter-template).

lib/monstarlab_lints.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/// [Flutter](https://flutter.dev) lint rules used by [Monstarlab](https://monstar-lab.com/global).
2+
library monstarlab_lints;

pubspec.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ documentation: https://github.com/monstar-lab-oss/flutter_lints
99
environment:
1010
sdk: ">=3.0.0 <4.0.0"
1111

12-
dependencies:
13-
flutter:
14-
sdk: flutter
15-
1612
topics:
1713
- lints
1814
- analysis

0 commit comments

Comments
 (0)