Text Packages

One of the benefits of using Flutter is its rich graphical system, which makes it easy for developers to make their app look great with very little effort. To help you get started, we’ve put together this roundup of some of our favorite packages and libraries for creating beautiful text layouts with Flutter!

flutter_typeahead

A TypeAhead widget for Flutter, where you may display suggestions to users as they key in input value. It is a good widget which can be used as autocomplete field.

auto_size_text

Rather than using a breakpoint attribute, Flutter’s text widget automatically resizes text to match the edges of its container.

blinking_text

This is a simple plugin for making blinking text. It allows you to control the length of a blink and how many times text blinks before stopping.

animated_text_kit

A flutter package project with a variety of interesting and gorgeous text animations.

readmore

If you’re looking for a Flutter package that allows text to expand and collapse dynamically, I recommend this one.

speech_to_text

This is a Flutter plugin that provides speech to text recognition on a per-device basis.

flutter_markdown

This is a Markdown editor for Flutter. Convert data in plain text with basic Markdown tags into rich text output, such as text styles, tables, links, and more.

styled_text

This technique enables you to create a customised Text widget with formatted text, using tags. It makes it simpler to utilize formatted text in multilingual apps.

substring_highlight

For easy and customisable search term highlight, apply emphasis to flutter text at the character level.

bordered_text

The Flutter plugin for adding a delicate stroke to a Text widget. Android, iOS, and Web versions are available.

skeleton_text

A Flutter package that makes it simple to add skeleton text animation to a project. This project is maintained by the 101Loop community.

Similar Posts

  • State Manager

    If you are new to Flutter and state management, I suggest using riverpod package. Provider and Riverpod are both good. provider InheritedWidget are snippets of code that allow you to reuse and easily add functionality to widgets. This package adds a wrapper around it so they’re easier to use and more reusable. Too often when…

  • PDF Packages

    pdf This is a Dart PDF file creator. It can generate pdf files for both the web and Flutter. This library is made up of two parts: a low-level Pdf generation library that manages the creation of the PDF documents. A widgets system comparable to Flutter’s, for easier high-level Pdf production. TrueType fonts can be…

  • 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…

  • 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…

  • Introduction Screen Packages

    intro_slider The Flutter Intro Slider is a flutter plugin that helps you create a compelling opening for your app. flutter_intro A more efficient method for introducing new features and a step-by-step user guide for your Flutter project. introduction_screen The Flutter Onboarding/Introduction package for a flutter app with some customization possibilities animated_walkthrough An animated introduction and…

  • Monetization Packages

    google_mobile_ads Google Mobile Ads may use the Flutter plugin, which supports banner, interstitial (full-screen), rewarded and native advertisements. unity_ads_plugin The Unity Ads plugin for Flutter Applications is a mobile game advertising platform. This plugin can show both Unity Banner Ads and Unity Video Ads. appodeal_flutter Appodeal is a Flutter plugin that displays advertisements on the…