万年素人からHackerへの道

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

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

    Flutter WebとFirebase組み合わせたtodowebapppを動かす

    https://github.com/theindianappguy/todowebappp を動かす

    `flutter packages pub global activate webdev

    すると  ``` Warning: Pub installs executables into $HOME/.pub-cache/bin, which is not on your path. You can fix that by adding this to your shell's config file (.bashrc, .bash_profile, etc.):

    export PATH="$PATH":"$HOME/.pub-cache/bin"

    ってでるがもうzshがMacのデフォルトだよな。なので`~/.zshrc`にいれる。
    
    Dartがないとおこられるw
    
    ここいい。
    [https://qiita.com/Kata_Oka/items/944a6f00ec49eeec450b:title]
    
    
    `~/.zshrc`
    
    僕の環境はここだな。

    export PATH="$PATH":"$HOME/Sources/dart/flutter/bin/cache/dart-sdk/bin"

    The Flutter SDK is not available.って・・・
    

    flutter_web: any flutter_web_ui: any

    がなぜない??