Log InSign Up

Chapter 0 : Introduction to Flutter & an overview of the course

This instruction provides a clear overview of the course structure and also covers details about the Flutter framework.

Last Updated: June 20, 2024

View

Chapter 1 : Getting started with flutter

This chapter introduces you to the basics of Flutter, Google's open-source UI toolkit. You'll learn to set up your development environment, understand core concepts, and create your first app. The course covers essential topics like widgets

Last Updated: June 19, 2024

View

Chapter 2 : Basic concepts of widget

In this chapter, you will learn about the meaning of Flutter widgets, how to define them, and how to use them. Additionally, you will explore the different types of Flutter widgets.

Last Updated: June 13, 2024

View

Chapter 3 : Building App UI with widgets

In this chapter you will learn how to use built-in widgets like MaterialApp, Scaffold , Container , Colum , Row and other useful widgets

Last Updated: June 6, 2024

View

Chatper 4 : Building Item card using custom widget

In this chapter you will learn how you can create a Item card by using custom widget. in the process you will learn how to nest widgets to get a desired UI.

Last Updated: June 13, 2024

View

Chapter 5 : Making the App Interactive

In this chapter you will learn how to make the app interactive using stateful widgets

Last Updated: June 9, 2024

View

Chapter 6 : Navigation & Pasing data between pages

In this chapter you will learn about the techniques of navigation and passing data between pages

Last Updated: June 13, 2024

View

Chapter 7 : Finishing the CartList page

In this chapter we will finish the cartList page by adding pay button and modal widget

Last Updated: June 13, 2024

View

Chapter 8 : Building and handling Login Form

In this chapter you will learn about how to build and handle login form using TextField widget and other important flutter widgets

Last Updated: June 13, 2024

View

Chapter 9 : Flutter Navigation menus

In this chapter you will learn about flutter navigation options called BottomNavBar and Drawer.

Last Updated: June 13, 2024

View

Chapter 10 : Making the app ready

In this chapter you will learn about changing the app launcher Icon according to your need and make the apk file

Last Updated: June 13, 2024

View