vendor 0.9.5 vendor: ^0.9.5 copied to clipboard
Utility for vendoring packages into a project and rewriting import/export statements.
import 'package:example/src/third_party/http_methods/lib/http_methods.dart';
void main() => print('isHttpMethod(GET): ${isHttpMethod('get')}');