Moved data types to its own package and added empty synth package
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
6
packages/wolf_3d_synth/lib/src/wolf_3d_synth_base.dart
Normal file
6
packages/wolf_3d_synth/lib/src/wolf_3d_synth_base.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
// TODO: Put public facing types in this file.
|
||||
|
||||
/// Checks if you are awesome. Spoiler: you are.
|
||||
class Awesome {
|
||||
bool get isAwesome => true;
|
||||
}
|
||||
Reference in New Issue
Block a user