Skip to content

Commit

Permalink
adding sound null safety
Browse files Browse the repository at this point in the history
  • Loading branch information
rtmigo committed Mar 25, 2021
1 parent fa19b88 commit 43b44e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.0.1-beta
# 1.0.2-beta

- Migrated to sound null safety
- Added PrefNotifier class as a shortcut to PrefItem(SharedPrefsStorage(), ...)
Expand Down
1 change: 0 additions & 1 deletion lib/src/11_shared_pref_item.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:flutter/cupertino.dart';
import 'package:prefnotifiers/prefnotifiers.dart';

class PrefNotifierTypeError extends TypeError {
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: prefnotifiers
description: Represents shared preferences as ValueNotifier objects. Reads and writes occur asynchronously in background.
version: 1.0.1-beta
version: 1.0.2-beta
homepage: https://github.com/rtmigo/prefnotifiers

environment:
Expand Down

0 comments on commit 43b44e9

Please sign in to comment.