ダートXフラッター木曜ライブコーディング12/09/2020
1971 ワード
私は12/09/2020にライブコーディングをしながらDartとフラッターで何かを作ります
コード
コード
https://github.com/kyorohiro/mokumoku02
ライブコーディングアドレス
https://youtu.be/meWE25TzQHo
/* 12/09/2020にライブコーディング用のURLを作成します
木目とは
当分の間、あるテーマに興味を持っている人が集まり、自分の仕事をする.ジャスト...
イベントページ
https://8beat-mokumoku-2020.connpass.com/event/188590/
歴史
24579172ダートXフラッタ木曜ライブストリーム05/09/2020
結果
ノウハウ
資産パスストリング
vscodeのregexで
1 "xxxx/yyy/xxx.jpg" -> "xxxx/yyy/xxx.jpg = 'xxxx/yyy/xxx.jpg'"
at following regex expression
(.*)
$1 = $1
2 "xxxx/yyy/xxx.jpg = 'xxxx/yyy/xxx.jpg'" -> "xxxx_yyy_xxx_jpg = 'xxxx/yyy/xxx.jpg'"
at following regex expression
(.*)\/(.*) = (.*)
$1_$2 = $3
Genrate資産.ダート
const images_food_pizza_slice_fast_jpg = "assets/images/food_pizza_slice_fast.jpg";
const images_food_dim_sum_squid_jpg = "assets/images/food_dim_sum_squid.jpg";
const images_food_chili_cheese_bowls_jpg = "assets/images/food_chili_cheese_bowls.jpg";
const images_flower_orange_calendula_bright_0_jpg = "assets/images/flower_orange_calendula_bright_0.jpg";
const images_food_pasta_tomato_theme_jpg = "assets/images/food_pasta_tomato_theme.jpg";
const images_food_purple_chocolate_dessert_jpg = "assets/images/food_purple_chocolate_dessert.jpg";
Reference
この問題について(ダートXフラッター木曜ライブコーディング12/09/2020), 我々は、より多くの情報をここで見つけました
https://dev.to/kyorohiro/todo-dart-x-flutter-mokumoku-live-coding-12-09-2020-bbm
テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol
https://youtu.be/meWE25TzQHo
/* 12/09/2020にライブコーディング用のURLを作成します
木目とは
当分の間、あるテーマに興味を持っている人が集まり、自分の仕事をする.ジャスト...
イベントページ
https://8beat-mokumoku-2020.connpass.com/event/188590/
歴史
24579172ダートXフラッタ木曜ライブストリーム05/09/2020
結果
ノウハウ
資産パスストリング
vscodeのregexで
1 "xxxx/yyy/xxx.jpg" -> "xxxx/yyy/xxx.jpg = 'xxxx/yyy/xxx.jpg'"
at following regex expression
(.*)
$1 = $1
2 "xxxx/yyy/xxx.jpg = 'xxxx/yyy/xxx.jpg'" -> "xxxx_yyy_xxx_jpg = 'xxxx/yyy/xxx.jpg'"
at following regex expression
(.*)\/(.*) = (.*)
$1_$2 = $3
Genrate資産.ダート
const images_food_pizza_slice_fast_jpg = "assets/images/food_pizza_slice_fast.jpg";
const images_food_dim_sum_squid_jpg = "assets/images/food_dim_sum_squid.jpg";
const images_food_chili_cheese_bowls_jpg = "assets/images/food_chili_cheese_bowls.jpg";
const images_flower_orange_calendula_bright_0_jpg = "assets/images/flower_orange_calendula_bright_0.jpg";
const images_food_pasta_tomato_theme_jpg = "assets/images/food_pasta_tomato_theme.jpg";
const images_food_purple_chocolate_dessert_jpg = "assets/images/food_purple_chocolate_dessert.jpg";
Reference
この問題について(ダートXフラッター木曜ライブコーディング12/09/2020), 我々は、より多くの情報をここで見つけました
https://dev.to/kyorohiro/todo-dart-x-flutter-mokumoku-live-coding-12-09-2020-bbm
テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol
https://8beat-mokumoku-2020.connpass.com/event/188590/
歴史
24579172ダートXフラッタ木曜ライブストリーム05/09/2020
結果
ノウハウ
資産パスストリング
vscodeのregexで
1 "xxxx/yyy/xxx.jpg" -> "xxxx/yyy/xxx.jpg = 'xxxx/yyy/xxx.jpg'"
at following regex expression
(.*)
$1 = $1
2 "xxxx/yyy/xxx.jpg = 'xxxx/yyy/xxx.jpg'" -> "xxxx_yyy_xxx_jpg = 'xxxx/yyy/xxx.jpg'"
at following regex expression
(.*)\/(.*) = (.*)
$1_$2 = $3
Genrate資産.ダート
const images_food_pizza_slice_fast_jpg = "assets/images/food_pizza_slice_fast.jpg";
const images_food_dim_sum_squid_jpg = "assets/images/food_dim_sum_squid.jpg";
const images_food_chili_cheese_bowls_jpg = "assets/images/food_chili_cheese_bowls.jpg";
const images_flower_orange_calendula_bright_0_jpg = "assets/images/flower_orange_calendula_bright_0.jpg";
const images_food_pasta_tomato_theme_jpg = "assets/images/food_pasta_tomato_theme.jpg";
const images_food_purple_chocolate_dessert_jpg = "assets/images/food_purple_chocolate_dessert.jpg";
Reference
この問題について(ダートXフラッター木曜ライブコーディング12/09/2020), 我々は、より多くの情報をここで見つけました
https://dev.to/kyorohiro/todo-dart-x-flutter-mokumoku-live-coding-12-09-2020-bbm
テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol
ノウハウ
資産パスストリング
vscodeのregexで
1 "xxxx/yyy/xxx.jpg" -> "xxxx/yyy/xxx.jpg = 'xxxx/yyy/xxx.jpg'"
at following regex expression
(.*)
$1 = $1
2 "xxxx/yyy/xxx.jpg = 'xxxx/yyy/xxx.jpg'" -> "xxxx_yyy_xxx_jpg = 'xxxx/yyy/xxx.jpg'"
at following regex expression
(.*)\/(.*) = (.*)
$1_$2 = $3
Genrate資産.ダート
const images_food_pizza_slice_fast_jpg = "assets/images/food_pizza_slice_fast.jpg";
const images_food_dim_sum_squid_jpg = "assets/images/food_dim_sum_squid.jpg";
const images_food_chili_cheese_bowls_jpg = "assets/images/food_chili_cheese_bowls.jpg";
const images_flower_orange_calendula_bright_0_jpg = "assets/images/flower_orange_calendula_bright_0.jpg";
const images_food_pasta_tomato_theme_jpg = "assets/images/food_pasta_tomato_theme.jpg";
const images_food_purple_chocolate_dessert_jpg = "assets/images/food_purple_chocolate_dessert.jpg";
Reference
この問題について(ダートXフラッター木曜ライブコーディング12/09/2020), 我々は、より多くの情報をここで見つけました
https://dev.to/kyorohiro/todo-dart-x-flutter-mokumoku-live-coding-12-09-2020-bbm
テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol
1 "xxxx/yyy/xxx.jpg" -> "xxxx/yyy/xxx.jpg = 'xxxx/yyy/xxx.jpg'"
at following regex expression
(.*)
$1 = $1
2 "xxxx/yyy/xxx.jpg = 'xxxx/yyy/xxx.jpg'" -> "xxxx_yyy_xxx_jpg = 'xxxx/yyy/xxx.jpg'"
at following regex expression
(.*)\/(.*) = (.*)
$1_$2 = $3
const images_food_pizza_slice_fast_jpg = "assets/images/food_pizza_slice_fast.jpg";
const images_food_dim_sum_squid_jpg = "assets/images/food_dim_sum_squid.jpg";
const images_food_chili_cheese_bowls_jpg = "assets/images/food_chili_cheese_bowls.jpg";
const images_flower_orange_calendula_bright_0_jpg = "assets/images/flower_orange_calendula_bright_0.jpg";
const images_food_pasta_tomato_theme_jpg = "assets/images/food_pasta_tomato_theme.jpg";
const images_food_purple_chocolate_dessert_jpg = "assets/images/food_purple_chocolate_dessert.jpg";
Reference
この問題について(ダートXフラッター木曜ライブコーディング12/09/2020), 我々は、より多くの情報をここで見つけました https://dev.to/kyorohiro/todo-dart-x-flutter-mokumoku-live-coding-12-09-2020-bbmテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol