Are all Flutter packages free?

Issue

I’m starting out my journey on mobile development and decided to learn Flutter; I’ve come across a bunch of packages on pub.dev but some of them seem way to good to be free, and so i wanted to know if i can use them all without concern or if they require some kind of reference on the application afterwards.

I know there are some services like firebase that requires some kind of payment depending on the amount of storage you want, but I’m talking more about the front end libraries.

Solution

Everything in the pub is free to download. There may be restrictions on usage… please read the licenses carefully, but most everything in the pub is MIT or Apache or similar… in other words, very liberally free.

Answered By – Randal Schwartz

Answer Checked By – Pedro (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *