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 resolution: workspace environment: sdk: '>=3.8.0 <4.0.0' dependencies: flutter: sdk: flutter flutter_mozilla_components: path: ../ hooks_riverpod: ^3.3.2 dev_dependencies: flutter_test: sdk: flutter integration_test: sdk: flutter lint: ^2.8.0 flutter: uses-material-design: true