Last updated:
0 purchases
search app bar pro max ultra
Usage #
import 'package:search_app_bar/search_app_bar.dart';
SearchAppBar(
query: (query) => _searchSubject.add(query),
typeName: "Projects",
title: const Text("Projects"),
actions: const [
AnotherAction(),
],
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.