forked from cubetiq/cubetiq_dart_shared
init dart shared
This commit is contained in:
6
example/cubetiq_dart_shared_example.dart
Normal file
6
example/cubetiq_dart_shared_example.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'package:cubetiq_dart_shared/cubetiq_dart_shared.dart';
|
||||
|
||||
void main() {
|
||||
var awesome = Awesome();
|
||||
print('awesome: ${awesome.isAwesome}');
|
||||
}
|
||||
Reference in New Issue
Block a user