Skip to content

Commit

Permalink
Remove the temporary dependency requirements now that packages have b…
Browse files Browse the repository at this point in the history
…een fixed
  • Loading branch information
drewbitt committed Apr 30, 2020
1 parent ad72cf1 commit 2d89923
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion PRIVACY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**Privacy Policy**

Andrew Bitterling built the Yarr app as an Open Source app. This SERVICE is provided by Andrew Bitterling at no cost and is intended for use as is.
drewbitt built the Yarr app as an Open Source app. This SERVICE is provided by drewbitt at no cost and is intended for use as is.

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.

Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ packages:
source: hosted
version: "0.3.0"
flutter_svg:
dependency: "direct overridden"
dependency: transitive
description:
name: flutter_svg
url: "https://pub.dartlang.org"
Expand Down Expand Up @@ -840,4 +840,4 @@ packages:
version: "2.2.1"
sdks:
dart: ">=2.7.0 <3.0.0"
flutter: ">=1.17.0 <2.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
6 changes: 1 addition & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version: 0.3.8

environment:
sdk: ">=2.5.2 <3.0.0"
flutter: ^1.17.0 # temporary requirement due to workaround for animation depreciation
flutter: ^1.6.0

dependencies:
flutter:
Expand Down Expand Up @@ -54,10 +54,6 @@ dev_dependencies:
flutter_driver:
sdk: flutter

dependency_overrides:
flutter_svg: '^0.17.2' # have to manually override for flutter ^1.6.7 because it's not
# recognizing 0.17.2 as valid with flutter_html specifying ^0.14.4 for some reason

flutter_icons:
android: "launcher_icon"
ios: true
Expand Down

0 comments on commit 2d89923

Please sign in to comment.