万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    Flutterのエラーerror: This requires the 'control-flow-collections' experiment to be enabled.

    for (final todo in todos.data.value) TodoItem(todo: todo)

    とかくと以下のエラー

    error: This requires the 'control-flow-collections' experiment to be enabled. (experiment_not_enabled at [my_app] lib/main.dart:68)

    https://stackoverflow.com/questions/59458433/flutter-flow-control-collections-are-needed-but-are-they

    analysis_options.yaml

    analyzer:
      enable-experiment:
        - control-flow-collections

    で解決できるらしいけどできないなw