-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
39 lines (28 loc) · 814 Bytes
/
pubspec.yaml
File metadata and controls
39 lines (28 loc) · 814 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
name: pusher
description: Push notification sender
publish_to: 'none'
version: 1.0.4+10
environment:
sdk: ^3.3.4
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
window_manager: ^0.4.3 # Windows/Linux/macOS app window size controller
flutter_statusbarcolor_ns: 0.6.0 # Native status bar controller (iOS Background color support)
# git: # Android gradle namespace error fix
# url: 'https://github.com/Schefferbird/flutter_statusbarcolor'
# ref: 'ac7143a59a098d350bbd364880e619248be953f8'
universal_platform: ^1.1.0
pusher_core:
path: local_plugins/pusher_core
pusher_fl_core:
path: local_plugins/pusher_fl_core
intl: any
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: any
flutter:
uses-material-design: true