ce4dd8d61d
- Introduced unit tests for the Wolf3dGuiApp to ensure proper directory configuration and audio management. - Refactored the GameDataPickerManager to streamline directory and file selection processes. - Removed obsolete GameDataPickerManager and Wolf3dAppManager classes to simplify the architecture. - Enhanced the Wolf3dFlutterEngine to improve game version handling during save loading. - Updated existing tests to reflect changes in the game data management structure. - Removed unnecessary dependencies and cleaned up the codebase for better maintainability. Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
28 lines
394 B
YAML
28 lines
394 B
YAML
name: wolf_3d_gui
|
|
description: "A new Flutter project."
|
|
publish_to: "none"
|
|
version: 0.1.0+1
|
|
|
|
environment:
|
|
sdk: ^3.11.1
|
|
|
|
resolution: workspace
|
|
|
|
dependencies:
|
|
crypto: ^3.0.6
|
|
file_selector: ^1.0.3
|
|
wolf_3d_flutter:
|
|
wolf_3d_dart:
|
|
|
|
flutter:
|
|
sdk: flutter
|
|
path: ^1.9.1
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|