Skip to content

Commit

Permalink
fixed deps for Flutter Channel Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Yom3n committed Oct 1, 2019
1 parent 0df1dac commit 1ecdfc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/zefyr/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ dependencies:
zefyr:
path: ../

dependency_overrides:
notus:
path: ../../notus
#dependency_overrides:
# notus:
# path: ../../notus

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion packages/zefyr/lib/src/widgets/toolbar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class ZefyrToolbarState extends State<ZefyrToolbar>
buildButton(context, ZefyrToolbarAction.quote),
buildButton(context, ZefyrToolbarAction.code),
buildButton(context, ZefyrToolbarAction.horizontalRule),
if (editor.imageDelegate != null) ImageButton(),
editor.imageDelegate != null ? ImageButton() : Container(),
];
return buttons;
}
Expand Down
4 changes: 2 additions & 2 deletions packages/zefyr/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ author: Anatoly Pulyaevskiy <[email protected]>
homepage: https://github.com/memspace/zefyr

environment:
sdk: '>=2.2.2 <3.0.0'
sdk: '>=2.1.0 <3.0.0'

dependencies:
flutter:
sdk: flutter
collection: ^1.14.6
url_launcher: ^5.0.0
quill_delta: ^1.0.0-dev.1.0
notus: ^0.1.0
notus: ^0.1.4
meta: ^1.1.0
quiver_hashcode: ^2.0.0

Expand Down

0 comments on commit 1ecdfc3

Please sign in to comment.