forked from cubetiq/cubetiq_dart_shared
init dart shared
This commit is contained in:
6
lib/src/cubetiq_dart_shared_base.dart
Normal file
6
lib/src/cubetiq_dart_shared_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