Skip to content

Commit

Permalink
add line break
Browse files Browse the repository at this point in the history
  • Loading branch information
wuuzw committed Feb 5, 2021
1 parent fae248f commit 648b25e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/app/modules/bookmarks/bookmark_controller.dart
Expand Up @@ -12,8 +12,6 @@ class BookmarkController = _BookmarksControllerBase with _$BookmarkController;
abstract class _BookmarksControllerBase with Store {
final BookmarkRepository _bookmarksRepository = Modular.get();

_BookmarksControllerBase();

@observable
ObservableList<FeedItem> bookmarks = ObservableList<FeedItem>();

Expand Down
1 change: 1 addition & 0 deletions lib/app/modules/item/item_controller.dart
Expand Up @@ -12,6 +12,7 @@ class ItemController = _ItemControllerBase with _$ItemController;

abstract class _ItemControllerBase with Store {
final ItemRepository _repository;

int _id;
InAppWebViewController webViewController;

Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Expand Up @@ -17,6 +17,7 @@ scripts:
splash: $run flutter_native_splash:create
apk: $get & $runner build --delete-conflicting-outputs & $build apk --split-per-abi
appbundle: $get & $runner build --delete-conflicting-outputs & $build appbundle

environment:
sdk: ">=2.7.0 <3.0.0"

Expand Down

0 comments on commit 648b25e

Please sign in to comment.