Fintasys / emoji_picker_flutter

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

Build fails on macOS #53

Closed arielt closed 2 years ago

arielt commented 2 years ago

[!] No podspec found for emoji_picker_flutter in Flutter/ephemeral/.symlinks/plugins/emoji_picker_flutter/macos

The issue seems to be there since 1.0.9, the workaround is to revert to 1.0.8

Fintasys commented 2 years ago

Thank you for reporting. I could reproduce it and working on a fix 👍

Fintasys commented 2 years ago

@arielt I could find some issues with the platforms and missing files, thank you for reporting the issue ! I've merged a fix, you can test it by using the code below. I will try to release a new version soon.

  emoji_picker_flutter:
    git:
      url: https://github.com/Fintasys/emoji_picker_flutter.git
      ref: master
arielt commented 2 years ago

A bit late confirmation - the fix worked 👍