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

DartWriter provides API to generate Dart source code. It can make your job easier while developing flutter/dart tools. You can also generate Flutter UI code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_writer
copied to clipboard

With Flutter:

 $ flutter pub add dart_writer
copied to clipboard

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

dependencies:
  dart_writer: ^0.0.1
copied to clipboard

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:dart_writer/dart_writer.dart';
copied to clipboard
4
likes
130
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.14 - 2025.03.29

DartWriter provides API to generate Dart source code. It can make your job easier while developing flutter/dart tools. You can also generate Flutter UI code.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dart_style

More

Packages that depend on dart_writer