FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Querya-Desktop/pubspec.yaml at 0.4.11-b · QueryaHub/Querya-Desktop · GitHub
QueryaHub
/
Querya-Desktop
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
21
Code
Issues
15
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Querya-Desktop
/
pubspec.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
58 lines (50 loc) · 1.31 KB
Breadcrumbs
Querya-Desktop
/
pubspec.yaml
Copy path
File metadata and controls
58 lines (50 loc) · 1.31 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
47
48
49
50
51
52
53
54
55
56
57
58
name
:
querya_desktop
description
:
Lightweight desktop SQL/NoSQL client. Flutter (Dart).
version
:
0.4.11-b
environment
:
sdk
:
^3.5.0
dependencies
:
flutter
:
sdk
:
flutter
http
:
^1.2.2
crypto
:
^3.0.6
refresh_rate
:
^1.0.2
shadcn_flutter
:
^0.0.52
bitsdojo_window
:
^0.1.6
path
:
^1.9.0
path_provider
:
^2.1.5
sqflite
:
^2.3.2
sqflite_common_ffi
:
^2.3.2
mongo_dart
:
^0.10.8
redis
:
^4.0.0
postgres
:
^3.5.6
fl_chart
:
^0.69.0
mysql_client
:
^0.0.27
flutter_secure_storage
:
^9.2.4
file_selector
:
^1.1.0
syntax_highlight
:
^0.5.0
archive
:
^4.0.9
url_launcher
:
^6.3.1
package_info_plus
:
^8.3.0
flutter_svg
:
^2.3.0
dev_dependencies
:
flutter_test
:
sdk
:
flutter
flutter_lints
:
^5.0.0
#
Used in tests to mock paths (path_provider has no plugin in flutter test).
path_provider_platform_interface
:
^2.1.2
dependency_overrides
:
#
Patched mysql_client: optional SecurityContext for client TLS certificates.
mysql_client
:
path
:
third_party/mysql_client
#
Patched ToastLayer (fixes InheritedNotifier crash on resize / hot reload).
shadcn_flutter
:
path
:
third_party/shadcn_flutter
#
Linux -Werror: fix uninitialized rates[0] in refresh_rate 1.0.2.
refresh_rate
:
path
:
third_party/refresh_rate
flutter
:
uses-material-design
:
true
assets
:
-
assets/images/
-
assets/themes/
Back
|
FazBrowse Home
|
New Git URL