Skip to content

Commit 77103a2

Browse files
authored
chore: update flutter_lints (#20)
1 parent 98cc6a7 commit 77103a2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/actions/get-flutter/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
steps:
77
- uses: subosito/flutter-action@v2
88
with:
9-
flutter-version: '3.22.2'
9+
flutter-version: '3.24.3'
1010
channel: 'stable'
1111
cache: true
1212
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}

example/pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ packages:
114114
dependency: "direct dev"
115115
description:
116116
name: flutter_lints
117-
sha256: "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c"
117+
sha256: "5398f14efa795ffb7a33e9b6a08798b26a180edac4ad7db3f231e40f82ce11e1"
118118
url: "https://pub.dev"
119119
source: hosted
120-
version: "4.0.0"
120+
version: "5.0.0"
121121
flutter_secure_storage:
122122
dependency: transitive
123123
description:
@@ -212,10 +212,10 @@ packages:
212212
dependency: transitive
213213
description:
214214
name: lints
215-
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
215+
sha256: "3315600f3fb3b135be672bf4a178c55f274bebe368325ae18462c89ac1e3b413"
216216
url: "https://pub.dev"
217217
source: hosted
218-
version: "4.0.0"
218+
version: "5.0.0"
219219
logging:
220220
dependency: transitive
221221
description:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev_dependencies:
4545
# activated in the `analysis_options.yaml` file located at the root of your
4646
# package. See that file for information about deactivating specific lint
4747
# rules and activating additional ones.
48-
flutter_lints: ^4.0.0
48+
flutter_lints: ^5.0.0
4949

5050
flutter_test:
5151
sdk: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
sqflite: ^2.3.2
2020

2121
dev_dependencies:
22-
flutter_lints: ^4.0.0
22+
flutter_lints: ^5.0.0
2323
flutter_test:
2424
sdk: flutter
2525
plugin_platform_interface: ^2.1.8

0 commit comments

Comments
 (0)