android:flutter

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
android:flutter [2023/03/26 19:30] – [Flutter SDK の入手 (git 編)] ともやんandroid:flutter [2023/03/27 04:05] (現在) – [Flutter] ともやん
行 2: 行 2:
 本家: [[https://flutter.dev|Flutter - Build apps for any screen]]\\ 本家: [[https://flutter.dev|Flutter - Build apps for any screen]]\\
 ※Fedora 上では上手く動作していないので調査ちぅ😅\\ ※Fedora 上では上手く動作していないので調査ちぅ😅\\
 +
 +[[android:dart|Dart 言語]]\\
  
 ===== インストール ===== ===== インストール =====
行 109: 行 111:
  
 ==== Flutter SDK の入手 (Git 編) ==== ==== Flutter SDK の入手 (Git 編) ====
-GitHub のFlutter リポジトリからソース コードを取得する🤔\\+GitHub のFlutter リポジトリから最新ソース コードを取得する🤔\\
 <WRAP color_term> <WRAP color_term>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
行 122: 行 124:
 Receiving objects: 100% (7438/7438), 10.95 MiB | 1.04 MiB/s, done. Receiving objects: 100% (7438/7438), 10.95 MiB | 1.04 MiB/s, done.
 Resolving deltas: 100% (1989/1989), done. Resolving deltas: 100% (1989/1989), done.
 +</pre></html></WRAP>
 +</WRAP>
 +または、最新の安定版リリースのソース コードを取得する🤔\\
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<b class=GRN>$</b> <b class=HIY>git</b> clone <b class=HIK>--depth</b> 1 https://github.com/flutter/flutter.git -b stable
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
  
 +オプションで、開発バイナリを事前にダウンロードする🤔\\
 <WRAP color_term> <WRAP color_term>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
行 13391: 行 13402:
 </code></WRAP> </code></WRAP>
 </WRAP> </WRAP>
 +
 +Fedora 37 で Dart がハングする原因は不明😅💦\\
  
  • android/flutter.1679826647.txt.gz
  • 最終更新: 2023/03/26 19:30
  • by ともやん