flutter_streaming_text_markdown 1.7.2 copy "flutter_streaming_text_markdown: ^1.7.2" to clipboard
flutter_streaming_text_markdown: ^1.7.2 copied to clipboard

A Flutter package for beautiful LLM text streaming with markdown support. Perfect for ChatGPT-like interfaces with typing animations, RTL support, and customizable effects.

90/ 160
pub points
3.63k
downloads

We analyzed this package 22 hours ago, and awarded it 90 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

152 out of 192 API elements (79.2 %) have documentation comments.

Some symbols that are missing documentation: flutter_streaming_text_markdown.LLMAnimationPresets.LLMAnimationPresets.new, flutter_streaming_text_markdown.StreamProvider.StreamProvider.new, flutter_streaming_text_markdown.StreamingText.chunkSize, flutter_streaming_text_markdown.StreamingText.controller, flutter_streaming_text_markdown.StreamingText.cursorColor.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

ERROR: The argument type 'Widget Function(BuildContext, String)?' can't be assigned to the parameter type 'ImageBuilder?'.

lib/src/streaming/streaming_text.dart:1708:21

     ╷
1708 │       imageBuilder: widget.imageBuilder,
     │                     ^^^^^^^^^^^^^^^^^^^
     ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/streaming/streaming_text.dart

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
characters >=1.4.0 <2.0.0 1.4.1 1.4.1
gpt_markdown ^1.1.6 1.1.7 1.1.7
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
collection - 1.19.1 1.19.1
flutter_math_fork - 0.7.4 0.7.4
flutter_svg - 2.3.0 2.3.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
petitparser - 7.0.2 7.0.2
provider - 6.1.5+1 6.1.5+1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
tuple - 2.0.2 2.0.2
typed_data - 1.4.0 1.4.0
vector_graphics - 1.2.0 1.2.0
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.2.1 1.2.1
vector_math - 2.2.0 2.3.0
web - 1.1.1 1.1.1
xml - 6.6.1 7.0.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.12, Flutter 3.41.9, Dart 3.11.5.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
45
likes
90
points
3.63k
downloads

Documentation

Documentation
API reference

Publisher

verified publisherdilacode.com

Weekly Downloads

A Flutter package for beautiful LLM text streaming with markdown support. Perfect for ChatGPT-like interfaces with typing animations, RTL support, and customizable effects.

Repository (GitHub)
View/report issues

Topics

#llm #streaming #markdown #animation #ai

License

MIT (license)

Dependencies

characters, flutter, gpt_markdown

More

Packages that depend on flutter_streaming_text_markdown