Category : Text

AppFlowy Editor About: A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond. Key Features Build rich, intuitive editors Design and modify an ever-expanding list of customizable features including block components (such as form input controls, numbered lists, and rich text widgets) shortcut events themes selection menu toolbar menu Test ..

Read more

Simple Inherited Widget to highlight text in a search result, with custom highlight Color and highlight TextStyle. Features Highlight text in a search result with custom highlight Color and highlight TextStyle. Highlight text in a search result without prasing the search text directly. Parse the search text as a regular expression. Usage SearchTextInheritedWidget( searchText: ‘search ..

Read more

free_text_search Search a inverted positional index and return ranked references to documents relevant to the search phrase. THIS PACKAGE IS IN BETA DEVELOPMENT AND SUBJECT TO DAILY BREAKING CHANGES. Overview The components of this library: parse a free-text phrase with query modifiers to a query; search the dictionary and postings of a text index for the query terms; perform iterative scoring and ranking of ..

Read more

proste_logger A simple, easy, used plug-in that prints out long text and formats Map or List data structures. You can also customize the title information of the print area, the color of the text, etc. . The print content also shows the trigger area and the trigger method. Usage This is a simple way to ..

Read more

flutter_number_animation With this package you can display numbers or any other text more nicely Preview Works with text too! How to use Add this to your package’s pubspec.yaml file: dependencies: flutter_number_animation: ^0.0.6 Add NumberAnimation Widget wherever you need! NumberAnimation(‘123456789’), You can also set the TextStyle and time between each slides NumberAnimation(‘123456789’, textStyle: TextStyle(fontSize: 60, color: ..

Read more

flutter_text_field_fab A simple Flutter widget that makes turning a FAB into a text field easy. Installation dependencies: flutter: sdk: flutter flutter_text_field_fab: <last-version> Features Simple slide animation Custom icon Custom coloring Example Simple Usage import ‘package:flutter/material.dart’; import ‘package:flutter_text_field_fab/flutter_text_field_fab.dart’; class SomeListView extends StatelessWidget { @override Widget build(BuildContext context) { return Scaffold( floatingActionButton: TextFieldFloatingActionButton( ‘Search…’, Icons.gamepad, onChange: (String ..

Read more

CodeField A customizable code text field supporting syntax highlighting Live demo A live demo showcasing a few language / themes combinaisons Showcase The experimental VM dlox uses CodeField in its online editor Features Code highlight for 189 built-in languages with 90 themes thanks to flutter_highlight Easy language highlight customization through the use of theme maps Fully customizable code field style through a TextField ..

Read more

Flutter Tutorial – AutoComplete TextField & AutoComplete Search Create an AutoComplete TextField to search JSON data based on suggestions in Flutter.  Preview App Preview Course Preview  Watch Video YouTube video where the source code is explained. Subscribe YouTube channel. ➜ Watch My Video Download AutoComplete TextField & AutoComplete Search widget source code on GitHub https://github.com/JohannesMilke/typeahead_example FlutterappworldProvides the list of the ..

Read more

AndSafe AndSafe is an Android app that encrypts plain text notes. With version 3, AndSafe3 is re-implemented with Flutter and is now open source. FAQ I can’t remember my password. Can you help me? Sorry. There is no backdoor to recover lost passwords. How to backup my notes? AndSafe has no netowork function and hence it ..

Read more

A package that lets you include a cool, nice looking and validated Password TextFormField in your app to enhance user experience. The package is fully & easily modifiable. Customizable Attributes Import package:password_validated_field/src/requirement_widget.dart and following fields are modifiable: inputDecoration textEditingController textInputAction onEditComplete onFieldSubmitted focusNode cursorColor textStyle activeIcon inActiveIcon activeRequirementColor inActiveRequirementColor  Here’s how it looks Below are few samples of what the ..

Read more

Dynamic Cached Fonts A customizable dynamic font loader for flutter with caching enabled. Supports Firebase Cloud Storage too! Introduction Dynamic Cached Fonts allows you to dynamically load a font from any url and cache it. This way, you can reduce your bundle size and load the font if and when it’s required. Another advantage of ..

Read more

flutter_fire_base_register How login, register and log out Firebase. Textformfield with focusNode InheritedWidget exam. Stream provider usage. App Home To use this package : add the dependency to your pubspec.yaml file. provider: ^5.0.0 firebase_core: ^1.1.0 cloud_firestore: ^2.0.0 firebase_auth: ^1.1.3 paste it in the specified path android\app\build.gradle android { defaultConfig{ multiDexEnabled true } } Getting Started This project is ..

Read more

extended_text Language: English | 中文简体 Extended official text to build special text like inline image or @somebody quickly,it also support custom background,custom over flow and custom selection toolbar and handles. Table of contents extended_text Table of contents Speical Text Create Speical Text SpecialTextSpanBuilder Image ImageSpan Selection TextSelectionControls Control ToolBar Handle Default Behavior Custom Behavior Custom Background Custom Overflow ..

Read more

Flutter Summernote Text Editor in Flutter for Android and iOS to help free write WYSIWYG HTML code based on Summernote 0.8.18 javascript wrapper. NOTICE This package dependent to the Official WebView Plugin. In this package can’t add image, video, or another file using editor toolbar. To handle attach image this package give you another solution using ..

Read more