flutter_typeahead
flutter_typeahead copied to clipboard
Cupertino import wrong in README
The README states that the Cupertino widget may be imported by
import 'package:flutter_typeahead/cupertino_flutter_typeahead.dart';
.
Unfortunately this doesn't work as the import for Cupertino is the same as it is for Material.
Please update the README 😊