From 32752bea58bae650a79ccba4905046a65bd470fc Mon Sep 17 00:00:00 2001 From: Swapnil Srivastava <69387608+swapnilsparsh@users.noreply.github.com> Date: Tue, 8 Jun 2021 23:39:31 +0530 Subject: [PATCH 1/3] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..db0db4e --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Swapnil Srivastava + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 17bb2a193ee177b0a92c04a2f28272d50980ca3b Mon Sep 17 00:00:00 2001 From: Swapnil Srivastava <69387608+swapnilsparsh@users.noreply.github.com> Date: Tue, 8 Jun 2021 23:39:45 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 63 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 53 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4b5dbfb..2457884 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,59 @@ -# bmi_calculator + -A new Flutter project. +# BMI Calculator App -## Getting Started +This is a flutter based simple BMI Calculator app which calculated Body Mass Index.. -This project is a starting point for a Flutter application. +One of the first simple apps I created while on my journey to learn Flutter. -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) + + +### Dependencies -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. +1. [Font_Awesome_Flutter](https://pub.dev/packages/font_awesome_flutter) + +2. [Flutter Launcher Icons](https://pub.dev/packages/flutter_launcher_icons) + +## Setup + + ##### Clone the repository +```bash +git clone https://github.com/swapnilsparsh/BMI-Calculator-App.git +``` + ##### Move to the desired folder +```bash +cd \bmi_calculator +``` + + ##### To run the app, simply write +```bash +flutter run +``` + +## Requirements to contribute + +- Basic knowledge of programming is mandatory +- The ability to use Git and GitHub +- Some knowledge of Flutter and how to use Android Studio or Visual Studio is preferrable for a head start. +- UI/UX Design skills are appreciable but not mandatory + + +## License + +This project follows the [MIT License](/LICENSE). + +## Connect with me + + +
From 45bef27488278ecf4d27938e795334708c926f19 Mon Sep 17 00:00:00 2001 From: Swapnil Srivastava <69387608+swapnilsparsh@users.noreply.github.com> Date: Fri, 11 Jun 2021 22:27:15 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 2457884..c685600 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ This is a flutter based simple BMI Calculator app which calculated Body Mass Ind One of the first simple apps I created while on my journey to learn Flutter. -