-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pubspec.yaml for newer flutter versions.
- Loading branch information
Showing
2 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
@@ -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 |