https://github.com/partho-debnath/flutter
https://github.com/partho-debnath/flutter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/partho-debnath/flutter
- Owner: partho-debnath
- Created: 2023-06-07T11:35:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T20:54:10.000Z (over 2 years ago)
- Last Synced: 2024-04-18T02:55:16.247Z (about 2 years ago)
- Language: C++
- Size: 2.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)