Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nixrajput/bmi-calculator
A simple BMI Calculator app developed with flutter.
https://github.com/nixrajput/bmi-calculator
andr androidstudio bmi-calculator dart flutter ios
Last synced: 9 days ago
JSON representation
A simple BMI Calculator app developed with flutter.
- Host: GitHub
- URL: https://github.com/nixrajput/bmi-calculator
- Owner: nixrajput
- Created: 2020-05-15T15:51:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T19:43:06.000Z (over 4 years ago)
- Last Synced: 2024-11-12T06:31:19.404Z (2 months ago)
- Topics: andr, androidstudio, bmi-calculator, dart, flutter, ios
- Language: Dart
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMI Calculator
## Our Goal
The objective of this tutorial is to learn about asynchronous programming in Dart. We'll look at how to carry out time consuming tasks such as getting device location and networking to get data from the internet.
## What you will create
We’re going to make a weather app inspired by the beautiful designs made by [Olia Gozha](https://dribbble.com/shots/4663154-). By the end of the module, you'll be able to find out the live weather data in the current location of the device as well as the weather for any city you can think of!
![Finished App](https://github.com/londonappbrewery/Images/blob/master/clima-demo.gif)
## What you will learn
- How to use Dart to perform asynchronous tasks.
- Understand async and await.
- Learn about Futures and how to work with them.
- How to network with the Dart http package.
- What APIs are and how to use them to get data from the internet.
- What JSONs are and how to parse them using the Dart convert package.
- How to pass data forwards and backwards between screens using the Navigator.
- How to handle exceptions in Dart using try/catch/throw.
- Learn about the lifecycle of Stateful Widgets and how to override them.
- How to use the Geolocator package to get live location data for both iOS and Android.
- How to use the TextField Widget to take user input.>This is a companion project to The App Brewery's Complete Flutter Development Bootcamp, check out the full course at [www.appbrewery.co](https://www.appbrewery.co/)
![End Banner](https://github.com/londonappbrewery/Images/blob/master/readme-end-banner.png)