File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ These are the available packages in this repository.
38
38
| [ extension\_ google\_ sign\_ in\_ as\_ googleapis\_ auth] ( ./packages/extension_google_sign_in_as_googleapis_auth/ ) | [ ![ pub package] ( https://img.shields.io/pub/v/extension_google_sign_in_as_googleapis_auth.svg )] ( https://pub.dev/packages/extension_google_sign_in_as_googleapis_auth ) |
39
39
| [ fuchsia\_ ctl] ( ./packages/fuchsia_ctl/ ) | [ ![ pub package] ( https://img.shields.io/pub/v/fuchsia_ctl.svg )] ( https://pub.dev/packages/fuchsia_ctl ) |
40
40
| [ flutter\_ image] ( ./packages/flutter_image/ ) | [ ![ pub package] ( https://img.shields.io/pub/v/flutter_image.svg )] ( https://pub.dev/packages/flutter_image ) |
41
+ | [ flutter\_ lints] ( ./packages/flutter_lints/ ) | [ ![ pub package] ( https://img.shields.io/pub/v/flutter_lints.svg )] ( https://pub.dev/packages/flutter_lints ) |
41
42
| [ flutter\_ markdown] ( ./packages/flutter_markdown/ ) | [ ![ pub package] ( https://img.shields.io/pub/v/flutter_markdown.svg )] ( https://pub.dev/packages/flutter_markdown ) |
42
43
| [ multicast\_ dns] ( ./packages/multicast_dns/ ) | [ ![ pub package] ( https://img.shields.io/pub/v/multicast_dns.svg )] ( https://pub.dev/packages/multicast_dns ) |
43
44
| [ palette\_ generator] ( ./packages/palette_generator/ ) | [ ![ pub package] ( https://img.shields.io/pub/v/palette_generator.svg )] ( https://pub.dartlang.org/packages/palette_generator ) |
Original file line number Diff line number Diff line change 1
- ## 1.0.0-dev.0
1
+ ## 1.0.0
2
2
3
- * Initial pre- release
3
+ * Initial release
Original file line number Diff line number Diff line change 1
1
name : flutter_lints
2
- description : Recommended lints for Flutter apps, packages, and plugins.
3
- version : 1.0.0-dev.0
2
+ description : Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices .
3
+ version : 1.0.0
4
4
homepage : https://github.com/flutter/packages/tree/master/packages/flutter_lints
5
5
6
6
environment :
7
7
sdk : ' >=2.12.0 <3.0.0'
8
8
9
9
dependencies :
10
- lints : ^1.0.0-dev.0
10
+ lints : ^1.0.0
11
11
# Code is not allowed in this package. Do not add any dependencies or dev_dependencies.
You can’t perform that action at this time.
0 commit comments