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
MHosssam
2021-12-01 12:34:21 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2021-12-01 12:34:21 +0200
Commit
f47d67e9584409cf68db2560b963f9691646d5bf
f47d67e9
1 parent
4812384b
Update simple_builder.dart
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/get_state_manager/src/simple/simple_builder.dart
lib/get_state_manager/src/simple/simple_builder.dart
View file @
f47d67e
...
...
@@ -5,7 +5,7 @@ import 'list_notifier.dart';
typedef
ValueBuilderUpdateCallback
<
T
>
=
void
Function
(
T
snapshot
);
typedef
ValueBuilderBuilder
<
T
>
=
Widget
Function
(
T
snapshot
,
ValueBuilderUpdateCallback
<
T
>
updater
);
T
?
snapshot
,
ValueBuilderUpdateCallback
<
T
>
updater
);
/// Manages a local state like ObxValue, but uses a callback instead of
/// a Rx value.
...
...
Please
register
or
login
to post a comment