-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…erator #49 Fixed by upgrading the dependencies. And setting nullability supp…
- Loading branch information
Showing
7 changed files
with
31 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name: kiwi | ||
description: A simple yet efficient IoC container for Dart and Flutter (can be coupled with the kiwi_generator package). | ||
version: 2.0.0 | ||
version: 2.0.1 | ||
homepage: https://github.com/vanlooverenkoen/kiwi/tree/master/kiwi | ||
|
||
environment: | ||
sdk: '>=2.2.0 <3.0.0' | ||
|
||
dependencies: | ||
meta: ^1.1.8 | ||
meta: ^1.2.3 | ||
|
||
dev_dependencies: | ||
test: ^1.14.7 | ||
test: ^1.15.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
name: kiwi_generator | ||
description: Generates dependency injection code using the kiwi package to reduce development time. | ||
version: 2.0.0 | ||
version: 2.0.1 | ||
homepage: https://github.com/vanlooverenkoen/kiwi/tree/master/kiwi_generator | ||
|
||
environment: | ||
sdk: '>=2.2.0 <3.0.0' | ||
|
||
dependencies: | ||
analyzer: ^0.39.10 | ||
build: ^1.3.0 | ||
analyzer: ^0.40.4 | ||
build: ^1.5.0 | ||
build_config: ^0.4.2 | ||
code_builder: ^3.3.0 | ||
dart_style: ^1.3.6 | ||
code_builder: ^3.4.1 | ||
dart_style: ^1.3.7 | ||
kiwi: ^2.0.0 | ||
path: ^1.6.4 | ||
source_gen: ^0.9.5 | ||
path: ^1.7.0 | ||
source_gen: ^0.9.7+1 | ||
built_collection: ^4.3.2 | ||
|
||
dev_dependencies: | ||
build_runner: ^1.10.0 | ||
build_test: ^1.2.0 | ||
test: ^1.14.7 | ||
build_runner: ^1.10.3 | ||
build_test: ^1.2.2 | ||
test: ^1.15.4 |