Fintasys / emoji_picker_flutter

A Flutter package that provides an Emoji picker widget with 1500+ emojis in 8 categories.
MIT License
158 stars 115 forks source link

Emojis does not load on android #3

Closed hiteshgarg002 closed 3 years ago

hiteshgarg002 commented 3 years ago

Emojis are being shown on iOS but when I am trying to run it on android, then the emojis does not load. Following is the error being shown in console.

/flutter ( 9064): [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: RangeError (index): Invalid value: Not in inclusive range 0..260: 261 E/flutter ( 9064): #0 List.[] (dart:core-patch/growable_array.dart:254:60) E/flutter ( 9064): #1 _EmojiPickerState._getPlatformAvailableEmoji package:emoji_picker_flutter/emoji_picker_flutter.dart:212 E/flutter ( 9064): E/flutter ( 9064): #2 _EmojiPickerState._getAvailableEmojis package:emoji_picker_flutter/emoji_picker_flutter.dart:186 E/flutter ( 9064): E/flutter ( 9064): #3 _EmojiPickerState._updateEmojis package:emoji_picker_flutter/emoji_picker_flutter.dart:173 E/flutter ( 9064): E/flutter ( 9064): #4 _EmojiPickerState.build. (package:emoji_picker_flutter/emoji_picker_flutter.dart) package:emoji_picker_flutter/emoji_picker_flutter.dart:1

Fintasys commented 3 years ago

@hiteshgarg002 Ah thanks for reporting, I found the issue. Will fix it tomorrow 👍

Fintasys commented 3 years ago

Fixed in version 1.0.2. Please have a try and let me know if it works for you now 🙇

hiteshgarg002 commented 3 years ago

@Fintasys Thanks its working now!!