flutter_openmoji 0.0.4 copy "flutter_openmoji: ^0.0.4" to clipboard
flutter_openmoji: ^0.0.4 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
0
pub points
14%
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

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_openmoji