47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
name: polyvox_filament_example
|
|
description: Demonstrates how to use the polyvox_filament 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: ">=2.12.0 <4.0.0"
|
|
|
|
# Dependencies specify other packages that your package needs in order to work.
|
|
# To automatically upgrade your package dependencies to the latest versions
|
|
# consider running `flutter pub upgrade --major-versions`. Alternatively,
|
|
# dependencies can be manually updated by changing the version numbers below to
|
|
# the latest version available on pub.dev. To see which dependencies have newer
|
|
# versions available, run `flutter pub outdated`.
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
polyvox_filament:
|
|
path: ../
|
|
|
|
cupertino_icons: ^1.0.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^1.0.0
|
|
|
|
|
|
# For information on the generic Dart part of this file, see the
|
|
# following page: https://dart.dev/tools/pub/pubspec
|
|
|
|
# The following section is specific to Flutter.
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/
|
|
- assets/default_env/
|
|
- assets/BusterDrone/
|
|
- assets/BusterDrone/textures/
|
|
- assets/FlightHelmet/
|
|
#- assets/FlightHelmet/textures/
|
|
#- assets/textures/
|
|
|
|
|