forked from susatthi/github-search
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
121 lines (112 loc) · 3.41 KB
/
pubspec.yaml
File metadata and controls
121 lines (112 loc) · 3.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Copyright 2022 susatthi All rights reserved.
# Use of this source code is governed by a MIT license that can be
# found in the LICENSE file.
name: github_search
description: GitHub API を利用して GitHub のリポジトリを検索するアプリです。株式会社ゆめみのFlutterエンジニアコードチェックの要件を満たすよう実装しています。
publish_to: 'none'
version: 0.9.0+4
environment:
sdk: ">=2.18.0 <3.0.0"
dependencies:
cached_network_image: ^3.2.3
collection: ^1.16.0
flutter:
sdk: flutter
flutter_cache_manager: ^3.3.0
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.6.13
flutter_riverpod: ^2.1.1
flutter_state_notifier: ^0.7.1
flutter_svg: ^1.1.6
flutter_web_plugins:
sdk: flutter
freezed_annotation: ^2.1.0
gap: ^2.0.1
go_router: ^6.0.0
hexcolor: ^3.0.1
hive: ^2.2.3
hive_flutter: ^1.1.0
http: ^0.13.5
intl: ^0.17.0
isar: ^3.0.5
isar_flutter_libs: ^3.0.5
json_annotation: ^4.6.0
lottie: ^2.1.0
markdown: ^6.0.1
number_display: ^3.0.0
path_provider: ^2.0.11
photo_view: ^0.14.0
responsive_framework: ^0.2.0
roggle: ^0.3.0
shimmer: ^2.0.0
universal_platform: ^1.0.0+1
url_launcher: ^6.1.7
visibility_detector: ^0.3.3
dev_dependencies:
build_runner: ^2.2.1
fast_i18n: ^5.12.6
flutter_gen_runner: ^5.1.0+1
flutter_launcher_icons: ^0.11.0
flutter_native_splash: ^2.2.16
flutter_test:
sdk: flutter
freezed: ^2.1.0+1
go_router_builder: ^1.0.15
golden_toolkit: ^0.14.0
isar_generator: ^3.0.5
json_serializable: ^6.3.2
mocktail: ^0.3.0
path: ^1.8.2
pedantic_mono: ^1.20.1
sqflite_common_ffi: ^2.2.0+1
flutter:
assets:
- assets/images/
- assets/lottie/
fonts:
- family: Murecho
fonts:
- asset: assets/fonts/Murecho/static/Murecho-Thin.ttf
weight: 100
- asset: assets/fonts/Murecho/static/Murecho-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Murecho/static/Murecho-Light.ttf
weight: 300
- asset: assets/fonts/Murecho/static/Murecho-Regular.ttf
weight: 400
- asset: assets/fonts/Murecho/static/Murecho-Medium.ttf
weight: 500
- asset: assets/fonts/Murecho/static/Murecho-SemiBold.ttf
weight: 600
- asset: assets/fonts/Murecho/static/Murecho-Bold.ttf
weight: 700
- asset: assets/fonts/Murecho/static/Murecho-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Murecho/static/Murecho-Black.ttf
weight: 900
uses-material-design: true
flutter_gen:
output: lib/util/assets/
flutter_icons:
# flutter pub run flutter_launcher_icons:main
android: 'ic_launcher'
ios: true
macos: true
windows: true
image_path: 'assets/images/icon.png'
adaptive_icon_background: '#eeeeee'
adaptive_icon_foreground: 'assets/images/icon_adaptive_foreground.png'
flutter_native_splash:
# flutter pub run flutter_native_splash:create
# flutter pub run flutter_native_splash:remove
color: '#eeeeee'
image: 'assets/images/splash.png'
color_dark: '#262626'
image_dark: 'assets/images/splash_dark.png'
# Android12以上はAndroidOS側でアプリアイコンをスプラッシュ表示してしまうので以下の通り設定が必要
android_12:
image: 'assets/images/splash_android_12.png'
icon_background_color: '#eeeeee'
image_dark: 'assets/images/splash_android_12_dark.png'
icon_background_color_dark: '#262626'