vendor 0.9.5 copy "vendor: ^0.9.5" to clipboard
vendor: ^0.9.5 copied to clipboard

Utility for vendoring packages into a project and rewriting import/export statements.

example/lib/example.dart

import 'package:example/src/third_party/http_methods/lib/http_methods.dart';

void main() => print('isHttpMethod(GET): ${isHttpMethod('get')}');