1
1
name : window_manager_linux
2
2
description : Linux implementation of the window_manager plugin.
3
- version : 0 .0.1
3
+ version : 1 .0.1
4
4
repository : https://github.com/leanflutter/window_manager/tree/main/packages/window_manager_linux
5
5
6
6
environment :
7
- sdk : ^3.5.3
8
- flutter : ' >=3.3.0'
7
+ sdk : " >=3.0.0 <4.0.0 "
8
+ flutter : " >=3.3.0"
9
9
10
10
dependencies :
11
11
flutter :
@@ -15,61 +15,11 @@ dependencies:
15
15
dev_dependencies :
16
16
flutter_test :
17
17
sdk : flutter
18
- flutter_lints : ^4.0.0
18
+ mostly_reasonable_lints : ^0.1.2
19
19
20
- # For information on the generic Dart part of this file, see the
21
- # following page: https://dart.dev/tools/pub/pubspec
22
-
23
- # The following section is specific to Flutter packages.
24
20
flutter :
25
- # This section identifies this Flutter project as a plugin project.
26
- # The 'pluginClass' specifies the class (in Java, Kotlin, Swift, Objective-C, etc.)
27
- # which should be registered in the plugin registry. This is required for
28
- # using method channels.
29
- # The Android 'package' specifies package in which the registered class is.
30
- # This is required for using method channels on Android.
31
- # The 'ffiPlugin' specifies that native code should be built and bundled.
32
- # This is required for using `dart:ffi`.
33
- # All these are used by the tooling to maintain consistency when
34
- # adding or updating assets for this project.
35
21
plugin :
36
22
platforms :
37
- # This plugin project was generated without specifying any
38
- # platforms with the `--platform` argument. If you see the `some_platform` map below, remove it and
39
- # then add platforms following the instruction here:
40
- # https://flutter.dev/to/pubspec-plugin-platforms
41
- # -------------------
42
- some_platform :
43
- pluginClass : somePluginClass
44
- # -------------------
45
-
46
- # To add assets to your plugin package, add an assets section, like this:
47
- # assets:
48
- # - images/a_dot_burr.jpeg
49
- # - images/a_dot_ham.jpeg
50
- #
51
- # For details regarding assets in packages, see
52
- # https://flutter.dev/to/asset-from-package
53
- #
54
- # An image asset can refer to one or more resolution-specific "variants", see
55
- # https://flutter.dev/to/resolution-aware-images
56
-
57
- # To add custom fonts to your plugin package, add a fonts section here,
58
- # in this "flutter" section. Each entry in this list should have a
59
- # "family" key with the font family name, and a "fonts" key with a
60
- # list giving the asset and other descriptors for the font. For
61
- # example:
62
- # fonts:
63
- # - family: Schyler
64
- # fonts:
65
- # - asset: fonts/Schyler-Regular.ttf
66
- # - asset: fonts/Schyler-Italic.ttf
67
- # style: italic
68
- # - family: Trajan Pro
69
- # fonts:
70
- # - asset: fonts/TrajanPro.ttf
71
- # - asset: fonts/TrajanPro_Bold.ttf
72
- # weight: 700
73
- #
74
- # For details regarding fonts in packages, see
75
- # https://flutter.dev/to/font-from-package
23
+ linux :
24
+ pluginClass : WindowManagerLinuxPlugin
25
+
0 commit comments