Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 824 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 824 Bytes

Shopping List App

Shopping List is a simple application for creating and managing a shopping list. It allows you to create shopping cards that contain information about the name, quantity and category of goods.

Main functions

  • Creating purchase cards with the name, quantity and category of the product
  • Displaying a list of shopping cards on the home screen
  • Deleting shopping cards via Skype
  • Using Firebase Realtime Database to Save Purchase Data

Technologies used

  • Flutter is a framework for creating cross-platform applications
  • Firebase Realtime Database is a cloud database used for data storage
  • Dart is a programming language used for application development.
  • SetState - A Flutter mechanism that allows you to update the state of widgets and rebuild the user interface based on state changes.