emoji 1.0.2 copy "emoji: ^1.0.2" to clipboard
emoji: ^1.0.2 copied to clipboard

outdatedDart 1 only

A utility for emojis.

example/emoji.dart

// Copyright (c) 2015, David Notik. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

library emoji.example;

import 'package:emoji/emoji.dart';

main() {
  var text = 'Rock on! :metal:';

  print(replaceWithEmojis(text));

  // Rock on! <img src="https://assets-cdn.github.com/images/icons/emoji/metal.png?v5" class="emoji" />
}
0
likes
0
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A utility for emojis.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on emoji