my_rename 0.0.2 copy "my_rename: ^0.0.2" to clipboard
my_rename: ^0.0.2 copied to clipboard

A flutter package to update versions

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add my_rename

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

dependencies:
  my_rename: ^0.0.2

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:my_rename/my_rename.dart';
1
likes
105
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package to update versions

License

BSL-1.0 (license)

Dependencies

args, flutter, logger, path

More

Packages that depend on my_rename