Skip to content

Commit

Permalink
⏪️ ++
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Sep 18, 2023
1 parent 91f8bf2 commit 5eedf4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/get-started/codelab_web/lib/starter.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* {$ begin main.dart $} */
// ignore_for_file: prefer_final_fields
import 'package:flutter/material.dart';

void main() => runApp(const SignUpApp());
Expand Down Expand Up @@ -104,5 +105,5 @@ class _SignUpFormState extends State<SignUpForm> {
/* {$ end main.dart $} */
/* {$ begin test.dart $} */
// Avoid warning on "double _formProgress = 0;"
// ignore_for_file: prefer_final_fields
//_ignore_for_file: prefer_final_fields
/* {$ end test.dart $} */
3 changes: 2 additions & 1 deletion examples/get-started/codelab_web/lib/step1.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// ignore_for_file: prefer_final_fields
import 'package:flutter/material.dart';

// #docregion WelcomeScreen
Expand Down Expand Up @@ -129,4 +130,4 @@ class _SignUpFormState extends State<SignUpForm> {
}

// Avoid warning on "double _formProgress = 0;"
// ignore_for_file: prefer_final_fields
//_ignore_for_file: prefer_final_fields

0 comments on commit 5eedf4a

Please sign in to comment.