This repository has been archived by the owner on May 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
78 lines (73 loc) · 1.97 KB
/
pubspec.yaml
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
name: minitel_toolbox
description: Minitel Toolbox regroupe les outils les plus utiles pour avoir un WiFi sans encombre
homepage: https://github.com/Darkness4/minitel-app
repository: https://github.com/Darkness4/minitel-app
documentation: https://github.com/Darkness4/minitel-app/wiki
issue_tracker: https://github.com/Darkness4/minitel-app/issues
author: Nguyen Marc <[email protected]>
version: 2.2.0+25
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
webview_flutter:
git:
url: git://github.com/Darkness4/plugins.git
ref: 3f3ac3fb1f0114b1f5fd7cfe5a16238ca10bc843
path: packages/webview_flutter
connectivity: ^2.0.2
share: '>=0.6.4+3 <2.0.0'
package_info: '>=0.4.1 <2.0.0'
shared_preferences: '>=0.5.8 <2.0.0'
url_launcher: ^5.7.10
path_provider: ^1.6.24
sticky_headers: ^0.1.8+1 # Flutter Community
flutter_local_notifications: ^3.0.1+6 # Michael Bui
intl: ^0.16.1
ntlm: ^1.3.0 # MrBBot
http: ^0.12.2 # Dart Team
flutter_secure_storage: ^3.3.5 # German Saprykin
freezed_annotation: ^0.12.0
get_it: ^5.0.1 # fluttercommunity.dev
flutter_markdown: ^0.5.1
google_fonts: ^1.1.1 # material.io
rxdart: ^0.24.1
dartx: ^0.5.0
injectable: ^1.0.5
flutter_bloc: ^6.1.1
bloc:
timezone:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_driver:
sdk: flutter
test:
matcher:
analyzer: ^0.39.17
build_runner: ^1.10.2
mockito: ^4.1.3
flutter_launcher_icons: ^0.8.1
intl_translation: ^0.17.10+1
freezed: ^0.12.2
json_serializable: ^3.4.1
injectable_generator: ^1.0.5
pedantic: ^1.9.0
flutter_icons:
android: 'launcher_icon'
ios: true
image_path: 'assets/icon/icon.png'
adaptive_icon_background: '#43a047'
adaptive_icon_foreground: 'assets/icon/icon.png'
flutter:
assets:
- assets/img/
- assets/icon/
fonts:
- family: RobotoMono
fonts:
- asset: assets/fonts/RobotoMono-Regular.ttf
uses-material-design: true