1 Star 1 Fork 7

Sticker / git-touch

forked from pd4d10 / git-touch 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pubspec.yaml 3.16 KB
一键复制 编辑 原始数据 按行查看 历史
pd4d10 提交于 2020-11-14 14:50 . fix(github): trending api encoding
name: git_touch
description: A new Flutter project.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
# 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.
version: 1.9.0+16
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_vector_icons: ^0.2.1
flutter_highlight: ^0.6.0
primer: ^0.0.2
nanoid: ^0.1.0
file_icon: ^0.3.0
http: ^0.12.0
intl: ^0.16.0
url_launcher: ^5.4.1
uni_links: ^0.4.0
flutter_markdown: ^0.4.4
shared_preferences: ^0.5.6
share: ^0.6.0
flutter_svg: ^0.19.0
launch_review: ^2.0.0
timeago: ^2.0.18
provider: ^4.3.2
filesize: ^1.0.4
tuple: ^1.0.2
uri: ^0.11.3
fimber: ^0.4.4
artemis: ^3.2.1
fluro: ^1.7.7
package_info: ^0.4.0
github: ^7.0.3
# path: ../../github/github.dart
github_trending: ^1.0.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0
universal_io: ^1.0.1
webview_flutter: ^1.0.5
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^1.10.3
json_serializable: ^3.5.0
# dependencies_overrides:
# flutter_highlight:
# path: ../highlight/flutter_highlight
# 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/
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
- 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
Dart
1
https://gitee.com/inweizhi/git-touch.git
git@gitee.com:inweizhi/git-touch.git
inweizhi
git-touch
git-touch
main

搜索帮助