hello_dart_monady 0.0.7
hello_dart_monady: ^0.0.7 copied to clipboard
A test package that allows me to try how to deploy the package online and send a greet message.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hello_dart_monadyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hello_dart_monady: ^0.0.7Alternatively, 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:hello_dart_monady/hello_dart.dart';