Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Update flutter framework and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Dec 10, 2022
1 parent 0c3a9b1 commit 47133fa
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 65 deletions.
6 changes: 3 additions & 3 deletions lib/pages/shopping_list_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class ShoppingListPageState extends State<ShoppingListPage> with TickerProviderS
visualDensity: const VisualDensity(horizontal: 0, vertical: -2),
contentPadding: const EdgeInsets.fromLTRB(15, 0, 15, 0),
trailing: Transform.scale(
scale: 1.1,
scale: 1.2,
child: Checkbox(
value: checkBoxValue,
activeColor: Theme.of(context).primaryColor,
Expand Down Expand Up @@ -354,7 +354,7 @@ class ShoppingListPageState extends State<ShoppingListPage> with TickerProviderS
visualDensity: const VisualDensity(horizontal: 0, vertical: -2),
contentPadding: const EdgeInsets.fromLTRB(15, 0, 15, 0),
trailing: Transform.scale(
scale: 1.1,
scale: 1.2,
child: Checkbox(
value: checkBoxValue,
activeColor: Theme.of(context).primaryColor,
Expand Down Expand Up @@ -488,7 +488,7 @@ class ShoppingListPageState extends State<ShoppingListPage> with TickerProviderS
? Padding(padding: const EdgeInsets.only(top: 4), child: Text(shoppingListEntry.recipeMealPlan!.name, style: TextStyle(color: Colors.grey[600]!)))
: null,
trailing: Transform.scale(
scale: 1.1,
scale: 1.2,
child: Checkbox(
activeColor: Theme.of(context).primaryColor,
value: checkBoxValue,
Expand Down
Loading

0 comments on commit 47133fa

Please sign in to comment.