Small change
This commit is contained in:
@@ -125,7 +125,7 @@ class BookmarkForm extends _$BookmarkForm {
|
|||||||
ref.read(bookmarksProvider.notifier).refresh();
|
ref.read(bookmarksProvider.notifier).refresh();
|
||||||
ref.watch(routerProvider).pop();
|
ref.watch(routerProvider).pop();
|
||||||
showSnackbar(
|
showSnackbar(
|
||||||
key: ScaffoldMessengerKeys.bookmarks,
|
key: ScaffoldMessengerKeys.root,
|
||||||
label: t.bookmarks.addBookmark.bookmarkSavedSuccessfully,
|
label: t.bookmarks.addBookmark.bookmarkSavedSuccessfully,
|
||||||
color: Colors.green,
|
color: Colors.green,
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -175,7 +175,7 @@ final getTagsProvider =
|
|||||||
);
|
);
|
||||||
|
|
||||||
typedef GetTagsRef = AutoDisposeFutureProviderRef<ApiResponse<TagsResponse>>;
|
typedef GetTagsRef = AutoDisposeFutureProviderRef<ApiResponse<TagsResponse>>;
|
||||||
String _$bookmarkFormHash() => r'e0a6612cb2a409f488614e3e91619f41055df61b';
|
String _$bookmarkFormHash() => r'52de9be86618f5e736cfe348d91f7f4154c4db64';
|
||||||
|
|
||||||
/// See also [BookmarkForm].
|
/// See also [BookmarkForm].
|
||||||
@ProviderFor(BookmarkForm)
|
@ProviderFor(BookmarkForm)
|
||||||
|
|||||||
Reference in New Issue
Block a user