I'm publishing a Flutter app on Google Play and in the process of writing its Terms & Conditions, Privacy Policy, EULA, etc. The app relies on several pub dev packages (most with MIT license, except the firebase packages). How do I, and do I need to at all, reference them and their creators in the scope of my app? Should I just list them in my Privacy Policy?
Do I need to reference them at all?
(I'm not publishing the code of the app anywhere)