FlutterのiOS API呼び出し
Flutter7日目。 iOS連携 iOS側の機能を呼び出す際には Dart と Objective-C もしくは Swift と連携をする必要がある。 Flutterではチャンネルのキーワードを決めることで必要な連絡を取れるようになっている。 今回はその中でも Dart から連絡を入れる場合。 とはいえ結局は6日目に…
もっと読むNotice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-popular-posts
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /volume1/web/wordpress/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the invisible-recaptcha
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /volume1/web/wordpress/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the health-check
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /volume1/web/wordpress/wp-includes/functions.php on line 6114
Flutter7日目。 iOS連携 iOS側の機能を呼び出す際には Dart と Objective-C もしくは Swift と連携をする必要がある。 Flutterではチャンネルのキーワードを決めることで必要な連絡を取れるようになっている。 今回はその中でも Dart から連絡を入れる場合。 とはいえ結局は6日目に…
もっと読むハイライト iOS API呼び出し ハードの回転処理への固定の仕方 iOS API呼び出し 基本はこれに則り実装していく。 Writing custom platform-specific code with platform channelsWriting custom platform-specific code …
もっと読むDart Flutter もそうなのですが、そもそもDartがどんな言語かわからん、という話でして。 本も探してみたのですが、2014年初稿とかだともう古いという世界な気がするので避けました。 ですが、株式会社クレスというところが pdf を出してくれていて、2016年11月1日(第36版)とのことなのでこれで勉強して…
もっと読む4日目。 Flutterに戻ってきた。 https://flutter.io/setup-macos/ に従ってXcodeの準備する。 Android Studio 入れた。 DotNetSDKが必要らしい。 インストールが終わったら 自分の手順としては、 VSCodeでFlutterのテストプロジェクトを作成する V…
もっと読む自分のアプリを作るためにFlutterの勉強を開始。 基本は何を調べ何を試したかの記録を残していく。 1日目、とは書いてあるが、前半のインストール作業はそこそこの時間がかかるので実際はもう少し。 Flutter doctor は応答がなくて1日放置したりしていた。 1. Flutter について 基本はQiita等で検…
もっと読む