Get Mystery Box with random crypto!

5 flutter packages to use in your projects cache_manage | Black Hat Hacker Master™

5 flutter packages to use in your projects



cache_manager : This package handles operations regarding my project cache. In order to stop calling API again and again, we can store json/ string/ bool and many types of data format through it. It also provides widgets like cache_builder to retrieve cache back without any future hustle.

font_awesome_flutter : This package provides more than 200 icons out of the box. Easy to use and well maintained by the author.

provider : My go-to-use pattern for handling state of my project. I use provider as the primary state management tool in 95% of my projects.

awesome_widgets : This package provides custom and handy widgets that are well documented and easy to use. This package regularly updates custom widgets each week.

location : Well if there is an location service to be used in my app, No brainer I will be using location package. This is one the top package by accompanied with flutter favourites.

Bonus :

flutter_svg : Whenever there is a custom svg image, I use flutter_svg to render it over my widgets. Easy to handle and error-less.

___

You should definitely use all of the above packages ones . All of them are well maintained by the community .

Keep Supporting US ,

        @black_hat_hacker_master