Skip to content

Commit

Permalink
Use stable null-safe libraries where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Feb 8, 2021
1 parent 2b0c1ff commit d3b758c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sqlite3/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ environment:
sdk: '>=2.12.0-0 <3.0.0'

dependencies:
collection: ^1.15.0-nullsafety.5
collection: ^1.15.0
ffi: ^0.3.0-nullsafety
meta: ^1.3.0-nullsafety
meta: ^1.3.0

dev_dependencies:
build_ffi_generator:
git:
url: https://github.com/simolus3/build_ffi_generator.git
build_runner: ^1.10.4
extra_pedantic: ^1.2.0
path: ^1.8.0-nullsafety
test: ^1.16.0-nullsafety
path: ^1.8.0
test: ^1.16.0

0 comments on commit d3b758c

Please sign in to comment.