Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.58 KB

File metadata and controls

51 lines (41 loc) · 1.58 KB

Todo

Components

  • Custom dictionary and administration
  • Definition suggestion form
  • Change to common font height
  • WidgetButton(back, cancel, home, profile) duration
    • duration: const Duration(milliseconds: 500),

Database

  • ignore recovered database ROLLBACK error DatabaseException(Cannot perform this operation because there is no current transaction.) sql 'ROLLBACK' args []

  • SqfliteDatabaseException (DatabaseException(no such table: main.list (code 1 SQLITE_ERROR): , while compiling: CREATE UNIQUE INDEX IF NOT EXISTS wordIdIndex ON list (id, word)) sql 'CREATE UNIQUE INDEX IF NOT EXISTS wordIdIndex ON list (id, word)' args [])

  • SqfliteDatabaseException (DatabaseException(no such table: android_metadata (code 1 SQLITE_ERROR)))

  • SqfliteDatabaseException (DatabaseException(Cannot perform this operation because there is no current transaction.) sql 'COMMIT' args [])

  • Definition

    • post
    • review
  • primaryTextTheme vs textTheme

  • RichText vs Text.rich

Feature

  • Home view
  • Definition makeup
  • none result lookup
  • Store
    • Restore purchase
  • analytics
  • History (Recent searches)
    • list is current limited 30 word statically
    • History navigator
    • History view sort
  • Like
  • Improve scroll for NestedScrollView
  • gist backup
  • Dark mode color

Test

  • Keep-Asset
  • each(word, sense, thesaurus)
  • archive each(word, sense, thesaurus)
  • archive single(all in one)
  • word single(all in one)
  • Cloud-Asset
  • each(word, sense, thesaurus)
  • Single(all in one)