Hey everyone!
I thought this could be a cool knowledge base for all of us, I sometimes find myself searching thru “Flutter Gems” or “Pub.dev” to find myself new packages to use and make my life easy or just to implement things I didn’t think about until I saw that package (like intercom_flutter, which is used to communicate like walkie-talkies ).
(Fluttergems - is a great source to find awesome packages!)
So I want us all to share the packages that either made a difference for us, are useful or we just like them for whatever reason.
I’ll start by posting two I like:
Flutter Root Detection - I specifically like this one because it depends on no other package, and it’s a super simple thing to add to make sure your app won’t run on rooted or jailbroken devices.
Mongo_Dart - This package is basically an easy way for your app to communicate with MongoDB, to allow you to use them as your backend.
Can’t wait to see what other packages will be shared here!