-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
46 lines (41 loc) · 1.12 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
39
40
41
42
43
44
45
46
name: flutter_dev_tools
description: A versatile Flutter package providing an HTTP request logger for efficient network monitoring and debugging, setting the stage for an expanding suite of development and QA tools
version: 0.0.5
homepage: https://github.com/mohn93/flutter_dev_tools
environment:
sdk: '>=3.1.5 <4.0.0'
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.1.8
firebase_dynamic_links: ^6.0.2
hooks_riverpod: ^2.5.1
dio: ^5.4.3+1
gap: ^3.0.1
intl: ^0.19.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
mockito: ^5.4.4
build_runner: 2.4.9
flutter:
plugin:
platforms:
android:
package: dev.beingthere.flutter_dev_tools
pluginClass: FlutterDevToolsPlugin
ios:
pluginClass: FlutterDevToolsPlugin
linux:
pluginClass: FlutterDevToolsPlugin
macos:
pluginClass: FlutterDevToolsPlugin
windows:
pluginClass: FlutterDevToolsPluginCApi
web:
pluginClass: FlutterDevToolsWeb
fileName: flutter_dev_tools_web.dart