21 lines
347 B
YAML
21 lines
347 B
YAML
name: foundation_fluttify_example
|
|
description: Demonstrates how to use the foundation_fluttify plugin.
|
|
publish_to: 'none'
|
|
|
|
environment:
|
|
sdk: ^3.5.3
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.8
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
foundation_fluttify:
|
|
path: ../
|
|
|
|
flutter:
|
|
uses-material-design: true |