name: flutter_breez_liquid_example description: Demonstrates how to use the flutter_breez_liquid plugin. publish_to: 'none' version: 1.0.0+1 environment: sdk: '>=3.0.0 <4.0.0' flutter: ">=3.10.0" dependencies: flutter: sdk: flutter flutter_breez_liquid: ^0.1.0 path_provider: ^2.1.3 # When depending on this package from a real application you should use: # flutter_breez_liquid: ^x.y.z # See https://dart.dev/tools/pub/dependencies#version-constraints # The example app is bundled with the plugin so we use a path dependency on # the parent directory to use the current plugin's version. # path: ../ dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^3.0.2 flutter: uses-material-design: true