dart_makeup 0.0.1+3 copy "dart_makeup: ^0.0.1+3" to clipboard
dart_makeup: ^0.0.1+3 copied to clipboard

Remove unnecessary character in double variables [x.00 -> x, x.0010 -> x.001, x.0123040 -> 0.01234]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_makeup

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

dependencies:
  dart_makeup: ^0.0.1+3

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:dart_makeup/dart_makeup.dart';
3
likes
90
pub points
0%
popularity

Publisher

unverified uploader

Remove unnecessary character in double variables [x.00 -> x, x.0010 -> x.001, x.0123040 -> 0.01234]

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on dart_makeup