my_readme_updater 1.0.12
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_updaterUse 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_updaterWith Flutter:
$ flutter pub add my_readme_updaterThis 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.12Alternatively, 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';