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

A Flutter widget for displaying TOML files as interactive, searchable, lazily-rendered tree views with partial-parse error reporting, a raw source view, light/dark theming, custom styling, and extensi [...]

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: ^2.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
91
downloads
screenshot

Documentation

API reference

Publisher

verified publishersudhi.in

Weekly Downloads

A Flutter widget for displaying TOML files as interactive, searchable, lazily-rendered tree views with partial-parse error reporting, a raw source view, light/dark theming, custom styling, and extensible builders.

Repository (GitHub)
View/report issues
Contributing

Topics

#toml #viewer #config #tree-view #json-viewer

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, toml

More

Packages that depend on toml_viewer