flutter_openmoji 0.0.8 copy "flutter_openmoji: ^0.0.8" to clipboard
flutter_openmoji: ^0.0.8 copied to clipboard

'OpenMoji is an open-source project of 50+ students and 2 professors of the HfG Schwäbisch Gmünd (Design University) and external contributers. This package bring those handcrafted magnciient emojis i [...]

example/main.dart

import 'package:flutter/material.dart';

import 'package:flutter_openmoji/flutter_openmoji.dart';

void main() {
  runApp(const OpenmojiDemoApp());
}

class OpenmojiDemoApp extends StatelessWidget {
  const OpenmojiDemoApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        body: Column(children: [
          Center(
            child: IconButton(
              icon: const Icon(
                OpenmojiIcons.airplane,
                color: Colors.blue,
              ),
              onPressed: () => print('OpenMoji icons !'),
            ),
          )
        ]),
      ),
    );
  }
}
9
likes
120
pub points
38%
popularity

Publisher

verified publisherprojetretro.io

'OpenMoji is an open-source project of 50+ students and 2 professors of the HfG Schwäbisch Gmünd (Design University) and external contributers. This package bring those handcrafted magnciient emojis into your flutter projects.'

Repository (GitHub)
View/report issues

Documentation

API reference

License

CC-BY-SA-4.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_openmoji