data_reference 0.0.1+1 copy "data_reference: ^0.0.1+1" to clipboard
data_reference: ^0.0.1+1 copied to clipboard

Utils for Flutter resource IO.

Github Actions

Features #

FlutterのFileやBundle等のリソース読み込み処理をラップし、 同一APIでの読み込みを提供する。

Usage #

final reference0 = DataReference.file(File('path/to/file'));
final reference1 = DataReference.flutterBundle('path/to/asset/data');

await reference0.loadByteArray();
await reference1.loadByteArray();
0
likes
140
points
0
downloads

Publisher

verified publisherviviware.com

Weekly Downloads

Utils for Flutter resource IO.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter

More

Packages that depend on data_reference