feat : add liveStock package
This commit is contained in:
6
packages/livestock/example/livestock_example.dart
Normal file
6
packages/livestock/example/livestock_example.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'package:livestock/livestock.dart';
|
||||
|
||||
void main() {
|
||||
var awesome = Awesome();
|
||||
print('awesome: ${awesome.isAwesome}');
|
||||
}
|
||||
Reference in New Issue
Block a user