armyknife_stdlib 0.0.2+5 copy "armyknife_stdlib: ^0.0.2+5" to clipboard
armyknife_stdlib: ^0.0.2+5 copied to clipboard

Utils for Flutter app development.

Github Actions

Features #

Flutterの標準ライブラリおよびデファクトスタンダードライブラリ用の拡張関数や よく使用する処理を提供する.

Usage #

Value? value;

value?.also((value) => /* execute... */);
final valueString = value?.let((value) => value.toString()) ?? '';
0
likes
115
points
6
downloads

Publisher

verified publisherviviware.com

Weekly Downloads

Utils for Flutter app development.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

crypto, dartx, flutter, runtime_assert, rxdart, semaphore

More

Packages that depend on armyknife_stdlib