feat: working connection, conn setting, and gear ratio setting for universal shifters
This commit is contained in:
17
pubspec.yaml
17
pubspec.yaml
@ -39,11 +39,21 @@ dependencies:
|
||||
go_router: ^14.8.1
|
||||
freezed_annotation: ^3.0.0
|
||||
json_annotation: ^4.9.0
|
||||
flutter_blue_plus: ^1.35.3
|
||||
flutter_blue_plus: ^2.1.0
|
||||
rust: ^3.1.0
|
||||
anyhow: ^3.0.1
|
||||
logging: ^1.3.0
|
||||
shared_preferences: ^2.5.2
|
||||
drift: ^2.26.0
|
||||
drift_flutter: ^0.2.4
|
||||
path_provider: ^2.1.5
|
||||
rxdart: ^0.28.0
|
||||
rust_lib_abawo_bt_app:
|
||||
path: rust_builder
|
||||
flutter_rust_bridge: 2.11.1
|
||||
flutter_reactive_ble: ^5.4.0
|
||||
nb_utils: ^7.2.0
|
||||
cbor: ^6.3.3
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@ -61,6 +71,9 @@ dev_dependencies:
|
||||
riverpod_lint: ^2.6.5
|
||||
freezed: ^3.0.4
|
||||
json_serializable: ^6.9.4
|
||||
drift_dev: ^2.26.0
|
||||
integration_test:
|
||||
sdk: flutter
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
@ -77,6 +90,8 @@ flutter:
|
||||
# assets:
|
||||
# - images/a_dot_burr.jpeg
|
||||
# - images/a_dot_ham.jpeg
|
||||
assets:
|
||||
- assets/images/shifter-wireframe.png
|
||||
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
# https://flutter.dev/to/resolution-aware-images
|
||||
|
||||
Reference in New Issue
Block a user