Skip to content

Commit

Permalink
Pull detection in dialog bottom sheet finished
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Dec 6, 2021
1 parent aeb3bee commit d8e92a7
Show file tree
Hide file tree
Showing 8 changed files with 385 additions and 320 deletions.
4 changes: 2 additions & 2 deletions .idea/libraries/Flutter_Plugins.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 18 additions & 19 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed assets/images/bookmark_add.png
Binary file not shown.
Binary file removed assets/images/bookmark_remove.png
Binary file not shown.
Binary file added assets/images/remove.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/MyManagement/HistoryStorage.dart
Expand Up @@ -10,7 +10,7 @@ final String _tableName = 'main_value';

final String columnId = '_id';
final String columnTitle = 'title';
final String columnUrl = "url";
final String columnUrl = "webUrl";
final String columnTime = "time";

class HistoryItem {
Expand Down

0 comments on commit d8e92a7

Please sign in to comment.