Files

45 lines
1.3 KiB
YAML

name: finlytic_app
description: "Finlytic Cross-Platform Flutter App and Web Dashboard"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_bloc: ^9.1.1
equatable: ^2.0.5
dio: ^5.4.0
signalr_core: ^1.1.2
flutter_secure_storage: ^11.0.0
shared_preferences: ^2.2.2
fl_chart: ^1.2.0
google_fonts: ^8.2.1
intl: ^0.20.3
provider: ^6.1.1
cupertino_icons: ^1.0.6
url_launcher: ^6.3.2
flutter_svg: ^2.0.9
cached_network_image: ^3.3.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
# signalr_core 1.1.2 (pub.dev) selects its WebSocket transport via a `dart.library.html`
# conditional import, which is false under the dart2wasm compile target (`flutter build
# web --wasm`) — this makes every hub connection silently fall through to an
# UnsupportedError stub instead of ever opening a socket. The package is unmaintained
# (last published 2 years ago), so this vendors a copy with that one import guard swapped
# to `dart.library.js_interop` (true under both dart2js and dart2wasm) — see
# third_party/signalr_core/lib/src/transports/web_socket_transport.dart.
dependency_overrides:
signalr_core:
path: third_party/signalr_core
flutter:
uses-material-design: true