initial release
This commit is contained in:
commit
23cbff14b7
12 changed files with 251 additions and 0 deletions
6
example/whatfreewords_example.dart
Normal file
6
example/whatfreewords_example.dart
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import 'package:whatfreewords/whatfreewords.dart';
|
||||
|
||||
void main() {
|
||||
var awesome = Awesome();
|
||||
print('awesome: ${awesome.isAwesome}');
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue