This respository contains all the source code which I did while learning Flutter. Flutter is a new UI Framework, written on Dart for mobile, web and other applications. Flutter Mobile UI Framework supports both iOS and Android natively, thus allowing developers like me to write and maintain a single codebase for both iOS and Android application.
- Hello Flutter
- Layout and Container
- Scaffold App
- Gesture Detector Widget
- Stateful Widget
- Login Form
- Weight On Planet X
- BMI Calculator
- JSON Parsing
- EarthQuake App
- Navigation Introduction
- Weather App
Dive deep into the flutter mobile UI framework by writing the first set of code on Intellj IDE, (or,) VS Code (or) Android Studio.
Easy layout wth container, column and rows.
A theme based mobile approach to write beautiful mobile apps.
Everything is a widget, lets create one!
Make It Rain app uses stateful widget to update the UI.
Login form helps you understand the hierarchy of the widget layout in Flutter.
Weight On Planet X is an application which uses radio button to calculate your weight on different planets.
BMI Calculator is an application which uses sliders to calculate your BMI.
An app for introduction to JSON Parsing.
An app for display recent earthquakes occurred across the planet Earth.
Introduction to navigation and router in Flutter, how to pass values between screens.
Weather App which uses OpenWeatherMap API to display weather of different places.
API Key has been deleted (Use your own API Key).
Feel free to fork and contribute to the project. You can also star if you this repository help you learn concepts in Flutter.