mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-11-08 12:39:17 +00:00
updated: readme with demo gifs and proper information
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
void main() {
|
||||
runApp(new MaterialApp(home: new ContactPage()));
|
||||
runApp(new MaterialApp(home: new ContactPage(), debugShowCheckedModeBanner: false,));
|
||||
}
|
||||
|
||||
class ContactPage extends StatelessWidget {
|
||||
|
||||
Reference in New Issue
Block a user