-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (27 loc) · 770 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (27 loc) · 770 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
name: crypto_app
description: "This app displays live cryptocurrency prices in USD and an interactive TradingView chart for selected coins (BTC, ETH, and USDT). It is developed using the latest Flutter stable version with GetX for state management, routing, and dependency injection."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.9.2
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
get: ^4.7.2
webview_flutter: ^4.13.0
dio: ^5.9.0
intl: ^0.20.2
flutter_screenutil: ^5.9.3
flutter_svg: ^2.2.1
shimmer: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_launcher_icons: ^0.14.4
flutter:
uses-material-design: true
assets:
- assets/svg/
- assets/html/tradingview.html