flutter_typeahead_web 1.0.0 flutter_typeahead_web: ^1.0.0 copied to clipboard
A highly customizable typeahead (autocomplete) text input field for Flutter with web support
import 'package:flutter/material.dart';
import 'package:example/material_app.dart';
void main() => runApp(MyMaterialApp());
//void main() => runApp(MyCupertinoApp());