nirajankarki5 / Flutter-Network-Call-Practice-using-HTTP-GCA

Here I practiced network call on Flutter using http package. Reference GCA by sashi sharma sir.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network Call Practice GCA

  • In body, I created a column to place loading indicator and list view function.

  • In list view function, I createa a sized box ang gave height of 85% of total height to prevent from overflow.

  • Child of sized box was ListView and inside it I gave children a list of widget which was defined as empty list and widget was eventually added.

  • http: ^0.13.2

Screenshots

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

Here I practiced network call on Flutter using http package. Reference GCA by sashi sharma sir.


Languages

Language:Dart 67.3%Language:HTML 23.7%Language:Swift 6.3%Language:Kotlin 2.1%Language:Objective-C 0.6%