Skip to content

Commit

Permalink
update to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonataslaw committed Aug 25, 2020
1 parent b2ed3c7 commit 07aef41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [3.5.1]
- Remove unnecessary whitespaces

## [3.5.0]
- Added logwritter (@stefandevo)
- Added responsiveValue (@juanjoseleca)
Expand Down
2 changes: 0 additions & 2 deletions lib/src/state_manager/simple/get_state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import 'simple_builder.dart';

typedef Disposer = void Function();



class GetxController extends DisposableInterface {
final HashSet<StateSetter> _updaters = HashSet<StateSetter>();

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: get
description: Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with GetX.
version: 3.5.0
version: 3.5.1
homepage: https://github.com/jonataslaw/get

environment:
Expand Down

0 comments on commit 07aef41

Please sign in to comment.