Skip to content

iamageo/flutter_samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter

📱 this repo contains examples open source in flutter. 🚀

Fruits 🍇

A simple fruit register app using sqflite.

Tech stack & Open-source libraries

  • Material Design: Refinement of the interface and components.
  • sqflite: to manipulate a SQLite database.
  • async/await: Dart tool for handling asynchronous processes that do not require the use of then.
  • FutureBuilder: Component to load data asynchronously.














Clock ⏰

This project register alarm

Tech stack & Open-source libraries

  • Material Design: Refinement of the interface and components.
  • sqflite: to manipulate a SQLite database.
  • async/await: To use asynchronous calls.
  • ListView: To manage the items entered in SQLite in the list below Alarm.
  • Provider: To distribute and control side menu widgets.
  • Local Notifications: to show local alarm notifications.
  • DottedBorder: To create dotted borders when adding alarm.














Quiz 🌠

This project is a simple quiz app.

Tech stack & Open-source libraries

  • Material Design: Refinement of the interface and components.
  • FutureBuilder: Component to load data asynchronously.
  • GetX: For state management, intelligent dependency injection, and route management.
  • Http: A composable, Future-based library for making HTTP requests.
  • Http interceptor: That lets you intercept the different requests and responses from Dart's http package.
  • Flutter SVG : For create an SVG rendering widget.
  • Html unescape: For unescaping HTML-encoded strings.