Skip to content

Commit

Permalink
Update pubspec.yaml for newer flutter versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmundt committed Jul 3, 2020
1 parent 118e68d commit 6b9cbfb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2

* Update pubspec.yaml format for newer versions of Flutter, require 1.10.

## 0.0.1+1

* Suppress deprecation warnings in build, all uses are safe.
Expand Down
22 changes: 10 additions & 12 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: flutter_windowmanager
description: A Flutter plugin for manipulating Android WindowManager LayoutParams.
version: 0.0.1+1
authors:
- Paul Mundt <[email protected]>
- Adaptant Labs <[email protected]>
homepage: https://www.github.com/adaptant-labs/flutter_windowmanager
repository: https://www.github.com/adaptant-labs/flutter_windowmanager
version: 0.0.2
homepage: https://github.com/adaptant-labs/flutter_windowmanager
repository: https://github.com/adaptant-labs/flutter_windowmanager
issue_tracker: https://github.com/adaptant-labs/flutter_windowmanager/issues

environment:
sdk: ">=2.1.0 <3.0.0"
# Flutter versions prior to 1.10 did not support
# the flutter.plugin.platforms map.
flutter: ">=1.10.0"

dependencies:
flutter:
Expand All @@ -20,10 +20,8 @@ dev_dependencies:
sdk: flutter

flutter:
# This section identifies this Flutter project as a plugin project.
# The androidPackage and pluginClass identifiers should not ordinarily
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
androidPackage: io.adaptant.labs.flutter_windowmanager
pluginClass: FlutterWindowManagerPlugin
platforms:
android:
package: io.adaptant.labs.flutter_windowmanager
pluginClass: FlutterWindowManagerPlugin

0 comments on commit 6b9cbfb

Please sign in to comment.