• Post category:StudyBullet-9
  • Reading time:6 mins read


Flutter 3.0 & Rest API integration from scratch, build a Store app

What you will learn

This Flutter course is a complete guide that helps learn and build a fully functioning Flutter application with Rest Api.

Rest API integration

CRUD operations

Teaching how to write Clean-code and avoid Boilerplate code

Description

This course cover how to make a  functional app for Android in portrait mode. Moreover it also cover how to integrate the Rest API in a Flutter application.

The course mostly focuses on the REST API integration in Flutter

Course prerequisites:

  • Basic knowledge in programming to get started
  • Basic knowledge of Flutter and a good knowledge is recommended

How this course can be of help:

  • Gaining more knowledge in Flutter and Rest API integration
  • Http requests
  • Json serialization
  • On scroll Pagination
  • Error Handling
  • Clean and Clear design

What’s in the course:


Get Instant Notification of New Courses on our Telegram channel.


  • Complex UI has done simply
  • Simple Provider State management
  • Clean code and avoid Boilerplate code
  • Navigation & Custom navigation
  • Animated Navigation
  • Managing and updating packages
  • ListViews and multiple UI states
  • How to understand Flutter Mobile Development by building apps incrementally.
  • How to design, build, debug Flutter apps
  • How to build robust apps with Flutter
  • Theming
  • Flutter general AppBar
  • Flutter Material Design
  • Flutter Row and Column
  • Flutter ListView Builder

Course structure:

approximately 3 hours of content and updated regally

Requirements:

  • Windows application development OR Mac application development
  • Access to a computer with an internet connection.
  • and you are ready for the journey
  • Love learning about applying cutting-edge algorithms to practical cases!

What Should I Expect After this Course?:

  • The ability to build functional apps
  • New information regarding Flutter And API integration

Note that the course builds on windows, so I didn’t have a chance to cover the IOS configurations! But feel free to ask anything about it. I will be there to help.

English
language

Content

Introduction

Introduction
App overview
Hints
Youtube channel
Discord
Reach me
About the source codes on Github
Github starter source code

Implement the UI part

lock device orientation
Setting up the application theme and structure
Implement the appBar in the Home screen
Implement the Search text field
Implement the carousel widget design
Imeplement the Swiper widget
Implement the product widget design
Impelement the Products GridView
Implement the all products screen
Implement the produt details screen
Implement the Categories screen
Implement the users screen
Full source code until this section – UI part on Github

Rest API integration

What is Rest API
The API that we will use
Test the API Using postman
Convert the Json to a dart class Model
Start integrating the Rest API in our app
Fetch and display the products on the screen
Improve the code written to show the products on the screen
Use the provider state management to display the products
9- Fetch and display the categories on the screen
Fetch and display the users on the screen
Display the correct product details in the details screen
Errors handling
on Scroll Pagination

Extra

Full source code
Change the app launcher icon
Native splash screen