flutter-emoji icon indicating copy to clipboard operation
flutter-emoji copied to clipboard

Synchronize with node-emoji source

Open petehouston opened this issue 2 years ago • 0 comments

The node-emoji json source has archived into legacy branch. Considering with we need to change the source constant

from

static final String EMOJI_SOURCE =
      'https://raw.githubusercontent.com/omnidan/node-emoji/master/lib/emoji.json';

to

static final String EMOJI_SOURCE =
      'https://raw.githubusercontent.com/omnidan/node-emoji/legacy/lib/emoji.json';

petehouston avatar Aug 07 '23 06:08 petehouston