fart_style 0.1.1 copy "fart_style: ^0.1.1" to clipboard
fart_style: ^0.1.1 copied to clipboard

SmartTabs enabled Dart formatter. A fork of dart_style that uses tabs for indentation and spaces for alignment.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fart_style

With Flutter:

 $ flutter pub add fart_style

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

dependencies:
  fart_style: ^0.1.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:fart_style/fart_style.dart';
0
likes
140
points
61
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

SmartTabs enabled Dart formatter. A fork of dart_style that uses tabs for indentation and spaces for alignment.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

analyzer, args, collection, package_config, path, pub_semver, source_span, yaml

More

Packages that depend on fart_style