-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
35 lines (32 loc) · 848 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
name: status_navigation
description: "Widget modifying status & navigation bar color: StatusBarColor dependency project."
version: 1.0.0
homepage: https://github.com/Puneetsharma5525/StatusBarColor
repository: https://github.com/Puneetsharma5525/StatusBarColor
environment:
sdk: '>=3.3.3 <4.0.0'
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.2
flutter:
plugin:
platforms:
android:
package: com.puneet.status_bar
pluginClass: StatusBarPlugin
ios:
pluginClass: StatusBarPlugin
linux:
pluginClass: StatusBarPlugin
macos:
pluginClass: StatusBarPlugin
windows:
pluginClass: StatusBarPluginCApi
web:
pluginClass: StatusBarWeb
fileName: status_bar.dart