chat_index_bar 0.0.1 copy "chat_index_bar: ^0.0.1" to clipboard
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');
    }
  },
)
1
likes
0
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on chat_index_bar