Skip to content

Commit c8d67dc

Browse files
committed
dart fix
1 parent 20ffc83 commit c8d67dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/screens/log_meal_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class _LogMealScreenState extends State<LogMealScreen> {
5151

5252
return Scaffold(
5353
appBar: AppBar(
54-
title: Text('Log meal to diary'),
54+
title: const Text('Log meal to diary'),
5555
),
5656
body: Consumer<NutritionPlansProvider>(
5757
builder: (context, nutritionProvider, child) => SingleChildScrollView(

lib/theme/theme.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19-
import 'dart:ui';
2019

2120
import 'package:flex_color_scheme/flex_color_scheme.dart';
2221
import 'package:flutter/material.dart';

0 commit comments

Comments
 (0)