-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
39 lines (33 loc) · 771 Bytes
/
pubspec.yaml
File metadata and controls
39 lines (33 loc) · 771 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: easyloading_plus
description: A simple and customizable Flutter package for showing loading indicators.
version: 1.0.2
homepage: https://github.com/programmerhasan/easyloading
repository: https://github.com/programmerhasan/easyloading
issue_tracker: https://github.com/programmerhasan/easyloading/issues
documentation: https://pub.dev/packages/easyloading
platforms:
android:
ios:
linux:
macos:
web:
windows:
topics:
- flutter
- loading
- overlay
- progress-indicator
- easy-loading
screenshots:
- description: "Easy Loading Logo"
path: screenshots/01.png
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0