global_search_bar 1.0.1 copy "global_search_bar: ^1.0.1" to clipboard
global_search_bar: ^1.0.1 copied to clipboard

A highly customizable, generic search bar package for Flutter supporting network debounce, local filtering, search history, and text highlighting.

example/lib/main.dart

import 'package:example/feature/search/screens/search_screen.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      home: const SearchScreen(),
    );
  }
}
4
likes
160
points
110
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A highly customizable, generic search bar package for Flutter supporting network debounce, local filtering, search history, and text highlighting.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on global_search_bar