-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (29 loc) · 851 Bytes
/
pubspec.yaml
File metadata and controls
34 lines (29 loc) · 851 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
name: simple_logger_overlay
description: "A simple, Dart 3+ compatible Flutter logging plugin with an in-app draggable overlay, log levels, and Dio support"
version: 0.1.9
repository: https://github.com/sam829/simple_logger_overlay
homepage: https://github.com/sam829/simple_logger_overlay
issue_tracker: https://github.com/sam829/simple_logger_overlay/issues
documentation: https://pub.dev/documentation/simple_logger_overlay/latest/
license: MIT
environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
dio: ^5.8.0+1
flutter:
sdk: flutter
flutter_bloc: ^9.1.1
flutter_riverpod: ^2.6.1
get: ^4.7.2
go_router: ^15.1.3
intl: ">=0.19.0 <0.21.0"
path_provider: ^2.1.5
shake: ^3.0.0
share_plus: ^11.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
lints: ^5.0.0
flutter:
uses-material-design: true