From d3345d4f312f26f578da3ee09674a9d0b11d1261 Mon Sep 17 00:00:00 2001 From: Omisha016 <72307421+Omisha016@users.noreply.github.com> Date: Wed, 7 Oct 2020 19:16:44 +0530 Subject: [PATCH] Create Flutter.html --- Flutter.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Flutter.html diff --git a/Flutter.html b/Flutter.html new file mode 100644 index 0000000..def4472 --- /dev/null +++ b/Flutter.html @@ -0,0 +1,17 @@ +# pothole + +A new Flutter application. +#Flutter is a free and open-source mobile UI framework created by Google and released in May 2017. In a few words, it allows you to create a native mobile application with only one codebase. This means that you can use one programming language and one codebase to create two different apps (for iOS and Android). + +## Getting Started + +This project is a starting point for a Flutter application. + +A few resources to get you started if this is your first Flutter project: + +- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) +- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) + +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.