2019-07-10 03:10:37 +02:00
|
|
|
name: ver
|
|
|
|
description: An app for LBRY.
|
|
|
|
version: 0.0.1+1
|
2019-07-10 23:28:02 +02:00
|
|
|
homepage: https://lbry.com
|
|
|
|
author: LBRY Inc. <hello@lbry.com>
|
2019-07-10 03:10:37 +02:00
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: ">=2.1.0 <3.0.0"
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
cupertino_icons: ^0.1.2
|
|
|
|
charts_flutter: ^0.6.0
|
2019-07-15 07:11:44 +02:00
|
|
|
provider: ^3.0.0
|
2019-07-10 23:28:02 +02:00
|
|
|
lbry:
|
|
|
|
path: ../lbry
|
2019-07-10 03:10:37 +02:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
|
|
|
# See https://github.com/flutter/flutter/wiki/Desktop-shells#fonts
|
|
|
|
fonts:
|
|
|
|
- family: Roboto
|
|
|
|
fonts:
|
|
|
|
- asset: fonts/Roboto/Roboto-Thin.ttf
|
|
|
|
weight: 100
|
|
|
|
- asset: fonts/Roboto/Roboto-Light.ttf
|
|
|
|
weight: 300
|
|
|
|
- asset: fonts/Roboto/Roboto-Regular.ttf
|
|
|
|
weight: 400
|
|
|
|
- asset: fonts/Roboto/Roboto-Medium.ttf
|
|
|
|
weight: 500
|
|
|
|
- asset: fonts/Roboto/Roboto-Bold.ttf
|
|
|
|
weight: 700
|
|
|
|
- asset: fonts/Roboto/Roboto-Black.ttf
|
|
|
|
weight: 900
|
|
|
|
- family: ""
|
|
|
|
fonts:
|
|
|
|
- asset: fonts/Roboto/Roboto-Thin.ttf
|
|
|
|
weight: 100
|
|
|
|
- asset: fonts/Roboto/Roboto-Light.ttf
|
|
|
|
weight: 300
|
|
|
|
- asset: fonts/Roboto/Roboto-Regular.ttf
|
|
|
|
weight: 400
|
|
|
|
- asset: fonts/Roboto/Roboto-Medium.ttf
|
|
|
|
weight: 500
|
|
|
|
- asset: fonts/Roboto/Roboto-Bold.ttf
|
|
|
|
weight: 700
|
|
|
|
- asset: fonts/Roboto/Roboto-Black.ttf
|
|
|
|
weight: 900
|