git-touch-android-ios-app/pubspec.yaml

118 lines
3.2 KiB
YAML
Raw Normal View History

name: git_touch
2018-04-18 14:38:28 +02:00
description: A new Flutter project.
2018-12-27 15:31:02 +01:00
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
2020-05-15 14:58:52 +02:00
version: 1.4.1+10
2018-12-27 15:31:02 +01:00
environment:
2019-12-08 03:48:43 +01:00
sdk: ">=2.6.0 <3.0.0"
2018-12-27 15:31:02 +01:00
2018-04-18 14:38:28 +02:00
dependencies:
flutter:
sdk: flutter
2019-09-22 16:26:33 +02:00
flutter_vector_icons: ^0.2.1
2020-02-04 08:29:55 +01:00
flutter_highlight: ^0.6.0
2019-09-22 16:26:33 +02:00
primer: ^0.0.2
nanoid: ^0.0.6
2020-02-10 12:25:25 +01:00
file_icon: ^0.3.0
http: ^0.12.0
2019-09-22 16:26:33 +02:00
intl: ^0.16.0
2020-05-15 12:37:12 +02:00
url_launcher: ^5.4.1
2020-01-28 07:23:35 +01:00
uni_links: ^0.2.0
2020-01-28 16:44:25 +01:00
flutter_markdown: ^0.3.3
2020-01-24 16:12:32 +01:00
shared_preferences: ^0.5.6
2019-02-10 12:45:08 +01:00
share: ^0.6.0
2020-08-23 08:19:24 +02:00
flutter_svg: ^0.18.1
2019-03-10 06:13:40 +01:00
launch_review: ^2.0.0
2019-08-30 10:26:56 +02:00
timeago: ^2.0.18
2019-09-02 14:40:20 +02:00
provider: ^3.1.0
filesize: ^1.0.4
2019-09-13 10:55:27 +02:00
tuple: ^1.0.2
2019-09-30 14:49:22 +02:00
uri: ^0.11.3
fimber: ^0.3.2
2019-11-02 14:44:26 +01:00
photo_view: ^0.7.0
2020-02-07 06:37:49 +01:00
artemis: ^3.2.1
gql_link: ^0.2.0
2019-12-12 13:29:56 +01:00
fluro: ^1.5.1
2020-01-04 06:28:29 +01:00
package_info: ^0.4.0
2020-02-09 06:06:39 +01:00
github: ^6.1.2
2020-02-08 05:47:10 +01:00
# git:
# url: git://github.com/pd4d10/github.dart.git
# ref: patch-1
# path: ../../github/github.dart
2020-02-09 10:57:12 +01:00
github_trending: ^0.2.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
2018-04-18 14:38:28 +02:00
dev_dependencies:
flutter_test:
sdk: flutter
2019-09-26 16:14:14 +02:00
build_runner: ^1.7.1
json_serializable: 3.2.3 # TODO:
2019-11-06 14:27:37 +01:00
# dependencies_overrides:
# flutter_highlight:
2020-02-04 08:29:55 +01:00
# path: ../highlight/flutter_highlight
2019-11-06 14:27:37 +01:00
2018-04-18 14:38:28 +02:00
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
uses-material-design: true
assets:
- images/
2019-09-15 12:27:46 +02:00
fonts:
- family: Fira Code
fonts:
- asset: fonts/FiraCode-Regular.ttf
- asset: fonts/FiraCode-Bold.ttf
weight: 700
- family: Inconsolata
fonts:
- asset: fonts/Inconsolata-Regular.ttf
- asset: fonts/Inconsolata-Bold.ttf
weight: 700
- family: PT Mono
fonts:
- asset: fonts/PTMono-Regular.ttf
- family: Source Code Pro
fonts:
- asset: fonts/SourceCodePro-Regular.ttf
- asset: fonts/SourceCodePro-RegularItalic.ttf
style: italic
- asset: fonts/SourceCodePro-Bold.ttf
weight: 700
- asset: fonts/SourceCodePro-BoldItalic.ttf
style: italic
weight: 700
- family: Ubuntu Mono
fonts:
- asset: fonts/UbuntuMono-Regular.ttf
- asset: fonts/UbuntuMono-RegularItalic.ttf
style: italic
- asset: fonts/UbuntuMono-Bold.ttf
weight: 700
- asset: fonts/UbuntuMono-BoldItalic.ttf
style: italic
weight: 700
2020-01-19 14:43:09 +01:00
- family: Cascadia Code
fonts:
- asset: fonts/Cascadia.ttf
- family: JetBrains Mono
fonts:
- asset: fonts/JetBrainsMono-Regular.ttf
- asset: fonts/JetBrainsMono-Italic.ttf
style: italic
- asset: fonts/JetBrainsMono-Bold.ttf
weight: 700
- asset: fonts/JetBrainsMono-Bold-Italic.ttf
style: italic
weight: 700