kevmoo / completion.dart

A packaged to add shell command completion to your application
https://pub.dev/packages/completion
BSD 3-Clause "New" or "Revised" License
60 stars 11 forks source link

Import line in README.md's examples are wrong #11

Closed predatorx7 closed 2 years ago

predatorx7 commented 4 years ago

Every import line in README.md doesn't exist.

They all are like import 'packages:.. .dart';

They must be like import 'package:.. .dart';

kevmoo commented 2 years ago

I don't see this any more!