flutter_link_previewer
75
Customizable link and URL preview extracted from the provided text with the ability to render from the cache. Ideal for chat applications.
link_text
24
Easy to use text widget for Flutter apps, which converts inlined urls into working, clickable links
slugify
23
Converts a string to a slug, useful for URLs, filenames, IDs, and more
flutter_floating_logger
17
floating_logger is a Flutter library that provides a floating widget for real-time API request logs. It allows developers to monitor API fetch responses and easily copy the corresponding curl request for testing or debugging, making it an essential tool for efficient development and debugging.
qs
6
A query string encoding and decoding library for Dart. Ported from qs for JavaScript.