emoji 1.0.1
emoji: ^1.0.1 copied to clipboard
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 awesome = new Awesome();
print('awesome: ${awesome.isAwesome}');
}