Haris Bin Nasir
Author: Haris Bin Nasir
-
·
Flutter Video Player Tutorial with Custom Controls
In this blog post, we’ll guide you through creating a video player application in Flutter that incorporates custom controls. We’ll leverage the appino_video_player package to achieve this functionality. If you prefer watching a video tutorial on creating a video player in Flutter here is a link to that. Prerequisites Setting Up the Project Run flutter…
-
·
Flutter Lottie Animation Tutorial – Add Lottie Animations To Flutter
In the dynamic world of mobile app development, animations can significantly enhance the user experience by providing visual feedback, guiding through tasks, and adding a layer of sleek professionalism. Flutter, an increasingly popular framework by Google, allows developers to build beautiful native apps on multiple platforms with a single codebase. This post will delve into…
-
·
Share Text and Files in Flutter using Share Plus Flutter
With the help of the flutter share plus package, you can now enable users to effortlessly share text and files right from your Flutter apps to other applications installed on their devices. Flutter, a favorite among mobile app developers for its efficiency and smooth user experience, just got even cooler! Today, we’re diving into how…