txt2rfw 0.0.4 copy "txt2rfw: ^0.0.4" to clipboard
txt2rfw: ^0.0.4 copied to clipboard

discontinuedreplaced by: rfw_builder

Parse RemoteFlutterWidget .rfwtxt format to .rfw format.

example/example.dart

import 'dart:io';
import 'dart:typed_data';

import 'package:txt2rfw/txt2rfw.dart';

void main() {
  File file = File('match.rfwtxt');
  Uint8List bytes = txt2rfw(file.readAsStringSync());
  print(bytes);
}
0
likes
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Parse RemoteFlutterWidget .rfwtxt format to .rfw format.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, collection, path, rfw, yaml

More

Packages that depend on txt2rfw