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.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate txt2rfw

Use it

The package has the following executables:

$ txt2rfw

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add txt2rfw

With Flutter:

 $ flutter pub add txt2rfw

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  txt2rfw: ^0.0.8+1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:txt2rfw/txt2rfw.dart';
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