Added colors and textures
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -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()),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user