Font and Emoji Packages

font_awesome_flutter

The Font Awesome Icon pack is available as Flutter Icons. It adds 1500 additional icons to your app, in addition to the default set of 500.

flutter_font_icons

As the name suggests, this is a collection of font icons built with Flutter. It includes all fonts from react-native-vector-icons and WeatherIcons.

icon_font_generator

Convert all icons in the directory to icon-font (.ttf) and create flutter compatible dart class from them.

flutter_cmoon_icons

The Font Awesome package inspired Insipred’s Flutter Icons set, which includes more than 2,000 icons.

emojis

Emojis for Dart! This package contains every unicode 13.0 emoji available!

emoji_picker_flutter

An Emoji picker widget with 1500+ emojis in 8 categories is included in this Flutter package.

giphy_get

In pure dart code, pick an EMOJI, a STICKER, or a GIF from Giphy. Android, iOS, Web, and Desktop are all supported.

flutter_emoji

With all the most up-to-date emojis, this is a lightweight Emoji package for Flutter.

Similar Posts

  • GDPR Packages

    GDPR is coming up, and you’re not sure what to do. The General Data Protection Regulation (GDPR) went into effect in 2018. This new regulation will have a major impact on how companies collect data from European Union citizens. It’s important that your company is compliant with this new law or risk heavy fines of…

  • Encryption Packages

    steel_crypt The library includes a wide range of high-level, cryptographic APIs. Hashing, password hashing, two-way encryption, MAC authentication, and key/IV generation are all supported by this library. cryptography Encryption, digital signatures, key agreement, authentication, and hashing are just a few of the cryptographic methods that may be used. AES, Chacha20, ED25519, X25519, and more are…

  • Shared Preferences Packages

    shared_preferences The Flutter plugin for reading and writing simple key-value pairs wraps NSUserDefaults on iOS and SharedPreferences on Android. rx_shared_preferences Preference updates for the rxdart streaming service are communicated via Reactive Streams. The SharedPreference wrapper is reactive stream rxdart. A stream-based wrapper around shared preferences that allows for reactively stored key-value pairs. shared_preferences_dtx The shared…

  • Packages to Work with Firebase

    firebase Web and server libraries for Dart’s Firebase framework firebase_core The Firebase SDK for Flutter allows you to link your application to many different Firebase applications. cloud_functions A Firebase Cloud Functions plugin for Flutter. fcm_config This flutter package integrates firebase_messaging and flutter_local_notifications. firebase_auth_oauth OAuth sign-in flows are made easy with this Flutter plugin that uses…

  • Dialog Packages

    A Dialog is a class that is intended to be subclassed by other classes. It’s often used to display messages on the page, or make choices available to the user. Flutter has a few built-in dialogs, but there are times when you need to build your own or use an existing package. adaptive_dialog Adaptively display…