yokawaiik / tickets_storage_app

A small application project where the user can differentiate between different tickets (or other files). An application can be part of something bigger such as storage for storing documents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ticket storage (Documents storage)

Description

A small application project where the user can differentiate between different tickets (or other files). An application can be part of something bigger such as storage for storing documents.

Content table

Platforms

  • Android
  • IOS

Stack

  • Bloc state manager;
  • Isar database with generators;
  • get_it - service locator to dependencies management;
  • go_router - navigation;
  • flutter_download_manager - to manage download and show progress;
  • slang - to localize app;
  • and others dependencies...

Features

Main

  • App icon;
  • Settings (with bloc and Shared Preferences);
  • Localization (with slang and bloc).

Tickets storage

  • Add PDF file url;
  • Download PDF file;
  • ListView with infinite scroll;
  • Every list item has its state where a state of downloading is controlled;
  • Bloc controlls global state where it contains handled data was got from local database;
  • User can see a ticket's PDF file if it has been downloaded;
  • Delete list item by swipe;
  • Delete selected group items.

Demonstration

Screenshots

Main page | list items | add an item

select | download | open PDf

main page localized | settings

Video screencast

YouTube link: https://youtu.be/W6iTeJqUiBc

Useful links

Author contacts

Made by @yokawaiik

License

GPL

About

A small application project where the user can differentiate between different tickets (or other files). An application can be part of something bigger such as storage for storing documents.


Languages

Language:Dart 99.5%Language:Swift 0.3%Language:Kotlin 0.1%Language:Objective-C 0.0%