lint fixes
This commit is contained in:
parent
9a58c95a4c
commit
f6da605837
2 changed files with 6 additions and 5 deletions
|
@ -46,6 +46,7 @@ analyzer:
|
|||
unused_field: warning
|
||||
use_key_in_widget_constructors: warning
|
||||
sort_child_properties_last: warning
|
||||
sort_pub_dependencies: warning
|
||||
library_private_types_in_public_api: warning
|
||||
constant_identifier_names: warning
|
||||
prefer_const_constructors: warning
|
||||
|
|
10
pubspec.yaml
10
pubspec.yaml
|
@ -45,10 +45,9 @@ dependencies:
|
|||
fast_base58: ^0.2.1
|
||||
firebase_core: ^1.10.0
|
||||
firebase_messaging: ^11.1.0
|
||||
fk_user_agent: ^2.0.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
flutter_cache_manager: ^3.3.0
|
||||
flutter_datetime_picker: ^1.5.1
|
||||
flutter_easyloading: ^3.0.0
|
||||
|
@ -57,13 +56,13 @@ dependencies:
|
|||
flutter_inappwebview: ^5.3.2
|
||||
flutter_launcher_icons: ^0.9.3
|
||||
flutter_local_notifications: ^9.5.3+1
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
flutter_native_splash: ^2.2.0+1
|
||||
flutter_password_strength: ^0.1.6
|
||||
password_strength: ^0.2.0
|
||||
flutter_secure_storage: ^4.2.0
|
||||
flutter_sodium: ^0.2.0
|
||||
flutter_typeahead: ^4.0.0
|
||||
fk_user_agent: ^2.0.1
|
||||
flutter_windowmanager: ^0.2.0
|
||||
fluttercontactpicker: ^4.7.0
|
||||
fluttertoast: ^8.0.6
|
||||
|
@ -87,6 +86,7 @@ dependencies:
|
|||
open_mail_app: ^0.4.5
|
||||
package_info_plus: ^1.0.1
|
||||
page_transition: ^2.0.2
|
||||
password_strength: ^0.2.0
|
||||
path_provider: ^2.0.1
|
||||
pedantic: ^1.9.2
|
||||
photo_manager: ^2.0.8
|
||||
|
@ -123,9 +123,9 @@ dependency_overrides:
|
|||
wakelock: ^0.6.1+2
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^2.0.1
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^2.0.1
|
||||
|
||||
flutter_icons:
|
||||
android: "launcher_icon"
|
||||
|
|
Loading…
Reference in a new issue