Skip to content

Commit

Permalink
Upgrade kiwi generator dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
letsar committed Nov 3, 2018
1 parent 314652a commit 4ab9cc0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
7 changes: 1 addition & 6 deletions flutter_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ dependencies:
flutter:
sdk: flutter
kiwi:
path:
../kiwi

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand All @@ -26,11 +24,8 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^0.10.1
build_runner: '>=0.10.3 <1.2.0'
kiwi_generator:
path:
../kiwi_generator


# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
Expand Down
4 changes: 4 additions & 0 deletions kiwi_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0
### Fixed
* Upgrade dependencies

## 0.1.1
### Fixed
* The generator no longer generates a `.g.dart` file for abstract classes without abstract methods.
Expand Down
2 changes: 1 addition & 1 deletion kiwi_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The latest version is [![Pub](https://img.shields.io/pub/v/kiwi_generator.svg)](

```yaml
dev_dependencies:
build_runner: ^0.10.1
build_runner: '>=0.10.3 <1.2.0'
kiwi_generator: ^latest_version
```

Expand Down
18 changes: 9 additions & 9 deletions kiwi_generator/pubspec.yaml
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: 0.1.1
version: 0.2.0
author: Romain Rastel <[email protected]>
homepage: https://github.com/letsar/kiwi

environment:
sdk: '>=2.0.0 <3.0.0'

dependencies:
analyzer: ^0.32.2
build: ^0.12.6
path: ^1.3.2
dart_style: ^1.0.0
source_gen: ^0.9.0+1
analyzer: '>= 0.32.4 <0.34.0'
build: '>=0.12.6 <1.1.0'
build_config: ^0.3.1
code_builder: ^3.1.3
build_config: ^0.3.1+2
dart_style: '>= 1.0.0 <1.3.0'
kiwi: '>=0.1.0 <0.2.0'
path: ^1.6.2
source_gen: ^0.9.1

dev_dependencies:
build_runner: ^1.1.0
build_test: ^0.10.3
test: ^1.0.0
build_test: ^0.10.3+1
build_runner: ^0.10.1

0 comments on commit 4ab9cc0

Please sign in to comment.