Skip to content

Commit

Permalink
haaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
TotoB12 committed Oct 30, 2023
1 parent 05d79ce commit 1f5af3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ class _MyHomePageState extends State<MyHomePage>
if (barcode.rawValue != this.barcode) {
setState(() {
this.barcode = barcode.rawValue ?? '';
isError = false; // Reset the error flag
isError = false;
productFuture =
getProductInfo(this.barcode);
isWelcomeScreen = false;
Expand Down Expand Up @@ -1322,7 +1322,7 @@ class _MyHomePageState extends State<MyHomePage>
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
Padding(
padding: const EdgeInsets.only(top: 20.0),
padding: const EdgeInsets.only(top: 10.0),
child: Icon(
Icons.camera_enhance,
size:
Expand Down

0 comments on commit 1f5af3a

Please sign in to comment.