diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-03 23:16:06 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-03 23:16:26 +0530 |
| commit | 191186a0e3a315ca3755ed91c336fe6119f4d7d7 (patch) | |
| tree | 8db5103741c02f4f49f1d6a327b6533b297b3903 | |
| parent | 51dae022dcf9b4dcea7e7709ad0915c10977326a (diff) | |
| download | daft-launcher-191186a0e3a315ca3755ed91c336fe6119f4d7d7.tar.gz daft-launcher-191186a0e3a315ca3755ed91c336fe6119f4d7d7.zip | |
todo
Diffstat (limited to '')
| -rw-r--r-- | .flutter-plugins-dependencies | 2 | ||||
| -rw-r--r-- | TODO.md | 17 |
2 files changed, 11 insertions, 8 deletions
diff --git a/.flutter-plugins-dependencies b/.flutter-plugins-dependencies index a556131..dc53c64 100644 --- a/.flutter-plugins-dependencies +++ b/.flutter-plugins-dependencies @@ -1 +1 @@ -{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"shared_preferences","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/","dependencies":[]}],"android":[{"name":"android_intent","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/android_intent-0.3.7+2/","dependencies":[]},{"name":"device_apps","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/device_apps-1.0.9/","dependencies":[]},{"name":"shared_preferences","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"android_intent","dependencies":[]},{"name":"device_apps","dependencies":[]},{"name":"shared_preferences","dependencies":[]}],"date_created":"2020-06-03 21:55:48.530304","version":"1.19.0-2.0.pre.214"}
\ No newline at end of file +{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"shared_preferences","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/","dependencies":[]}],"android":[{"name":"android_intent","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/android_intent-0.3.7+2/","dependencies":[]},{"name":"device_apps","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/device_apps-1.0.9/","dependencies":[]},{"name":"shared_preferences","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"android_intent","dependencies":[]},{"name":"device_apps","dependencies":[]},{"name":"shared_preferences","dependencies":[]}],"date_created":"2020-06-03 23:16:12.347212","version":"1.19.0-2.0.pre.214"}
\ No newline at end of file @@ -4,14 +4,18 @@ - [X] Start writing tests - [X] Transision between pages between pages - [X] Find a way to preload both pages and stop from "loading" - - [ ] Figure out the importance of keys and add them as required - - [ ] Dark/List themes + - [X] Dark/List themes + +## Issues + - [ ] Fix scroll/fling conflict (snap) + - [ ] Fix uninstall action issue + - [ ] Fix build issue ## HomePage - [X] Create statusbar - [X] Get rid of defaultTime and loading - - [ ] Create favorites list - - [ ] Get favorites list from a persistent store + - [X] Create favorites list + - [X] Get favorites list from a persistent store ## Applications list - [X] Create app list @@ -19,9 +23,8 @@ - [X] Create options menu on long press - [X] Add uninstall action - [X] Add goto app settings action - - [ ] Fix scroll/fling conflict (snap) - - [ ] Add "add to favorites" action + - [X] Add "add to favorites" action - [ ] Sort the list according to frequently used - - [ ] Fix uninstall action issue - [ ] Make app list load faster - [ ] Make keyboard close on swipe + |
