mangayomi-mirror/epubx/example/flutter_ex/pubspec.yaml
2025-05-04 23:45:46 +02:00

28 lines
576 B
YAML

name: flutter_ex
description: A new Flutter project.
publish_to: none
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# Epub
epubx:
path: ../../
# To get the epub from the internet
http: ^0.13.4
image: ^3.0.8
dev_dependencies:
flutter_test:
sdk: flutter
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true