Mobile Application Development with Flutter & Dart
MD. ABU BAKAR SIDDIQUE

MD. ABU BAKAR SIDDIQUE

View Profile

Mobile Application Development with Flutter & Dart (5th Batch)

Online: TK 19999

Start Date : 2022-01-27  
End Date : 2022-05-20

Total Class : 36   Total Hours: 72

Location : 102/1 Shukrabad, Mirpur Road, Dhanmondi, Dhaka-1207

Saturday : 6:00 PM - 8:00 PM

Wednesday : 6:00 PM - 8:00 PM

Registration Now

Course Duration:

Total Hours : 72

Total Class: 36

Class Durations: 2 Hours

Weekly Class - 2

Course Curriculum

Introduction To Draft programing

1. Learn to set up Environment

2. Syntax

3. Data Types

4. Variables

5. Operators

6. Loops

7. Decision Making

8. Numbers

9. String

10. Lists

11. Enumeration

12. Functions

13. Interfaces

14. Classes

15. Object

16. Collection

17. Packages

18. Exceptions

19. Typedef 

Course Content

Course Details 

Introduction To Development With Flutter

1. Learn to set up a new Flutter project using Android Studio.

2. Understand the Widget tree and learn to use pre-made Flutter

3. Widgets for user interface design.

4. Learn to incorporate Image and Text Widgets to create simple user interfaces.

5. Learn how to add and load image assets to Flutter projects.

6. Run Flutter apps on Android Emulator and physical devices.

 

Creating Beautiful With Flutter For Beginners

1) Use Hot Reload and Hot Restart to quickly refresh the app UI and understand when to use each.

2) Learning to use the Pubspec.yaml file to incorporate dependencies, custom assets and fonts.

3) An introduction to the Widget build() method.

4) Learning to use layout widgets such as Containers and Cards.

5) Incorporating Material icons using the Icons class.

 

Building Apps With State

1) Understand the difference between Stateful and Stateless Widgets and when they should each be used.

2) Understand how callbacks can be used to detect user interaction in button widgets.

3) Learn to import dart libraries to incorporate additional functionality.

4) Learn about how variables, data types and functions work in Dart 2.

5) Understand the relationship between setState(), Stateobjects and Stateful Widgets.

Leveraging Flutter Packages To Speed Development

1) Learn to use the Dart package manager to incorporate Flutter compatible packages into your projects.

2) Learn more about functions in Dart and the arrow syntax.

3) Learn to refactor widgets and understand Flutter's philosophy of UI as code.

 

Structuring Flutter Apps

1) Learn about how lists and conditionals work in Dart.

2) Learn about classes and objects in Dart and how it applies to Flutter widgets.

3) Understand Object Oriented Dart and how to apply the fundamentals of OOP to restructuring a Flutter app.

4) Learn to use Dart Constructors to create customisable Flutter widgets.

5) Apply common mobile design patterns to structure Flutter apps.

6) Learn about structuring and organising Flutter apps.

 

Powering Flutter App With Backend Data

1) Learn about asynchronous programming in Dart and understand how to use async/await and the Futures API.

2) Understand Stateful Widget lifecycle methods.

3) Handling exceptions in dart with try/catch and throw.

4) Use Dart null aware operators to prevent app crashes.

5) Getting location data from both iOS and Android.

6) Using the http package to perform networking and get live data from open APIs.

7) Understanding how to parse JSON data using the dart:convert library.

8) Understand how to pass data to State objects via the Stateful Widget.

9) Use the TextField Widget to take user input.

10) Understand how to pass data backwards using the Navigator widget.

 

Cupertino Widgets And Platform - Based UI

1) Learn to use the Cupertino package and build Flutter apps for iOS with UIKit styled Cupertino widgets.

2) Use the dart:io library to detect runtime platforms and create separate UIs for iOS and Android in the same Flutter app.

3) Learn to use Dart loops to create recurring widgets.

 

State Management

1) Understand why we need to manage state across our widget tree.

2) Look at how setState works under the hood.

3) Learn about prop drilling and lifting state up.

4) Learn about the BottomSheet widget and the ListViewBuilder.

5) Understand Flutter app architecture design patterns.

6) Learn to manage state with the Google recommended Provider package.

 

Prepared by Final Projec