Skip to content

Commit

Permalink
Set SDK constraints (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
ened authored Apr 12, 2021
1 parent 00df3f9 commit e882b1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: workmanager
description: Flutter Workmanager. This plugin allows you to schedule background work on Android and iOS.
version: 0.2.4
homepage: https://github.com/vrtdev/flutter_workmanager
repository: https://github.com/vrtdev/flutter_workmanager
issue_tracker: https://github.com/vrtdev/flutter_workmanager/issues
homepage: https://github.com/fluttercommunity/flutter_workmanager
repository: https://github.com/fluttercommunity/flutter_workmanager
issue_tracker: https://github.com/fluttercommunity/flutter_workmanager/issues

environment:
sdk: ">=2.6.0 <3.0.0"
flutter: ^1.10.0
flutter: ">=1.12.13+hotfix.5"

dependencies:
flutter:
Expand Down

0 comments on commit e882b1d

Please sign in to comment.