An open API service indexing awesome lists of open source software.

https://github.com/partho-debnath/flutter


https://github.com/partho-debnath/flutter

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Flutter Widgets

## Version

- Dart 3.0.6
- Flutter 3.10.6
- DevTools 2.23.1


# Widgets (widgets Branch)




# Navigations (NamedRoute Branch)




# API Call (ApiCall Branch)

## 1_task_manager App

Fetch data from API, with & without FutureBuilder().
Data fetching time show a loading screen as
CircularProgressIndicator(), After data fetching
is done show the data.

### Main Widgets

- FutureBuilder()
- CircularProgressIndicator()

## 2_crud App

Fetch data from API, with & without FutureBuilder().
Add new Product, Update Product and Delete Product

### Main Widgets

- AlertDialog()
- FutureBuilder()
- CircularProgressIndicator()




# Third-Party-Packages (thirdPartyPackages Branch)