Description
In this course, you will learn :
- Basic Introduction
- Dart programming language, installation, data types, variables, operators, functions, lambda functions, classes, generics and packages
- Introduction to Flutter, how it works and why to use Flutter
- Overview of the framework including stateless and stateful widget
- Different flutter widgets like text, container, row, column and scaffold
- Various flutter layouts such as stack, expanded, SizedBox, SafeArea and its working
- Flutter routing i.e. basic and named routing, and getting data from the routes
- Flutter HTTP
- Different exercises for a comprehensive learning
Syllabus :
1. Dart
- Installation
- Data Types Preview
- Variables
- Operators
- Functions
- Lambda Functions Preview
- Classes
- Generics
- Packages
2. lutter Introduction
- What Is Flutter Preview
- How It Works
- Why Flutter
3. Reactive Framework Overview
- Basic App
- Stateless Widget
- Stateful Widget
4. Flutter Widgets
- Text
- Container
- Row
- Column
- Scaffold
5. Flutter Layout
- How It Works
- Stack
- Expanded
- SizedBox
- SafeArea
6. Flutter Routing
- Basic Routing
- Named Routing
- Getting Data From Routes
7. Flutter HTTP
- Making Requests
- Object Mapping