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…

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

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

  • Packages for Excel and Word

     These packages allow developers to create beautiful charts in Excel or add interactive features to Word documents like adding hyperlinks or creating tables. They are all free and open source so you can use them on your next project! excel This is a Flutter and Dart library for reading, creating, editing, and updating Excel sheets…

  • Router and Navigation Packages

    fluro Fluro is a Flutter routing library that provides custom routing capabilities such as wildcards, named parameters, and clear route definitions. beamer The Router and Navigator’s Pages API, aka “Navigator 2.0,” enables you to traverse guarded page stacks and URLs via the Router and Navigator. shelf_router Supports URL parameters, nested routers, and router constructions generated…

  • Packages to Scan Barcode and QR

    flutter_barcode_scanner A plugin for Android and iOS that enables barcode scanning. Barcodes, QR codes, and other types of coding are all supported. qr_flutter A Widget or custom painter may be used to display QR codes for Flutter. qr_code_scanner The zxing library is a QR code scanner that can be integrated into flutter. It makes use…