chat_index_bar 0.0.1 chat_index_bar: ^0.0.1 copied to clipboard
The custom input box can implement the TextView function of iOS, that is, it can support multi-line text input, support basic text operations such as scrolling and maximum character limit, and is conv [...]
chat_index_bar #
A chat_index_bar is a package of search controls floating on the chat interface, which can expand the index list to facilitate quick search of chat records.
dependencies:
chat_index_bar: ^0.0.1
import 'package:chat_index_bar/chat_index.bar.dart';
IndexBar(
indexBarCallBack: (String str) {
if (kDebugMode) {
print('我收到了$str');
}
},
)