From 46794ba8177043c99b109d02adffbe23a84668fe Mon Sep 17 00:00:00 2001 From: Gaspard Merten Date: Sun, 1 Mar 2020 23:16:29 +0100 Subject: [PATCH] first commit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..309dede --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# date_field + +Contains DateField and DateFormField + +## Getting Started + +This project is a starting point for a Dart +[package](https://flutter.dev/developing-packages/), +a library module containing code that can be shared easily across +multiple Flutter or Dart projects. + +For help getting started with Flutter, view our +[online documentation](https://flutter.dev/docs), which offers tutorials, +samples, guidance on mobile development, and a full API reference.