-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
38 lines (34 loc) · 1.07 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
name: dotted_line_flutter
description: This package allows you to draw dotted lines with Flutter. You can draw a beautiful dotted line.
version: 0.1.4
homepage: https://github.com/Puneetsharma5525/dotted_line_flutter
repository: https://github.com/Puneetsharma5525/dotted_line_flutter
environment:
sdk: '>=3.0.6 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
plugin:
platforms:
android:
package: com.example.dotted_line_flutter
pluginClass: DottedLineFlutterPlugin
ios:
pluginClass: DottedLineFlutterPlugin
linux:
pluginClass: DottedLineFlutterPlugin
macos:
pluginClass: DottedLineFlutterPlugin
windows:
pluginClass: DottedLineFlutterPluginCApi
web:
pluginClass: DottedLineFlutterWeb
fileName: dotted_line_flutter.dart