Skip to content

Commit 68deaf0

Browse files
committed
Initial Commit
1 parent 8173d2d commit 68deaf0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/main_common.dart

-8
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ class MyHomePage extends StatefulWidget {
3232
}
3333

3434
class _MyHomePageState extends State<MyHomePage> {
35-
int _counter = 0;
36-
37-
void _incrementCounter() {
38-
setState(() {
39-
_counter++;
40-
});
41-
}
42-
4335
@override
4436
Widget build(BuildContext context) {
4537
print(context.read(flavorConfigProvider).state.appTitle);

0 commit comments

Comments
 (0)