2019-01-30 08:09:27 +01:00
|
|
|
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.
|
2019-10-03 07:44:32 +02:00
|
|
|
version: 1.1.0+4
|
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
|
2019-11-20 12:34:48 +01:00
|
|
|
flutter_highlight: ^0.5.0
|
2019-09-22 16:26:33 +02:00
|
|
|
primer: ^0.0.2
|
|
|
|
nanoid: ^0.0.6
|
|
|
|
seti: ^0.2.0
|
2019-03-06 04:26:10 +01:00
|
|
|
http: ^0.12.0
|
2019-09-22 16:26:33 +02:00
|
|
|
intl: ^0.16.0
|
2019-03-13 14:31:36 +01:00
|
|
|
url_launcher: ^5.0.2
|
2019-02-08 07:01:25 +01:00
|
|
|
uni_links: ^0.1.4
|
2019-11-30 15:44:55 +01:00
|
|
|
flutter_markdown: ^0.3.2
|
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
|
2019-06-20 17:51:06 +02:00
|
|
|
flutter_svg: ^0.13.0
|
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
|
2019-09-12 15:19:17 +02:00
|
|
|
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
|
2019-10-13 05:01:29 +02:00
|
|
|
fimber: ^0.3.2
|
2019-11-02 14:44:26 +01:00
|
|
|
photo_view: ^0.7.0
|
2020-01-26 12:39:15 +01:00
|
|
|
artemis: ^3.0.0
|
2020-01-04 06:28:29 +01:00
|
|
|
# path: ../../github/artemis
|
|
|
|
# git:
|
|
|
|
# url: git://github.com/pd4d10/artemis.git
|
|
|
|
# ref: patch-1
|
2019-12-06 14:51:33 +01:00
|
|
|
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
|
2018-04-18 14:38:28 +02:00
|
|
|
|
2019-01-30 08:09:27 +01:00
|
|
|
# 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
|
2019-12-25 03:36:11 +01:00
|
|
|
json_serializable: 3.2.3 # TODO:
|
2019-01-22 12:41:12 +01:00
|
|
|
|
2019-11-06 14:27:37 +01:00
|
|
|
# dependencies_overrides:
|
|
|
|
# flutter_highlight:
|
|
|
|
# path: ../pd4d10/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:
|
|
|
|
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
|