| 1 | name: cw_mweb |
| 2 | description: A new Flutter plugin project. |
| 3 | version: 0.0.1 |
| 4 | homepage: |
| 5 | |
| 6 | environment: |
| 7 | sdk: '>=3.0.6 <4.0.0' |
| 8 | flutter: ">=3.3.0" |
| 9 | |
| 10 | dependencies: |
| 11 | flutter: |
| 12 | sdk: flutter |
| 13 | grpc: 4.0.1 |
| 14 | path_provider: ^2.1.2 |
| 15 | plugin_platform_interface: ^2.0.2 |
| 16 | ffi: ^2.1.0 |
| 17 | protobuf: ^3.1.0 |
| 18 | fixnum: ^1.1.1 |
| 19 | |
| 20 | dev_dependencies: |
| 21 | flutter_test: |
| 22 | sdk: flutter |
| 23 | flutter_lints: ^2.0.0 |
| 24 | ffigen: ^20.1.1 |
| 25 | |
| 26 | # For information on the generic Dart part of this file, see the |
| 27 | # following page: https://dart.dev/tools/pub/pubspec |
| 28 | |
| 29 | # The following section is specific to Flutter packages. |
| 30 | flutter: |
| 31 | # This section identifies this Flutter project as a plugin project. |
| 32 | # The 'pluginClass' specifies the class (in Java, Kotlin, Swift, Objective-C, etc.) |
| 33 | # which should be registered in the plugin registry. This is required for |
| 34 | # using method channels. |
| 35 | # The Android 'package' specifies package in which the registered class is. |
| 36 | # This is required for using method channels on Android. |
| 37 | # The 'ffiPlugin' specifies that native code should be built and bundled. |
| 38 | # This is required for using `dart:ffi`. |
| 39 | # All these are used by the tooling to maintain consistency when |
| 40 | # adding or updating assets for this project. |
| 41 | plugin: |
| 42 | platforms: |
| 43 | android: |
| 44 | package: com.cakewallet.mweb |
| 45 | pluginClass: CwMwebPlugin |
| 46 | ios: |
| 47 | pluginClass: CwMwebPlugin |
| 48 | macos: |
| 49 | pluginClass: CwMwebPlugin |
| 50 | |
| 51 | # To add assets to your plugin package, add an assets section, like this: |
| 52 | # assets: |
| 53 | # - images/a_dot_burr.jpeg |
| 54 | # - images/a_dot_ham.jpeg |
| 55 | # |
| 56 | # For details regarding assets in packages, see |
| 57 | # https://flutter.dev/assets-and-images/#from-packages |
| 58 | # |
| 59 | # An image asset can refer to one or more resolution-specific "variants", see |
| 60 | # https://flutter.dev/assets-and-images/#resolution-aware |
| 61 | |
| 62 | # To add custom fonts to your plugin package, add a fonts section here, |
| 63 | # in this "flutter" section. Each entry in this list should have a |
| 64 | # "family" key with the font family name, and a "fonts" key with a |
| 65 | # list giving the asset and other descriptors for the font. For |
| 66 | # example: |
| 67 | # fonts: |
| 68 | # - family: Schyler |
| 69 | # fonts: |
| 70 | # - asset: fonts/Schyler-Regular.ttf |
| 71 | # - asset: fonts/Schyler-Italic.ttf |
| 72 | # style: italic |
| 73 | # - family: Trajan Pro |
| 74 | # fonts: |
| 75 | # - asset: fonts/TrajanPro.ttf |
| 76 | # - asset: fonts/TrajanPro_Bold.ttf |
| 77 | # weight: 700 |
| 78 | # |
| 79 | # For details regarding fonts in packages, see |
| 80 | # https://flutter.dev/custom-fonts/#from-packages |