Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Move away from deprecated strong-mode analysis options #224

Merged
merged 1 commit into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions flutter_nps/packages/app_ui/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
include: package:flutter_lints/flutter.yaml

analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false
language:
strict-casts: true
strict-inference: true

errors:
missing_required_param: error
Expand Down
2 changes: 1 addition & 1 deletion flutter_nps/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
flutter_bloc: ^8.1.1
flutter_localizations:
sdk: flutter
intl: ^0.17.0
intl: any
nps_repository:
path: packages/nps_repository
platform_close:
Expand Down