android:flutter

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
android:flutter [2023/03/26 19:19] – [Flutter SDK の入手 (Snap 編)] ともやん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 の入手 ====+==== Flutter SDK の入手 (Git 編) ==== 
 +GitHub のFlutter リポジトリから最新ソース コードを取得する🤔\\ 
 +<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 
 +</pre></html></WRAP> 
 +<WRAP color_result><html><pre> 
 +Cloning into 'flutter'... 
 +remote: Enumerating objects: 7438, done. 
 +remote: Counting objects: 100% (7438/7438), done. 
 +remote: Compressing objects: 100% (5718/5718), done. 
 +remote: Total 7438 (delta 1989), reused 3479 (delta 1178), pack-reused 0 
 +Receiving objects: 100% (7438/7438), 10.95 MiB | 1.04 MiB/s, 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> 
 +</WRAP> 
 + 
 +==== Flutter SDK の入手 (最新の安定版リリース編) ====
 公式: [[https://docs.flutter.dev/get-started/install/linux#install-flutter-manually|Install Flutter manually - Linux install | Flutter]]\\ 公式: [[https://docs.flutter.dev/get-started/install/linux#install-flutter-manually|Install Flutter manually - Linux install | Flutter]]\\
  
行 13358: 行 13402:
 </code></WRAP> </code></WRAP>
 </WRAP> </WRAP>
 +
 +Fedora 37 で Dart がハングする原因は不明😅💦\\
  
  • android/flutter.1679825983.txt.gz
  • 最終更新: 2023/03/26 19:19
  • by ともやん