android:flutter

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
android:flutter [2023/03/26 19:26] – [Flutter SDK の入手] ともやん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 言語]]\\
  
 ===== インストール ===== ===== インストール =====
行 108: 行 110:
 </WRAP> </WRAP>
  
-==== Flutter SDK の入手 (git 編) ====+==== Flutter SDK の入手 (Git 編) ==== 
 +GitHub のFlutter リポジトリから最新ソース コードを取得する🤔\\
 <WRAP color_term> <WRAP color_term>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
行 121: 行 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>
 +</WRAP>
 +
 +オプションで、開発バイナリを事前にダウンロードする🤔\\
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<b class=GRN>$</b> <b class=HIY>flutter</b> precache
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +Downloading Linux x64 Dart SDK from Flutter engine 685fbc6f4d9db8026c56ee1a177bb10cc09f884b...
 +** Resuming transfer from byte position 35246080
 +  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
 +                                 Dload  Upload   Total   Spent    Left  Speed
 +100  168M  100  168M    0      1626k      0  0:01:45  0:01:45 --:--:-- 1804k
 +Building flutter tool...
 +Resolving dependencies... (4.6s)
 +Got dependencies.
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
行 13374: 行 13402:
 </code></WRAP> </code></WRAP>
 </WRAP> </WRAP>
 +
 +Fedora 37 で Dart がハングする原因は不明😅💦\\
  
  • android/flutter.1679826364.txt.gz
  • 最終更新: 2023/03/26 19:26
  • by ともやん