pub
Dartの勉強がてらTwitter OAuthライブラリを作成しました。twitter_1userです。同じようなものがいくつかあったのですが、どうもpostがエラーになったり、日本語でエラーになったりするのでつくってみました。 github.com pubで公開しました pub.dev pubには…
大体ここに書いてあるやつをやります。 dart.dev Stagehandを取得 $ pub global activate stagehand PATHを通す export PATH="$PATH":"$HOME/.pub-cache/bin" コンソールアプリ作成 $ stagehand console-full Creating console-full application `cli`: /hom…
ここでDartをインストールしましたが、pubがありませんでした。 blog.logicky.com ubuntu18.04を使ってます。 pubの場所 /usr/lib/dart/bin にいました。 PATH通す .bashrcに下記を追加してPATHを通します。 export PATH=$PATH:/usr/lib/dart/bin pubの実行 …