fluttercommunity / fluttercommunity/flutter_downloader
Wrong table column name in Readme
- Dominant language
- Kotlin
- Stars
- 940
- Forks
- 561
- Avg merge
- 1h 18m
- Merged PRs (30d)
- 1
Description
Hello,
In Readme.md is written that internal SQLite table `task` Primary key is named `id`. But actually, it's named `_id` with underscore - at least on Android (see [TaskDbHelper.java](https://github.com/fluttercommunity/flutter_downloader/blob/e782559d81a8b69e6d36440b55a4263c0de1a515/android/src/main/java/vn/hunghd/flutterdownloader/TaskDbHelper.java#L17) and [TaskDao.java](https://github.com/fluttercommunity/flutter_downloader/blob/e782559d81a8b69e6d36440b55a4263c0de1a515/android/src/main/java/vn/hunghd/flutterdownloader/TaskDao.java#L15) source code); checked by Android Studio Database Inspector.
Readme should be updated accordingly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.