|
| 1 | +name: window_manager_linux |
| 2 | +description: "A new Flutter plugin project." |
| 3 | +version: 0.0.1 |
| 4 | +homepage: |
| 5 | + |
| 6 | +environment: |
| 7 | + sdk: ^3.5.3 |
| 8 | + flutter: '>=3.3.0' |
| 9 | + |
| 10 | +dependencies: |
| 11 | + flutter: |
| 12 | + sdk: flutter |
| 13 | + plugin_platform_interface: ^2.0.2 |
| 14 | + |
| 15 | +dev_dependencies: |
| 16 | + flutter_test: |
| 17 | + sdk: flutter |
| 18 | + flutter_lints: ^4.0.0 |
| 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 | +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 | + plugin: |
| 36 | + 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 |
0 commit comments