Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.29 KB

File metadata and controls

47 lines (36 loc) · 1.29 KB

インストール

最初に

flutter pub get

を実行

実機テスト

スマホの設定
Android
「設定」を開く
「システム」または「端末情報」をタップする
「ビルド番号」までスクロールする
「ビルド番号」を7回タップする
「これでデベロッパーになりました」というメッセージが表示される
「設定」→「システム」画面に「開発者向けオプション」項目が現れる

ios
前使ってたiPhoneの接続悪すぎて試せなかった

実行コマンド

 flutter devices

これで自分のデバイスが検知されてれば実行可能

 flutter run

デバイスを選ぶと実行できるはず

flutter_vosk

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.