2019-01-30 15:09:27 +08:00
|
|
|
name: git_touch
|
2018-04-18 20:38:28 +08:00
|
|
|
description: A new Flutter project.
|
|
|
|
|
2018-12-27 22:31:02 +08: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 20:58:52 +08:00
|
|
|
version: 1.4.1+10
|
2018-12-27 22:31:02 +08:00
|
|
|
|
|
|
|
environment:
|
2019-12-08 10:48:43 +08:00
|
|
|
sdk: ">=2.6.0 <3.0.0"
|
2018-12-27 22:31:02 +08:00
|
|
|
|
2018-04-18 20:38:28 +08:00
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2019-09-22 22:26:33 +08:00
|
|
|
flutter_vector_icons: ^0.2.1
|
2020-02-04 15:29:55 +08:00
|
|
|
flutter_highlight: ^0.6.0
|
2019-09-22 22:26:33 +08:00
|
|
|
primer: ^0.0.2
|
|
|
|
nanoid: ^0.0.6
|
2020-02-10 19:25:25 +08:00
|
|
|
file_icon: ^0.3.0
|
2019-03-06 11:26:10 +08:00
|
|
|
http: ^0.12.0
|
2019-09-22 22:26:33 +08:00
|
|
|
intl: ^0.16.0
|
2020-05-15 16:07:12 +05:30
|
|
|
url_launcher: ^5.4.1
|
2020-01-28 14:23:35 +08:00
|
|
|
uni_links: ^0.2.0
|
2020-01-28 23:44:25 +08:00
|
|
|
flutter_markdown: ^0.3.3
|
2020-01-24 23:12:32 +08:00
|
|
|
shared_preferences: ^0.5.6
|
2019-02-10 19:45:08 +08:00
|
|
|
share: ^0.6.0
|
2020-05-09 11:07:36 +05:30
|
|
|
flutter_svg: ^0.17.4
|
2019-03-10 13:13:40 +08:00
|
|
|
launch_review: ^2.0.0
|
2019-08-30 16:26:56 +08:00
|
|
|
timeago: ^2.0.18
|
2019-09-02 20:40:20 +08:00
|
|
|
provider: ^3.1.0
|
2019-09-12 21:19:17 +08:00
|
|
|
filesize: ^1.0.4
|
2019-09-13 16:55:27 +08:00
|
|
|
tuple: ^1.0.2
|
2019-09-30 20:49:22 +08:00
|
|
|
uri: ^0.11.3
|
2019-10-13 10:01:29 +07:00
|
|
|
fimber: ^0.3.2
|
2019-11-02 21:44:26 +08:00
|
|
|
photo_view: ^0.7.0
|
2020-02-07 13:37:49 +08:00
|
|
|
artemis: ^3.2.1
|
2019-12-06 21:51:33 +08:00
|
|
|
gql_link: ^0.2.0
|
2019-12-12 20:29:56 +08:00
|
|
|
fluro: ^1.5.1
|
2020-01-04 13:28:29 +08:00
|
|
|
package_info: ^0.4.0
|
2020-02-09 13:06:39 +08:00
|
|
|
github: ^6.1.2
|
2020-02-08 12:47:10 +08:00
|
|
|
# git:
|
|
|
|
# url: git://github.com/pd4d10/github.dart.git
|
|
|
|
# ref: patch-1
|
|
|
|
# path: ../../github/github.dart
|
2020-02-09 17:57:12 +08:00
|
|
|
github_trending: ^0.2.0
|
2019-01-30 15:09:27 +08: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 20:38:28 +08:00
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2019-09-26 22:14:14 +08:00
|
|
|
build_runner: ^1.7.1
|
2019-12-25 10:36:11 +08:00
|
|
|
json_serializable: 3.2.3 # TODO:
|
2019-01-22 19:41:12 +08:00
|
|
|
|
2019-11-06 21:27:37 +08:00
|
|
|
# dependencies_overrides:
|
|
|
|
# flutter_highlight:
|
2020-02-04 15:29:55 +08:00
|
|
|
# path: ../highlight/flutter_highlight
|
2019-11-06 21:27:37 +08:00
|
|
|
|
2018-04-18 20:38:28 +08: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 14:01:25 +08:00
|
|
|
assets:
|
|
|
|
- images/
|
2019-09-15 18:27:46 +08: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 21:43:09 +08: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
|