- Clean architecture with feature-based organization - Riverpod state management, Dio HTTP, GoRouter navigation - Dashboard, blocks, wallet, transactions, mining screens - Dark crypto theme with JetBrains Mono font
35 lines
686 B
YAML
35 lines
686 B
YAML
name: blockchain_flutter
|
|
description: Flutter app for blockchain explorer, wallet management, and mining.
|
|
publish_to: 'none'
|
|
version: 0.1.0
|
|
|
|
environment:
|
|
sdk: ^3.6.0
|
|
flutter: ">=3.27.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_riverpod: ^2.6.1
|
|
riverpod_annotation: ^2.6.1
|
|
dio: ^5.7.0
|
|
go_router: ^14.8.1
|
|
freezed_annotation: ^2.4.4
|
|
json_annotation: ^4.9.0
|
|
flutter_secure_storage: ^9.2.4
|
|
fl_chart: ^0.70.2
|
|
intl: ^0.19.0
|
|
google_fonts: ^6.2.1
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^5.0.0
|
|
build_runner: ^2.4.14
|
|
freezed: ^2.5.7
|
|
json_serializable: ^6.9.4
|
|
riverpod_generator: ^2.6.3
|
|
|
|
flutter:
|
|
uses-material-design: true
|