Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
svelto-open
Flutter Gadgets 2
Commits
4c21d1bf
Commit
4c21d1bf
authored
Jan 08, 2022
by
Dario Satriani
💬
Browse files
- Updated CHANGELOG and pubspec.yaml;
parent
1b1df27c
Changes
8
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
4c21d1bf
## 0.3.0
*
Added the
```safelyRemoveValue```
method to
```ObservableModel```
*
Added the
```lazy```
flag to
```Service```
*
Added the
```viewMounted```
getter to
```ControllerGadget```
*
Modified the mechanism by which
```ViewGadget```
provides the
```BuildContext```
to
```ControllerGadget```
*
Added the
```create```
method to
```ViewGadget```
*
Removed the
```init```
method and
```controller```
property from
```ViewGadget```
*
Added the
```create```
method to
```ViewModelGadget```
*
Removed the
```init```
method and
```viewModel```
property from
```ViewGadget```
*
Updated the docs
*
Updated the examples
## 0.2.1
*
Changed the signature of the
```PropertiesSelector```
function
...
...
example/alien_counter/pubspec.lock
View file @
4c21d1bf
...
...
@@ -61,7 +61,7 @@ packages:
path: "../.."
relative: true
source: path
version: "0.
2.1
"
version: "0.
3.0
"
flutter_lints:
dependency: "direct dev"
description:
...
...
example/counter/ios/Runner.xcodeproj/project.pbxproj
View file @
4c21d1bf
...
...
@@ -3,7 +3,7 @@
archiveVersion
=
1
;
classes
=
{
};
objectVersion
=
46
;
objectVersion
=
50
;
objects
=
{
/* Begin PBXBuildFile section */
...
...
@@ -127,7 +127,7 @@
97C146E61CF9000F007C117D
/* Project object */
=
{
isa
=
PBXProject
;
attributes
=
{
LastUpgradeCheck
=
10
2
0
;
LastUpgradeCheck
=
1
3
00
;
ORGANIZATIONNAME
=
""
;
TargetAttributes
=
{
97C146ED1CF9000F007C117D
=
{
...
...
example/counter/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
View file @
4c21d1bf
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion =
"10
2
0"
LastUpgradeVersion =
"1
3
00"
version =
"1.3"
>
<BuildAction
parallelizeBuildables =
"YES"
...
...
example/counter/pubspec.lock
View file @
4c21d1bf
...
...
@@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.
1
"
version: "2.8.
2
"
boolean_selector:
dependency: transitive
description:
...
...
@@ -21,7 +21,7 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.
1
.0"
version: "1.
2
.0"
charcode:
dependency: transitive
description:
...
...
@@ -61,7 +61,7 @@ packages:
path: "../.."
relative: true
source: path
version: "0.
2.1
"
version: "0.
3.0
"
flutter_lints:
dependency: "direct dev"
description:
...
...
@@ -87,7 +87,7 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.1
0
"
version: "0.12.1
1
"
meta:
dependency: transitive
description:
...
...
@@ -169,7 +169,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.
2
"
version: "0.4.
3
"
typed_data:
dependency: transitive
description:
...
...
@@ -183,7 +183,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.
0
"
version: "2.1.
1
"
sdks:
dart: ">=2.1
2
.0 <3.0.0"
dart: ">=2.1
4
.0 <3.0.0"
flutter: ">=1.17.0"
example/number_guess/pubspec.lock
View file @
4c21d1bf
...
...
@@ -61,7 +61,7 @@ packages:
path: "../.."
relative: true
source: path
version: "0.
2.1
"
version: "0.
3.0
"
flutter_lints:
dependency: "direct dev"
description:
...
...
example/rock_paper_scissor/pubspec.lock
View file @
4c21d1bf
...
...
@@ -61,7 +61,7 @@ packages:
path: "../.."
relative: true
source: path
version: "0.
2.1
"
version: "0.
3.0
"
flutter_lints:
dependency: "direct dev"
description:
...
...
pubspec.yaml
View file @
4c21d1bf
name
:
flutter_gadgets_2
description
:
Flutter Gadgets 2, a library for simplified state (model) management and service location in Flutter.
version
:
0.
2.1
version
:
0.
3.0
homepage
:
https://gitlab.svelto.tech/svelto-open/flutter-gadgets-2
repository
:
https://gitlab.svelto.tech/svelto-open/flutter-gadgets-2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment