dartpip 0.2.8
dartpip: ^0.2.8 copied to clipboard
Add Python modules (packages) to your Dart or Flutter project. Like `pip`, but for Dart, heavily inspired by the `pub` command.
import "package:dartpip/dartpip.dart";
Future<void> main(List<String> arguments) async {
await DartpipCommandRunner().run(arguments);
}