2019-01-30 08:09:27 +01:00
|
|
|
name: git_touch
|
2018-04-18 14:38:28 +02:00
|
|
|
description: A new Flutter project.
|
2020-12-12 19:14:05 +01:00
|
|
|
publish_to: none
|
2018-04-18 14:38:28 +02:00
|
|
|
|
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.
|
2021-01-11 03:22:43 +01:00
|
|
|
version: 1.11.1+20
|
2018-12-27 15:31:02 +01:00
|
|
|
|
|
|
|
environment:
|
2020-10-05 13:26:59 +02:00
|
|
|
sdk: ">=2.7.0 <3.0.0"
|
2018-12-27 15:31:02 +01:00
|
|
|
|
2018-04-18 14:38:28 +02:00
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2020-12-12 16:38:10 +01:00
|
|
|
cupertino_icons: ^1.0.0
|
2021-01-17 15:08:32 +01:00
|
|
|
ferry: ^0.9.2
|
|
|
|
ferry_flutter: ^0.3.2
|
2020-02-10 12:25:25 +01:00
|
|
|
file_icon: ^0.3.0
|
2020-12-12 16:38:10 +01:00
|
|
|
filesize: ^1.0.4
|
|
|
|
fimber: ^0.4.4
|
|
|
|
fluro: ^1.7.8
|
|
|
|
flutter_highlight: ^0.6.0
|
2020-10-03 07:49:31 +02:00
|
|
|
flutter_markdown: ^0.4.4
|
|
|
|
flutter_svg: ^0.19.0
|
2020-12-12 16:38:10 +01:00
|
|
|
flutter_vector_icons: ^0.2.1
|
2021-01-17 15:08:32 +01:00
|
|
|
github: ^7.0.4
|
2020-12-12 16:38:10 +01:00
|
|
|
github_trending: ^1.0.0
|
2021-01-17 15:08:32 +01:00
|
|
|
gql_http_link: ^0.3.2
|
2020-12-12 16:38:10 +01:00
|
|
|
http: ^0.12.0
|
2021-01-11 03:22:11 +01:00
|
|
|
# in_app_review: ^1.0.4
|
2020-12-12 16:38:10 +01:00
|
|
|
intl: ^0.16.0
|
2020-12-12 18:01:42 +01:00
|
|
|
json_annotation: ^3.1.1
|
2019-03-10 06:13:40 +01:00
|
|
|
launch_review: ^2.0.0
|
2020-12-12 16:38:10 +01:00
|
|
|
nanoid: ^0.1.0
|
|
|
|
package_info: ^0.4.0
|
|
|
|
primer: ^0.0.2
|
2020-10-04 14:37:23 +02:00
|
|
|
provider: ^4.3.2
|
2020-12-12 16:38:10 +01:00
|
|
|
share: ^0.6.0
|
|
|
|
shared_preferences: ^0.5.6
|
|
|
|
timeago: ^2.0.18
|
2019-09-13 10:55:27 +02:00
|
|
|
tuple: ^1.0.2
|
2020-12-12 16:38:10 +01:00
|
|
|
uni_links: ^0.4.0
|
2020-10-17 10:47:11 +02:00
|
|
|
universal_io: ^1.0.1
|
2020-12-12 16:38:10 +01:00
|
|
|
uri: ^0.11.3
|
|
|
|
url_launcher: ^5.4.1
|
2020-10-30 07:34:48 +01:00
|
|
|
webview_flutter: ^1.0.5
|
2021-01-05 10:25:19 +01:00
|
|
|
flutter_localizations:
|
|
|
|
sdk: flutter
|
2019-01-30 08:09:27 +01:00
|
|
|
|
2018-04-18 14:38:28 +02:00
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2021-01-17 15:08:32 +01:00
|
|
|
build_runner: ^1.10.0
|
|
|
|
ferry_generator: ^0.3.3
|
2020-12-12 18:01:42 +01:00
|
|
|
json_serializable: ^3.5.1
|
2019-01-22 12:41:12 +01:00
|
|
|
|
2019-11-06 14:27:37 +01:00
|
|
|
# dependencies_overrides:
|
|
|
|
# flutter_highlight:
|
2020-02-04 08:29:55 +01:00
|
|
|
# path: ../highlight/flutter_highlight
|
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:
|
2021-01-05 10:25:19 +01:00
|
|
|
generate: true
|
2018-04-18 14:38:28 +02:00
|
|
|
uses-material-design: true
|
2019-02-08 07:01:25 +01:00
|
|
|
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
|
2021-01-05 10:25:19 +01:00
|
|
|
flutter_intl:
|
|
|
|
enabled: true
|