-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
43 lines (30 loc) · 712 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
43 lines (30 loc) · 712 Bytes
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
name: voice_app
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.8.1
dependencies:
flutter:
sdk: flutter
# Audio
record: ^5.0.4 # Enregistrement audio
audioplayers: ^5.2.1 # Lecture audio
permission_handler: ^11.0.1 # Gestion des permissions
# State Management
riverpod: ^2.4.9
flutter_riverpod: ^2.4.9
# Stockage
shared_preferences: ^2.2.2
path_provider: ^2.1.1
# Interface
cupertino_icons: ^1.0.6
intl: ^0.18.1
# Réseau au cas ou
http: ^1.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
uses-material-design: true