Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Sep 15, 2021
1 parent 551e0c9 commit 2327786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/lib/screens/inputs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class _InputsPageState extends State<InputsPage> {
commandBar: ToggleSwitch(
checked: disabled,
onChanged: (v) => setState(() => disabled = v),
content: Text('Disabled'),
content: const Text('Disabled'),
),
),
content: SingleChildScrollView(
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.1.1"
version: "3.2.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down

0 comments on commit 2327786

Please sign in to comment.