From bd557a5e6b860fe0349c82634cc6e7583fd537dd Mon Sep 17 00:00:00 2001 From: Etornam Sunu Date: Fri, 7 Feb 2020 15:47:42 +0000 Subject: [PATCH] Update README.md --- README.md | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 117 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aaf845c..9c1a9d2 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,128 @@ # delivery_app -A new Flutter project. +Delivery App UI was designed by [**Fariz Al Faridli**](https://www.uplabs.com/alfarizie0087) and implemented with [**Flutter**](https://flutter.dev) -## Getting Started +

+ +[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/RegNex/DeliveryApp/graphs/commit-activity) +[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://github.com/RegNex/) +[![ForTheBadge made-with-flutter](https://img.shields.io/badge/flutter-made%20with%20flutter-blue.svg)](https://flutter.dev) +[![ForTheBadge ios-supported](https://img.shields.io/badge/IOS-IOS%20Supported-lightgrey.svg)](https://flutter.dev) +[![ForTheBadge ios-android](https://img.shields.io/badge/android-android%20supported-green.svg)](https://flutter.dev) + +

+ +## Art 🤩🤩🤩 + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ +

Light

Dark

+ + +## Getting Started 😍 This project is a starting point for a Flutter application. +To clone this project, +open your terminal or cmd + +``` +cd folder/to/clone-into/ +``` + +``` +git clone https://github.com/RegNex/DeliveryApp.git +``` + +Then +locate the project on your system and open with android studio or Vscode or intellij IDE. + +To Run: + +``` +C:\path\to\project> flutter pub get + +``` + +Then: + +``` + flutter run + +``` + + +## Resources 😛 + 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) +- [Lab: Write your first Flutter app](https://flutter.io/docs/get-started/codelab) +- [Cookbook: Useful Flutter samples](https://flutter.io/docs/cookbook) For help getting started with Flutter, view our -[online documentation](https://flutter.dev/docs), which offers tutorials, +[online documentation](https://flutter.io/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference. + +## Prerequisites 😉 + +What things you need to run the app + +``` +* Android Studio/Vscode/Intellij IDE +* Flutter SDK +* Android SDK +* Xcode (Mac) 😂-- optional +``` + +## How to contribute ✌🏾 + +- **Fork the repository and clone it locally**. Connect your local to the original “upstream” repository by adding it as a remote. Pull in changes from “upstream” often so that you stay up to date so that when you submit your pull request, merge conflicts will be less likely. (See more detailed instructions here.) +- **Create a branch** for your edits. +- **Reference any relevant issues** or supporting documentation in your PR (for example, “Closes #37.”) +- **Include screenshots of the before and after** if your changes include differences in HTML/CSS. Drag and drop the images into the body of your pull request. +- **Test your changes!** Run your changes against any existing tests if they exist and create new ones when needed. Whether tests exist or not, make sure your changes don’t break the existing project. +- **Contribute in the style of the project** to the best of your abilities. This may mean using indents, semi-colons or comments differently than you would in your own repository, but makes it easier for the maintainer to merge, others to understand and maintain in the future. + +## Built With ❤️❤️❤️ + +- [Android Studio](https://developer.android.com/studio/install) - How to install Android Studio +- [Flutter](https://flutter.dev) - Flutter Official website + +## Developer 👨🏾‍💻 + +**Etornam Sunu Bright** + +- [**Twitter**](https://twitter.com/_regnex) +- [**Linkedin**](https://linkedin.com/in/etornam-sunu) + +## Designer 🎨 + +**Fariz Al Faridli** + +- [**uplabs.com**](https://www.uplabs.com/alfarizie0087) \ No newline at end of file