Files
MrbWebLibre/packages/flutter_mozilla_components/example/pubspec.yaml
T
2025-06-02 22:20:28 +02:00

26 lines
627 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
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