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

  • Packages for HTTP Request

    http An open-source, Future-based HTTP API that is composable and multi-platform. This bundle has a collection of high-level functions and types that make it simple to access HTTP resources. It’s cross-platform, with support for mobile, desktop, and the browser. dio A robust Dart HTTP client with Interceptors, global configuration, FormData, Request Cancellation, File downloading, and…

  • Printer Packages

    blue_thermal_printer This Flutter plugin for connecting to a thermal printer via bluetooth is still in its early stages of development, but it’s already available. bluetooth_thermal_printer The library supports both 58mm and 80mm Bluetooth printers. It uses a Bluetooth printer (Android Only). It works with both 58mm and 80mm Bluetooth printers. This library does not require…

  • Text-to-Speech Packages

    Text-to-speech (TTS) is the process of using software to read aloud text that is displayed on a screen. Text-to-speech programs can convert text into speech, and do so in various ways depending on the user’s familiarity with the system. flutter_tts flutter_tts is a good Text to Speech Flutter plugin available on pub.dev platform. This plugin…

  • Authentication Packages

    google_sign_in A Google Sign-In authentication system for signing in with a Google account on Android and iOS using the Flutter plugin. http_auth The library deploys a HTTP basic or digest authentication from Dart. firebase_auth The Flutter plugin for Firebase Auth enables Android and iOS authentication using passwords, phone numbers, and identity providers like Google, Facebook,…

  • Clipboard Packages

    A clipboard is one of the most important tools for a mobile phone user. A clipboard is a place where you can store information that you need quick access to or from. You can use those items to copy and paste them into a word processor, mail, chat program, or other function. clipboard This is…

  • Flutter Projects for Beginners

    If you’re just getting started with Flutter, you might be feeling a little overwhelmed. There are so many different things to learn, and it can be hard to know where to start. That’s why we’ve put together this list of 8 Flutter projects for beginners. These projects will help you get comfortable with the basics…