Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Oct 26, 2024
1 parent 9900e55 commit db6e067
Show file tree
Hide file tree
Showing 14 changed files with 94 additions and 49 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev"
source: hosted
version: "14.2.4"
version: "14.2.5"
webdriver:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/window_manager_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1

* TODO: Describe initial release.
* Initial release.
22 changes: 21 additions & 1 deletion packages/window_manager_linux/LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
TODO: Add your license here.
MIT License

Copyright (c) 2024 LiJianying <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
18 changes: 6 additions & 12 deletions packages/window_manager_linux/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# window_manager_linux

A new Flutter plugin project.
[![pub version][pub-image]][pub-url]

## Getting Started
[pub-image]: https://img.shields.io/pub/v/window_manager_linux.svg
[pub-url]: https://pub.dev/packages/window_manager_linux

This project is a starting point for a Flutter
[plug-in package](https://flutter.dev/to/develop-plugins),
a specialized package that includes platform-specific implementation code for
Android and/or iOS.
The Windows implementation of [window_manager](https://pub.dev/packages/window_manager).

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
## License

The plugin project was generated without specifying the `--platforms` flag, no platforms are currently supported.
To add platforms, run `flutter create -t plugin --platforms <platforms> .` in this directory.
You can also find a detailed instruction on how to add platforms in the `pubspec.yaml` at https://flutter.dev/to/pubspec-plugin-platforms.
[MIT](./LICENSE)
4 changes: 2 additions & 2 deletions packages/window_manager_linux/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: window_manager_linux
description: "A new Flutter plugin project."
description: Linux implementation of the window_manager plugin.
version: 0.0.1
homepage:
repository: https://github.com/leanflutter/window_manager/tree/main/packages/window_manager_linux

environment:
sdk: ^3.5.3
Expand Down
2 changes: 1 addition & 1 deletion packages/window_manager_macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1

* TODO: Describe initial release.
* Initial release.
22 changes: 21 additions & 1 deletion packages/window_manager_macos/LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
TODO: Add your license here.
MIT License

Copyright (c) 2024 LiJianying <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
15 changes: 6 additions & 9 deletions packages/window_manager_macos/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# window_manager_macos

A new Flutter plugin project.
[![pub version][pub-image]][pub-url]

## Getting Started
[pub-image]: https://img.shields.io/pub/v/window_manager_macos.svg
[pub-url]: https://pub.dev/packages/window_manager_macos

This project is a starting point for a Flutter
[plug-in package](https://flutter.dev/to/develop-plugins),
a specialized package that includes platform-specific implementation code for
Android and/or iOS.
The Windows implementation of [window_manager](https://pub.dev/packages/window_manager).

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
## License

[MIT](./LICENSE)
4 changes: 2 additions & 2 deletions packages/window_manager_macos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: window_manager_macos
description: "A new Flutter plugin project."
description: macOS implementation of the window_manager plugin.
version: 0.0.1
homepage:
repository: https://github.com/leanflutter/window_manager/tree/main/packages/window_manager_macos

environment:
sdk: ^3.5.3
Expand Down
2 changes: 1 addition & 1 deletion packages/window_manager_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1

* TODO: Describe initial release.
* Initial release.
22 changes: 21 additions & 1 deletion packages/window_manager_windows/LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
TODO: Add your license here.
MIT License

Copyright (c) 2024 LiJianying <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
18 changes: 6 additions & 12 deletions packages/window_manager_windows/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# window_manager_windows

A new Flutter plugin project.
[![pub version][pub-image]][pub-url]

## Getting Started
[pub-image]: https://img.shields.io/pub/v/window_manager_windows.svg
[pub-url]: https://pub.dev/packages/window_manager_windows

This project is a starting point for a Flutter
[plug-in package](https://flutter.dev/to/develop-plugins),
a specialized package that includes platform-specific implementation code for
Android and/or iOS.
The Windows implementation of [window_manager](https://pub.dev/packages/window_manager).

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
## License

The plugin project was generated without specifying the `--platforms` flag, no platforms are currently supported.
To add platforms, run `flutter create -t plugin --platforms <platforms> .` in this directory.
You can also find a detailed instruction on how to add platforms in the `pubspec.yaml` at https://flutter.dev/to/pubspec-plugin-platforms.
[MIT](./LICENSE)
4 changes: 2 additions & 2 deletions packages/window_manager_windows/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: window_manager_windows
description: "A new Flutter plugin project."
description: Windows implementation of the window_manager plugin.
version: 0.0.1
homepage:
repository: https://github.com/leanflutter/window_manager/tree/main/packages/window_manager_windows

environment:
sdk: ^3.5.3
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev"
source: hosted
version: "14.2.4"
version: "14.2.5"
yaml:
dependency: transitive
description:
Expand Down

0 comments on commit db6e067

Please sign in to comment.