Skip to content

Commit 9173c3f

Browse files
committed
Also update example
1 parent c1cc8af commit 9173c3f

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

flutter_web_auth_2/example/analysis_options.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ linter:
6666
- avoid_init_to_null
6767
- avoid_js_rounded_ints
6868
- avoid_multiple_declarations_per_line
69-
- avoid_null_checks_in_equality_operators
69+
# - avoid_null_checks_in_equality_operators
7070
- avoid_positional_boolean_parameters
7171
- avoid_print
7272
- avoid_private_typedef_functions
@@ -121,6 +121,7 @@ linter:
121121
- implicit_call_tearoffs
122122
- implicit_reopen
123123
- invalid_case_patterns
124+
- invalid_runtime_check_with_js_interop_types
124125
- join_return_with_assignment
125126
- leading_newlines_in_multiline_strings
126127
- library_annotations
@@ -158,10 +159,10 @@ linter:
158159
- prefer_asserts_with_message
159160
- prefer_collection_literals
160161
- prefer_conditional_assignment
161-
- prefer_const_constructors
162+
# - prefer_const_constructors
162163
- prefer_const_constructors_in_immutables
163-
- prefer_const_declarations
164-
- prefer_const_literals_to_create_immutables
164+
# - prefer_const_declarations
165+
# - prefer_const_literals_to_create_immutables
165166
- prefer_constructors_over_static_methods
166167
- prefer_contains
167168
# - prefer_double_quotes
@@ -221,6 +222,7 @@ linter:
221222
- unnecessary_lambdas
222223
- unnecessary_late
223224
- unnecessary_library_directive
225+
- unnecessary_library_name
224226
- unnecessary_new
225227
- unnecessary_null_aware_assignments
226228
- unnecessary_null_aware_operator_on_extension_on_nullable

flutter_web_auth_2/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ dependencies:
1717
desktop_webview_window: ^0.2.3
1818
flutter:
1919
sdk: flutter
20-
flutter_web_auth_2: ^4.0.0
20+
flutter_web_auth_2: ^4.0.1
2121

2222
dev_dependencies:
23-
flutter_lints: ^4.0.0
23+
flutter_lints: ^5.0.0
2424
flutter_test:
2525
sdk: flutter
2626

0 commit comments

Comments
 (0)