toml_viewer 1.0.0 copy "toml_viewer: ^1.0.0" to clipboard
toml_viewer: ^1.0.0 copied to clipboard

A Flutter widget for displaying TOML files as interactive, expandable tree views with syntax highlighting, partial-parse error reporting, light/dark theme support, custom styling, extensible builders, [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add toml_viewer

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

dependencies:
  toml_viewer: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:toml_viewer/toml_viewer.dart';
5
likes
150
points
146
downloads
screenshot

Documentation

API reference

Publisher

verified publishersudhi.in

Weekly Downloads

A Flutter widget for displaying TOML files as interactive, expandable tree views with syntax highlighting, partial-parse error reporting, light/dark theme support, custom styling, extensible builders, and full customisation.

Repository (GitHub)
View/report issues
Contributing

Topics

#toml #viewer #config #tree-view #syntax-highlighting

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, toml

More

Packages that depend on toml_viewer