Skip to content

Commit

Permalink
Downgrade moor_ffi to v0.5.0
Browse files Browse the repository at this point in the history
moor_ffi v0.6.0 doesn't build in release mode. Error message below:

../../third_party/dart/runtime/vm/compiler/backend/il.h: 999: error: unreachable code

Don't update to moor_ffi v0.6.0 until Dart compiler is fixed.

simolus3/drift#581
flutter/flutter#58631
  • Loading branch information
tommy351 committed Jun 21, 2020
1 parent 4b44131 commit 518b8db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ packages:
name: moor_ffi
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.0"
version: "0.5.0"
moor_generator:
dependency: "direct dev"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
freezed_annotation: ^0.11.0
json_annotation: ^3.0.1
moor: ^3.1.0
moor_ffi: ^0.6.0
moor_ffi: ^0.5.0
path: ^1.6.4
path_provider: ^1.6.11
flutter_typeahead: ^1.8.3
Expand Down

0 comments on commit 518b8db

Please sign in to comment.