-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
44 lines (34 loc) · 937 Bytes
/
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
name: neom_generator
description: Neom Generator for Cyberneom.
version: 1.1.3
homepage: https://github.com/Cyberneom/neom_generator
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
neom_commons:
git:
url: [email protected]:Cyberneom/neom_commons.git
sleek_circular_slider: ^2.0.1
#Audio Processing Experimental
surround_frequency_generator: ^1.0.0
#AudioProcessing
flutter_sound: ^9.17.8
pitch_detector_dart: ^0.0.7
#Tonic is a Flutter-compatible Dart package that models components of music theory.
#Used for Neom Harmony
#tonic: ^0.2.4
#Virtual Reality Experimental
flutter_custom_tabs: 2.1.0
# vr_player: ^0.2.0
# panorama: ^0.4.1
# video_360: ^0.0.8
# split_view: ^3.2.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter: