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

RenPy .rpy format script parser in Dart for Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add renpy_parser

With Flutter:

 $ flutter pub add renpy_parser

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

dependencies:
  renpy_parser: ^0.0.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:renpy_parser/renpy_parser.dart';
0
likes
140
points
12
downloads

Publisher

verified publishercypherstack.com

Weekly Downloads

RenPy .rpy format script parser in Dart for Flutter.

Repository

Documentation

API reference

License

MIT (license)

Dependencies

collection

More

Packages that depend on renpy_parser