chat_index_bar 0.0.2 copy "chat_index_bar: ^0.0.2" to clipboard
chat_index_bar: ^0.0.2 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.2
import 'package:chat_index_bar/chat_index.bar.dart';
IndexBar(
  indexBarCallBack: (String str) {
    if (kDebugMode) {
      print('我收到了$str');
    }
  },
)
1
likes
130
pub points
0%
popularity

Publisher

unverified uploader

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 convenient for users to input and edit text.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on chat_index_bar