Skip to content

Instantly share code, notes, and snippets.

@samsol38
Last active January 11, 2024 07:28
Show Gist options
  • Save samsol38/36c95900f6d79f9acc472da668b72565 to your computer and use it in GitHub Desktop.
Save samsol38/36c95900f6d79f9acc472da668b72565 to your computer and use it in GitHub Desktop.
api-call
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