sozluk 1.0.2 copy "sozluk: ^1.0.2" to clipboard
sozluk: ^1.0.2 copied to clipboard

outdated

Sozluk is a community-driven Turkish dictionary powered by Türk Dil Kurumu.

example/main.dart

import 'package:sozluk/sozluk.dart';

void main() async {
  var sozluk = Sozluk();
  var word = "Dalga";

  var meaning = await sozluk.meaning(word);

  var proverb = await sozluk.proverb(word);

  var audio = await sozluk.audioUrl(word);

  print("Meaning: $meaning");
  print("Proverb: $proverb");
  print("Audio: $audio");
}
7
likes
0
points
52
downloads

Publisher

verified publishercidqu.net

Weekly Downloads

Sozluk is a community-driven Turkish dictionary powered by Türk Dil Kurumu.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on sozluk