Dart・Flutterを学ぶ日々 その7

dart-sass

そこそこのコード量あるDartOSSを試しに読んでみたくなったのでdart-sassを読んでみる

github.com

まずは、pubspec.yamlから

tuple.dart

Dartでtuple使いたい時に良さそう

github.com

cli_repl

DartのREPLが簡単に実装できるっぽいやつらしい

github.com

stream_transform

Stream拡張するやつ

github.com

watcher

file system監視のpackage

github.com

crypto

暗号ハッシュのpackage

github.com

pubspec.yamlのドキュメント

これは読んでおくと良さそう

dart.dev