allaboutflutter.comFile Manager in Flutter - Full TutorialFile Manager is an interesting app where we can manage the files and folders stored on our device and we can also alter them (rename or delete). In this tutorial, we are going to build the same app, which will help us to explore the storage of our de...Apr 16, 2024·8 min read
allaboutflutter.comView PDF Files in Flutter - Make PDF Reader appWe come across multiple PDFs in our daily lives, and while making an app, you would surely want to implement this feature in your app. Or you would want some new feature in your PDF reader and this is a great place to start to make your first PDF Rea...Apr 6, 2024·3 min read
allaboutflutter.comLanguage Translation using MLKit in Flutter - Part 2Language Translation is a difficult task and training our model for it makes it even Harder. But Google MLKit makes the task easier. Google's machine learning expertise is now available to mobile developers with Google ML Kit. This package is easy to...Mar 15, 2024·4 min read
allaboutflutter.comLanguage Translation using MLKit in Flutter - Part 1Language Translation is a difficult task and training our model for it makes it even Harder. But Google MLKit makes the task easier. Google's machine learning expertise is now available to mobile developers with Google ML Kit. This package is easy to...Mar 14, 2024·3 min read
allaboutflutter.comImplementing Biometric Authentication in FlutterBiometric authentication in the Flutter app allows developers to allow only authenticated users to access the application. Using the biometric hardware of the device, developers can use the device platform APIs to authenticate users before accessing ...Dec 13, 2023·3 min read