name: flutter_mozilla_components_example description: "Demonstrates how to use the flutter_mozilla_components plugin." # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: sdk: '>=3.7.0 <4.0.0' dependencies: flutter: sdk: flutter flutter_mozilla_components: path: ../ dev_dependencies: integration_test: sdk: flutter flutter_test: sdk: flutter flutter_lints: ^6.0.0 flutter: uses-material-design: true