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

Dart 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
25
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

A utility for emojis.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

More

Packages that depend on emoji