サルでもわかるWEBプログラミング

フリーソフトのみでホームページ作成

ユーザ用ツール

サイト用ツール


00.flutter:02.flutterでwebアプリを作成


差分

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

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
00.flutter:02.flutterでwebアプリを作成 [2021/05/22] – [netlify.tomlの利用] adash33300.flutter:02.flutterでwebアプリを作成 [2021/05/22] (現在) – [Flutter for WebのNetlifyへのデプロイに関するリンク] adash333
行 197: 行 197:
 Build command Build command
 <code> <code>
-if cd flutter; then git pull && cd..; else git clone https://github.com/flutter/flutter.git; fi && flutter/bin/flutter config \--enable-web && flutter/bin/flutter build web+if cd flutter; then git pull && cd..; else git clone https://github.com/flutter/flutter.git; fi && flutter/bin/flutter build web --web-renderer html --release
 </code> </code>
 Publish directory Publish directory
行 232: 行 232:
 fi fi
  
-flutter build web --web-renderer html+flutter/bin/flutter build web --web-renderer html --release
 </code> </code>
  
-参考:+参考:https://flutter.dev/docs/development/tools/web-renderers 
 + 
 + 
  
  
行 241: 行 244:
 if文 if文
 <code> <code>
-if 条件式 +if 条件式 then 
- then +  処理
-  実行文+else 
- else +  処理2
-  実行文2+
 fi fi
 </code> </code>
 +→ 条件式が真の場合は処理1を、それ以外の場合は処理2を行う。
 +
 +https://shellscript.sunone.me/if_and_test.html
 +if 文と test コマンド
  
-https://www.wakuwakubank.com/posts/347-linux-shell+https://qiita.com/toshihirock/items/461da0f60f975f6acb10 
-シェルスクリプト入門【書き方め】 +@toshihirock 
-2016-05-19+が2015年10月28日に作成 
 +シェルスクリプト(bash)if文testコマンド([])自分メモ
  
 https://tbkc.theblog.me/posts/272548/ https://tbkc.theblog.me/posts/272548/


00.flutter/02.flutterでwebアプリを作成.1621681448.txt.gz · 最終更新: 2021/05/22 by adash333

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki