Jonatas

update to 3.5.1

## [3.5.1]
- Remove unnecessary whitespaces
## [3.5.0]
- Added logwritter (@stefandevo)
- Added responsiveValue (@juanjoseleca)
... ...
... ... @@ -9,8 +9,6 @@ import 'simple_builder.dart';
typedef Disposer = void Function();
class GetxController extends DisposableInterface {
final HashSet<StateSetter> _updaters = HashSet<StateSetter>();
... ...
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:
... ...