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
Jonny Borges
2020-08-14 13:14:48 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-08-14 13:14:48 -0300
Commit
de2fdbd67a5b6af42deda00e3408ec99a483b9b3
de2fdbd6
1 parent
8d84630d
Add files via upload
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
24 deletions
CHANGELOG.md
lib/src/navigation/root/root_widget.dart
lib/src/state_manager/rx/rx_impl.dart
pubspec.lock
pubspec.yaml
CHANGELOG.md
View file @
de2fdbd
## [3.4.5]
-
Fix typo on RxList.remove that could cause type errors.
-
Remove initialization console print
## [3.4.4]
-
Fix exception 'isInit called null' when tags are used in conjunction with dependencies. (@djade007)
...
...
lib/src/navigation/root/root_widget.dart
View file @
de2fdbd
...
...
@@ -182,8 +182,6 @@ class GetMaterialApp extends StatelessWidget {
onDispose
?.
call
();
},
initState:
(
i
)
{
print
(
'[GETX] INITIALIZED: If you need help, join our community support channels: https://tinyurl.com/y3cp88l3'
);
if
(
locale
!=
null
)
Get
.
locale
=
locale
;
if
(
fallbackLocale
!=
null
)
Get
.
fallbackLocale
=
fallbackLocale
;
...
...
lib/src/state_manager/rx/rx_impl.dart
View file @
de2fdbd
...
...
@@ -330,7 +330,7 @@ class RxList<E> extends Iterable<E> implements RxInterface<List<E>> {
bool
remove
(
Object
item
)
{
bool
hasRemoved
=
_list
.
remove
(
item
);
if
(
hasRemoved
)
{
subject
.
add
(
item
);
subject
.
add
(
_list
);
}
return
hasRemoved
;
}
...
...
@@ -383,7 +383,7 @@ class RxList<E> extends Iterable<E> implements RxInterface<List<E>> {
void
update
(
void
fn
(
Iterable
<
E
>
value
))
{
fn
(
value
);
subject
.
add
(
null
);
subject
.
add
(
_list
);
}
/// Replaces all existing items of this list with [items]
...
...
pubspec.lock
View file @
de2fdbd
...
...
@@ -7,49 +7,49 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.
4.2
"
version: "2.
5.0-nullsafety
"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
url: "https://pub.dartlang.org"
source: hosted
version: "2.
0.0
"
version: "2.
1.0-nullsafety
"
characters:
dependency: transitive
description:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0-nullsafety"
version: "1.1.0-nullsafety
.2
"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.
1.3
"
version: "1.
2.0-nullsafety
"
clock:
dependency: transitive
description:
name: clock
url: "https://pub.dartlang.org"
source: hosted
version: "1.
0.1
"
version: "1.
1.0-nullsafety
"
collection:
dependency: transitive
description:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.15.0-nullsafety"
version: "1.15.0-nullsafety
.2
"
fake_async:
dependency: transitive
description:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.0
-nullsafety
"
flutter:
dependency: "direct main"
description: flutter
...
...
@@ -66,21 +66,21 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.
8
"
version: "0.12.
10-nullsafety
"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0-nullsafety"
version: "1.3.0-nullsafety
.2
"
path:
dependency: transitive
description:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.
7.0
"
version: "1.
8.0-nullsafety
"
sky_engine:
dependency: transitive
description: flutter
...
...
@@ -92,55 +92,55 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.
7.0
"
version: "1.
8.0-nullsafety
"
stack_trace:
dependency: transitive
description:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.
9.5
"
version: "1.
10.0-nullsafety
"
stream_channel:
dependency: transitive
description:
name: stream_channel
url: "https://pub.dartlang.org"
source: hosted
version: "2.
0.0
"
version: "2.
1.0-nullsafety
"
string_scanner:
dependency: transitive
description:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.
0.5
"
version: "1.
1.0-nullsafety
"
term_glyph:
dependency: transitive
description:
name: term_glyph
url: "https://pub.dartlang.org"
source: hosted
version: "1.
1.0
"
version: "1.
2.0-nullsafety
"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.1
7
"
version: "0.2.1
9-nullsafety
"
typed_data:
dependency: transitive
description:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0-nullsafety"
version: "1.3.0-nullsafety
.2
"
vector_math:
dependency: transitive
description:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0-nullsafety"
version: "2.1.0-nullsafety
.2
"
sdks:
dart: ">=2.
9.0-18.0 <2.9
.0"
dart: ">=2.
10.0-0.0.dev <2.10
.0"
...
...
pubspec.yaml
View file @
de2fdbd
name
:
get
description
:
Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with GetX.
version
:
3.4.
4
version
:
3.4.
5
homepage
:
https://github.com/jonataslaw/get
environment
:
...
...
Please
register
or
login
to post a comment