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.
|
|
|
|
version: 1.0.0+1
|
|
|
|
|
|
|
|
environment:
|
2019-05-12 08:01:12 +02:00
|
|
|
sdk: ">=2.3.0-dev <3.0.0"
|
2018-12-27 15:31:02 +01:00
|
|
|
|
2018-04-18 14:38:28 +02:00
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2019-03-06 04:26:10 +01:00
|
|
|
http: ^0.12.0
|
2019-01-23 09:50:51 +01:00
|
|
|
rxdart: ^0.20.0
|
2019-01-25 13:35:20 +01:00
|
|
|
uri: ^0.11.3
|
2019-01-26 15:10:18 +01:00
|
|
|
intl: ^0.15.7
|
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-01-27 17:37:44 +01:00
|
|
|
flutter_markdown: ^0.2.0
|
2019-02-08 07:01:25 +01:00
|
|
|
shared_preferences: ^0.5.0
|
|
|
|
nanoid: ^0.0.6
|
2019-02-10 12:45:08 +01:00
|
|
|
share: ^0.6.0
|
2019-02-15 07:41:19 +01:00
|
|
|
flutter_vector_icons: ^0.0.2
|
2019-03-07 14:10:52 +01:00
|
|
|
github_contributions: ^0.1.1
|
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 08:23:58 +02:00
|
|
|
flutter_highlight: ^0.2.1
|
2019-08-30 10:26:56 +02:00
|
|
|
timeago: ^2.0.18
|
2019-05-12 09:14:28 +02:00
|
|
|
primer:
|
|
|
|
git:
|
|
|
|
url: git://github.com/pd4d10/primer-flutter
|
2019-08-30 08:23:58 +02:00
|
|
|
path: primer
|
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-01-22 12:41:12 +01:00
|
|
|
build_runner: ^1.1.3
|
|
|
|
json_serializable: ^2.0.1
|
|
|
|
|
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:
|
|
|
|
# The following line ensures that the Material Icons font is
|
|
|
|
# included with your application, so that you can use the icons in
|
|
|
|
# the material Icons class.
|
|
|
|
uses-material-design: true
|
2019-01-30 08:09:27 +01:00
|
|
|
|
2018-04-18 14:38:28 +02:00
|
|
|
# To add assets to your application, add an assets section, like this:
|
|
|
|
# assets:
|
|
|
|
# - images/a_dot_burr.jpeg
|
|
|
|
# - images/a_dot_ham.jpeg
|
2019-01-30 08:09:27 +01:00
|
|
|
|
2019-02-08 07:01:25 +01:00
|
|
|
assets:
|
|
|
|
- images/
|
2018-04-18 14:38:28 +02:00
|
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
|
|
# https://flutter.io/assets-and-images/#resolution-aware.
|
|
|
|
# For details regarding adding assets from package dependencies, see
|
|
|
|
# https://flutter.io/assets-and-images/#from-packages
|
|
|
|
# To add custom fonts to your application, add a fonts section here,
|
|
|
|
# in this "flutter" section. Each entry in this list should have a
|
|
|
|
# "family" key with the font family name, and a "fonts" key with a
|
|
|
|
# list giving the asset and other descriptors for the font. For
|
|
|
|
# example:
|
|
|
|
# fonts:
|
|
|
|
# - family: Schyler
|
|
|
|
# fonts:
|
|
|
|
# - asset: fonts/Schyler-Regular.ttf
|
|
|
|
# - asset: fonts/Schyler-Italic.ttf
|
|
|
|
# style: italic
|
|
|
|
# - family: Trajan Pro
|
|
|
|
# fonts:
|
|
|
|
# - asset: fonts/TrajanPro.ttf
|
|
|
|
# - asset: fonts/TrajanPro_Bold.ttf
|
|
|
|
# weight: 700
|
|
|
|
#
|
2018-04-21 14:50:46 +02:00
|
|
|
# For details regarding fonts from package dependencies,
|
2018-04-18 14:38:28 +02:00
|
|
|
# see https://flutter.io/custom-fonts/#from-packages
|