Skip to content

Commit

Permalink
Make get setting method visible and bump to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Silk committed May 12, 2021
1 parent d0796f3 commit 531dbb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/src/manup_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class ManUpService {
}
}

@visibleForTesting
T setting<T>({String key}) => _manupData?.setting(key: key) ?? null;

@visibleForTesting
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: manup
description: Mandatory update for Flutter Apps.
version: 1.0.3
version: 1.0.4
homepage: https://github.com/NextFaze/flutter_manup

environment:
Expand Down

0 comments on commit 531dbb5

Please sign in to comment.