Added colors and textures

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-13 16:46:20 +01:00
parent 8ecc8e2fd4
commit 464a22e1f3
8 changed files with 388 additions and 66 deletions

View File

@@ -1,4 +1,8 @@
import 'package:flutter/material.dart';
import 'package:wolf_dart/features/renderer/renderer.dart';
void main() => runApp(const MaterialApp(home: WolfRenderer()));
void main() {
runApp(
const MaterialApp(home: WolfRenderer()),
);
}