Flutter-NHK-for-School

这是使用NHK for School API的演示应用。 它使用 Flutter 创建。

请在nhk_uri.dart中设置 API 密钥并构建。

// NHK for School Uri クラス
class NHKUri {
  static const apiKey = ''; // ここに API キーを設定する

  static Uri keyword(String keyword) {
    return Uri.https('api.nhk.or.jp', '/school/v1/nfsvideos/keyword', {

“信息提供:NHK”

GitHub

查看 Github