万年素人からHackerへの道

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

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

    Navigatorのエラー Flutter

    Navigator.of(context).pushAndRemoveUntil(
      MaterialPageRoute<HogePage>(
        builder: (context) => const HogePage(),
      ),
      (Route<dynamic> route) => false,
    ),
    E/flutter ( 7164): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Navigator operation requested with a context that does not include a Navigator.
    E/flutter ( 7164): The context used to push or pop routes from the Navigator must be that of a widget that is a descendant of a Navigator widget.

    が出る

    zenn.dev