Updating readme

This commit is contained in:
Gaspard Merten 2023-04-12 10:16:47 +02:00
parent 6fa939b8b5
commit 600608cde8
5 changed files with 117 additions and 107 deletions

1
example/.gitignore vendored
View file

@ -32,7 +32,6 @@
/build/
# Web related
lib/generated_plugin_registrant.dart
# Symbolication related
app.*.symbols

View file

@ -65,6 +65,7 @@ class _MyHomePageState extends State<MyHomePage> {
Form(
child: Column(
children: <Widget>[
DateTimeFormField(),
DateTimeFormField(
decoration: const InputDecoration(
hintStyle: TextStyle(color: Colors.black45),