Skip to content
View Benjith's full-sized avatar
๐ŸŒด
On vacation
๐ŸŒด
On vacation

Block or report Benjith

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. NumberToWords NumberToWords Public

    Flutter package convert number into words by localeID

    Dart 10 13

  2. Dakshayaniyamma-Biscuits Dakshayaniyamma-Biscuits Public

    Ekalavya is an open-source billing application, Contains various modules helps business management system

    HTML 1 1

  3. draggable_virtual_keyboard-Flutter draggable_virtual_keyboard-Flutter Public

    Draggable soft keyboard made in flutter

    Dart

  4. flutter_list_all_installed_apps_with_icon flutter_list_all_installed_apps_with_icon Public

    A fluter application for listing all installed other applications with their icons

    C++ 1

  5. Flutter barcode auto scanning widget Flutter barcode auto scanning widget
    1
    RawKeyboardListener(
    2
                            focusNode: _barcodeF,
    3
                            autofocus: true,
    4
                            onKey: (RawKeyEvent key) async {
    5
                              if (key.runtimeType.toString() == 'RawKeyDownEvent') {
  6. Search by keyword highlight in dart Search by keyword highlight in dart
    1
    void main() {
    2
      String name = 'BenjissthKizhisseri';  
    3
      String searchKeyword = 'ss';
    4
      
    5
      searchKeyword=searchKeyword.trim();