forked from flutter-tizen/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[permission_handler] Fix analyze issue
Resolve following issues: info • example/lib/main.dart:19:7 • Constructors for public widgets should have a named 'key' parameter. Try adding a named parameter to the constructor. • use_key_in_widget_constructors info • example/lib/main.dart:72:9 • Constructors for public widgets should have a named 'key' parameter. Try adding a named parameter to the constructor. • use_key_in_widget_constructors info • example/lib/main.dart:77:37 • Don't put any logic in 'createState'. Try moving the logic out of 'createState'. • no_logic_in_create_state info • example/lib/main.dart:150:7 • Don't invoke 'print' in production code. Try using a logging framework. • avoid_print info • example/lib/main.dart:152:7 • Don't invoke 'print' in production code. Try using a logging framework. • avoid_print
- Loading branch information
Showing
2 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
## NEXT | ||
|
||
* Update minimum Flutter and Dart version to 3.13 and 3.1. | ||
* Fix analyze issue. | ||
|
||
## 1.3.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters