yk_flutter_core 0.0.1 copy "yk_flutter_core: ^0.0.1" to clipboard
yk_flutter_core: ^0.0.1 copied to clipboard

YKFlutterCore

Features #

YkFileManager #


YkFileManager.getDocumentPath();



      final data = Int8List.fromList(utf8.encode("fawoeigjaowiegjoiawjegoiawjegoiawejgo"));

      final documentPath = await YkFileManager.getDocumentPath();

      String newFilePath = "$documentPath/Yk/Document/text.txt";

      final result = await YkFileManager.save(bytes: data, filePath:newFilePath);
final documentPath = await YkFileManager.getDocumentPath();

String newFilePath = "$documentPath/Yk/Document/text.txt";

final detail = await YkFileManager.getData(path: newFilePath);

final andoder = utf8.decode(detail ?? []);
0
likes
0
points
195
downloads

Publisher

unverified uploader

Weekly Downloads

YKFlutterCore

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path, path_provider

More

Packages that depend on yk_flutter_core