txt2rfw 0.0.8+1 copy "txt2rfw: ^0.0.8+1" to clipboard
txt2rfw: ^0.0.8+1 copied to clipboard

discontinuedreplaced by: rfw_builder

A tool to 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
140
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A tool to parse RemoteFlutterWidget .rfwtxt format to .rfw format.

Documentation

API reference

License

MIT (license)

Dependencies

args, collection, path, rfw, yaml

More

Packages that depend on txt2rfw