10 Flutter tips - season 2 - part 1/10

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • flutter_gen

    The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.

    This tool is very useful. We all know that string based APIs are not the most secure. If you insert a single character incorrectly, the whole string will stop working. The problem is that you use sting apis very often in Flutter. Assets, fonts, colors... Flutter gen is there to solve this problem.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • bottom_bar_with_sheet

    :rocket: Flutter custom BottomBar Navigation Widget

    bottom_bar_with_sheet is a normal bottom bar, but it provides a very useful functionality. Sometimes you want to have more space on your screen, but how do you do it? Well, quite simple: with this nav bar you can pull up a "second screen"/sheet and by doing so you get much more space. Here is a small example how it could look like:

  • blurhash

    A very compact representation of a placeholder for an image.

    This Package is for adding a blur effect to an image. The blurhash is the code that specifies how your image will look blured. To get this code you need to go to https://blurha.sh/ and paste your image there. Here is a visual example of how this works:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Enhancing Your Flutter Project with Typesafe Packages

    1 project | dev.to | 3 Jun 2024
  • TOP 5 Flutter Packages! That many apps should be used.

    1 project | dev.to | 8 Jul 2022
  • Using FlutterGen code generator in Flutter

    2 projects | dev.to | 21 Dec 2021
  • FlutterGen: Good-bye Typos!

    1 project | dev.to | 8 Dec 2020
  • BLoC - Mais que um package, um padrão

    3 projects | dev.to | 6 Jan 2025