- Added support for new plugins: IrondashEngineContext and SuperNativeExtensions in the Flutter plugin registrant. - Updated CMake configuration to include new plugins. - Introduced a new dependency, super_clipboard, in pubspec.yaml. - Enhanced the WolfEngine to set the menu background color. - Implemented keyboard shortcuts for renderer mode toggling and ASCII theme cycling in CLI input handling. - Updated menu manager to include a universal menu background color. - Refactored ASCII and Sixel renderers to utilize the new menu background color and improved header drawing logic. - Simplified the drawing of menu options sidebars and header bars across different renderers. - Improved the layout and centering of menu titles in the header bar. Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
28 lines
417 B
YAML
28 lines
417 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:
|
|
wolf_3d_dart:
|
|
wolf_3d_renderer: any
|
|
wolf_3d_flutter: any
|
|
window_manager: ^0.5.1
|
|
|
|
flutter:
|
|
sdk: flutter
|
|
super_clipboard: ^0.9.1
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|