Created with <3 with dartpad.dev.
Last active
January 11, 2024 07:28
-
-
Save samsol38/36c95900f6d79f9acc472da668b72565 to your computer and use it in GitHub Desktop.
api-call
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:english_words/english_words.dart'; | |
void main() { | |
generateWordPairs().forEach(print); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment