Files
MrbWebLibre/packages/flutter_mozilla_components/example/pubspec.yaml
T
2026-06-12 05:58:11 +02:00

28 lines
665 B
YAML

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