From c2c73819c64e9d50d61a346626fd93f87d3a2441 Mon Sep 17 00:00:00 2001 From: commitimpush Date: Wed, 31 Aug 2022 12:33:44 +0200 Subject: [PATCH] text update --- example/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index ae1034d..3ed8bdf 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -60,7 +60,7 @@ class _ImagePickerExampleHomePageState ]), const SizedBox(height: 20), const Text( - 'Pick or make an Image/Photo!', + 'Pick an image or make a photo!', ), ElevatedButton( onPressed: pickImage, child: const Text('Pick Image'))