yevyevyev / google_tasks_flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

better_gtask

Google Tasks on Flutter

Libraries used

  • riverpod - reactive state management
  • freezed - immutable models
  • isar - local storage
  • googleapis - access to gtask api
  • connectivity - observing internet status
  • go_router - routing
  • very_good_infinite_list - infinite scrolling

Features

  • Optimistic data updates
    • First fetch fetched in parallel from local storage and remote storage
    • Adding new data adds it immediately into local storage with pending status and submits to remote storage. If fails, marks it to draft.
    • Next time device is online, submits all the drafts to remote storage
    • Observing internet connectivity status and reacting to it
  • Pull to refresh
  • Undo

About


Languages

Language:Dart 55.4%Language:C++ 20.8%Language:CMake 16.4%Language:Ruby 2.4%Language:Swift 1.9%Language:HTML 1.6%Language:C 1.2%Language:Kotlin 0.1%Language:Objective-C 0.0%