Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonatas
2020-08-24 22:52:31 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
07aef4141cb132b7ba9723cd36e2b114b7b046d3
07aef414
1 parent
b2ed3c7f
update to 3.5.1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
CHANGELOG.md
lib/src/state_manager/simple/get_state.dart
pubspec.yaml
CHANGELOG.md
View file @
07aef41
## [3.5.1]
-
Remove unnecessary whitespaces
## [3.5.0]
-
Added logwritter (@stefandevo)
-
Added responsiveValue (@juanjoseleca)
...
...
lib/src/state_manager/simple/get_state.dart
View file @
07aef41
...
...
@@ -9,8 +9,6 @@ import 'simple_builder.dart';
typedef
Disposer
=
void
Function
();
class
GetxController
extends
DisposableInterface
{
final
HashSet
<
StateSetter
>
_updaters
=
HashSet
<
StateSetter
>();
...
...
pubspec.yaml
View file @
07aef41
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
:
...
...
Please
register
or
login
to post a comment