Skip to content

Commit

Permalink
update docs + specs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukef committed Mar 14, 2021
1 parent ba43989 commit aa4197f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Using issues creates a large amount of noise and results in real issues getting
# Installing

**Version compatibility**: 4.0.0+ supports null safety and requires a version of Flutter that is compatible.
Therefore, you will need to be using Flutter 2.0+ in order to use version 4.0+. If you're using an older version
of flutter, please use a 3.x version.
If you're using an incompatible version of flutter, please use a 3.x version of this library.

You should add the following to your `pubspec.yaml` file:

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ description: >
QR.Flutter is a Flutter library for simple and fast QR code rendering via a
Widget or custom painter.
version: 4.0.0
homepage: https://github.com/lukef/qr.flutter
homepage: https://github.com/theyakka/qr.flutter

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=2.0.0"
flutter: ">=1.16.0"

dependencies:
flutter:
Expand Down

0 comments on commit aa4197f

Please sign in to comment.