Flutter Packages

Here you can find my open source Flutter packages which could be useful for your next project ๐Ÿš€

error_text_widget

Need to handle error UI states in Flutter?๐Ÿ™„ No problem just use this simple Flutter package๐Ÿคฉ

The package will show a simple error message with a title and a description. Optional you can also add a refresh method that will also show a refresh icon.

download_file

Need to download a file and open it in Flutter?๐ŸŒ

No problem, with this flutter package it is done in a few lines.

msl_fetcher

With msl_fetcher you can fetch and handle data easily. Handle all states (Loading, Error, Data available) within a minute.๐Ÿ•š

flutter_theme_extensions

This package was created to save some time while working with the Flutter theming and to make it easier to access theme data from theย BuildContext.