Skip to content

Commit

Permalink
Address issues related to pub requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeckie committed May 20, 2018
1 parent a09e592 commit 9cd5e43
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 31 deletions.
3 changes: 1 addition & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ dependencies:
sdk: flutter
phoenix_wings:
path: '../'
intl: "^0.15.6"


# The following adds the Cupertino Icons font to your application.
Expand All @@ -16,7 +15,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter

intl: "^0.15.6"

# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
Expand Down
29 changes: 0 additions & 29 deletions example/test/widget_test.dart

This file was deleted.

6 changes: 6 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ author: mfeckie<[email protected]>
homepage: https:/mfeckie/phoenix_wings

dev_dependencies:
flutter:
sdk: flutter
dartdoc: "0.19.0"
test: "0.12.37"
mockito: "^2.2.1"
stream_channel: "^1.6.4"
intl: "^0.15.6"

environment:
sdk: '>=1.2.3 <3.0.0'

0 comments on commit 9cd5e43

Please sign in to comment.