Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 952 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 952 Bytes

manager

Screenshot

Description

Manager is a multi-platform application developed using Flutter. It includes features for creating and managing workers, clients, events and services.

Dependencies

  • riverpod
  • sqflite
  • calendar_view

TODO

  • Homepage
  • CRUD clients, workers, events.
  • Workers page
    • Redesign
  • Settings page
  • Rework architecture
  • Add services to events.
  • Services page
  • Products page
  • Clients page
  • Events window
  • Moving cards menu: Workers/Clients, Services/Products
  • Localization (English, Spanish)
  • Themes
    • Light
    • Dark

Future

  • Customizable card disposition

Localization

The application supports English and Spanish languages. The language can be changed within the application settings.

Database Operations

The application uses a SQLite database to store and manage data. It includes basic CRUD operations.