my_readme_updater 1.0.12 copy "my_readme_updater: ^1.0.12" to clipboard
my_readme_updater: ^1.0.12 copied to clipboard

A sample flutter package that updates project structure in readme file whenever we run a git command.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate my_readme_updater

Use it

The package has the following executables:

$ my_readme_updater

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add my_readme_updater

With Flutter:

 $ flutter pub add my_readme_updater

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

dependencies:
  my_readme_updater: ^1.0.12

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:my_readme_updater/my_readme_updater.dart';
2
likes
160
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A sample flutter package that updates project structure in readme file whenever we run a git command.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, process_run

More

Packages that depend on my_readme_updater