Skip to content

Commit c88e126

Browse files
committed
Update
1 parent 8d9d28a commit c88e126

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed

.flutter-plugins

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This is a generated file; do not edit or check into version control.
2+
device_info_plus=/Users/robmllze/.pub-cache/hosted/pub.dev/device_info_plus-10.1.2/
3+
path_provider_linux=/Users/robmllze/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/
4+
path_provider_windows=/Users/robmllze/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/
5+
shared_preferences=/Users/robmllze/.pub-cache/hosted/pub.dev/shared_preferences-2.3.1/
6+
shared_preferences_android=/Users/robmllze/.pub-cache/hosted/pub.dev/shared_preferences_android-2.3.1/
7+
shared_preferences_foundation=/Users/robmllze/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.1/
8+
shared_preferences_linux=/Users/robmllze/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/
9+
shared_preferences_web=/Users/robmllze/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.2/
10+
shared_preferences_windows=/Users/robmllze/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/

.flutter-plugins-dependencies

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"device_info_plus","path":"/Users/robmllze/.pub-cache/hosted/pub.dev/device_info_plus-10.1.2/","native_build":true,"dependencies":[]},{"name":"shared_preferences_foundation","path":"/Users/robmllze/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.1/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"android":[{"name":"device_info_plus","path":"/Users/robmllze/.pub-cache/hosted/pub.dev/device_info_plus-10.1.2/","native_build":true,"dependencies":[]},{"name":"shared_preferences_android","path":"/Users/robmllze/.pub-cache/hosted/pub.dev/shared_preferences_android-2.3.1/","native_build":true,"dependencies":[]}],"macos":[{"name":"device_info_plus","path":"/Users/robmllze/.pub-cache/hosted/pub.dev/device_info_plus-10.1.2/","native_build":true,"dependencies":[]},{"name":"shared_preferences_foundation","path":"/Users/robmllze/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.1/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"linux":[{"name":"device_info_plus","path":"/Users/robmllze/.pub-cache/hosted/pub.dev/device_info_plus-10.1.2/","native_build":false,"dependencies":[]},{"name":"path_provider_linux","path":"/Users/robmllze/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/","native_build":false,"dependencies":[]},{"name":"shared_preferences_linux","path":"/Users/robmllze/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/","native_build":false,"dependencies":["path_provider_linux"]}],"windows":[{"name":"device_info_plus","path":"/Users/robmllze/.pub-cache/hosted/pub.dev/device_info_plus-10.1.2/","native_build":false,"dependencies":[]},{"name":"path_provider_windows","path":"/Users/robmllze/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/","native_build":false,"dependencies":[]},{"name":"shared_preferences_windows","path":"/Users/robmllze/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/","native_build":false,"dependencies":["path_provider_windows"]}],"web":[{"name":"device_info_plus","path":"/Users/robmllze/.pub-cache/hosted/pub.dev/device_info_plus-10.1.2/","dependencies":[]},{"name":"shared_preferences_web","path":"/Users/robmllze/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.2/","dependencies":[]}]},"dependencyGraph":[{"name":"device_info_plus","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"shared_preferences","dependencies":["shared_preferences_android","shared_preferences_foundation","shared_preferences_linux","shared_preferences_web","shared_preferences_windows"]},{"name":"shared_preferences_android","dependencies":[]},{"name":"shared_preferences_foundation","dependencies":[]},{"name":"shared_preferences_linux","dependencies":["path_provider_linux"]},{"name":"shared_preferences_web","dependencies":[]},{"name":"shared_preferences_windows","dependencies":["path_provider_windows"]}],"date_created":"2024-08-11 21:07:08.201421","version":"3.24.0-1.0.pre.461","swift_package_manager_enabled":false}

analysis_options.yaml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
## ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
88
##.title~
99

10-
include: package:lints/recommended.yaml
10+
include: package:flutter_lints/flutter.yaml
1111

1212
## ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
1313

1414
linter:
1515
rules:
16-
always_declare_return_types: true
17-
avoid_renaming_method_parameters: false
16+
avoid_web_libraries_in_flutter: true
1817
constant_identifier_names: false
18+
file_names: false
1919
non_constant_identifier_names: false
2020
omit_local_variable_types: true
2121
prefer_const_constructors_in_immutables: true
@@ -26,12 +26,21 @@ linter:
2626
require_trailing_commas: true
2727
unnecessary_this: false
2828
camel_case_types: false
29+
library_private_types_in_public_api: false
2930

3031
analyzer:
3132
exclude:
3233
- build/**
33-
#- '**/*.g.dart'
34+
3435
errors:
36+
always_declare_return_types: error
37+
avoid_renaming_method_parameters: error
38+
avoid_type_to_string: error
39+
depend_on_referenced_packages: error
40+
flutter_style_todos: error
41+
no_leading_underscores_for_local_identifiers: error
3542
prefer_final_in_for_each: error
43+
prefer_relative_imports: error
3644
unnecessary_new: error
3745
unrelated_type_equality_checks: error
46+
use_key_in_widget_constructors: error

pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ environment:
2121
## -----------------------------------------------------------------------------
2222

2323
dependencies:
24+
flutter:
25+
sdk: flutter
26+
2427
analyzer: ^6.8.0
2528
args: ^2.5.0
2629
df_collection: ^0.1.3
@@ -40,7 +43,7 @@ dependencies:
4043
## -----------------------------------------------------------------------------
4144

4245
dev_dependencies:
43-
lints: ^4.0.0
46+
flutter_lints: ^4.0.0
4447
test: ^1.25.8
4548

4649
## -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)