mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-07 21:00:46 +00:00
28 lines
576 B
YAML
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
|