![Building Animated Buttons in Flutter with Lottie](https://www.cdn5.niftycent.com/d/1/9/X/W/7/X/building-animated-buttons-in-flutter-with-lottie.webp)
In mobile app development, user interface elements play a crucial role in enhancing the user experience. Companies like Apple, Spotify, and Airbnb pay a lot of attention to small details that elevate the user experience to another level. One of those... https://dinkomarinac.dev/building-animated-buttons-in-flutter-with-lottie
![Topic: 7 Understanding async, await, and async*](https://www.cdn5.niftycent.com/d/1/g/z/7/L/4/topic-7-understanding-async-await-and-async.webp)
Hello devs, Today, we're going to explore the world of async, await, and async*. These are super important when you're dealing with APIs. We'll dive deep into how these asynchronous programming tools work and how they can make your code more efficien... https://mayursinhdevblog.hashnode.dev/topic-7-understanding-async-await-and-async
![Get Your Location On: A Step-by-Step Guide to Creating a Flutter App with Riverpod and Geolocator with Clean Architecture](https://www.cdn5.niftycent.com/d/1/q/A/V/9/7/get-your-location-on-a-step-by-step-guide-to-creating-a-flutter-app-with-riverpod-and-geolocator-with-clean-architecture.webp)
Intro: While I was working on our upcoming app GotInfo. I needed to handle location permissions for my user since we use a google map to show the nearby posts pertinent to the user. While I could just use the default permission_handler and be done wi... https://harishkunchala.com/get-your-location-on-a-step-by-step-guide-to-creating-a-flutter-app-with-riverpod-and-geolocator-with-clean-architecture
![An Overview of Flutter for Beginners](https://www.cdn5.niftycent.com/d/k/6/X/6/V/r/an-overview-of-flutter-for-beginners.webp)
What's Flutter? SDK from Google for building Cross-Platform Apps. App Build With Flutter
BMW
PUBG
eBay
Tencent
Google Play Console
Bank Jago
Flutter Installation To install just go to https://docs.flutter.dev/get-started/install After install... https://gonexwind.hashnode.dev/an-overview-of-flutter-for-beginners
What is a loop? Loops are a sequence of instructions that is continually repeated until a certain condition is reached. In short, they are used to do repetitive task Types of JavaScript loop
for loop
for...in loop
for...of loop
while loop
do whi... https://developermohit.com/mastering-javascript-loops-a-comprehensive-guide
![How to Implement Screen Share in Flutter Video Call App for Android?](https://www.cdn5.niftycent.com/d/1/B/r/9/8/w/how-to-implement-screen-share-in-flutter-video-call-app-for-android.webp)
📌 Introduction Implement Screen Share functionality into your Flutter video call app for Android to enhance user experience and collaboration. With Screen Share, users can seamlessly share their device screens during video calls, making it easier to... https://videosdk.hashnode.dev/implement-screen-share-in-flutter-video-call-app-for-android
![Flutter Video Call App With Firebase and ZegoCloud](https://www.cdn5.niftycent.com/d/k/6/X/6/L/v/flutter-video-call-app-with-firebase-and-zegocloud.webp)
Integrating video chat , calls ,video conferencing into your flutter apps can be tricky and difficult , you will have to work with web sockets and webRTC but what if l tell you it's very easy with Zegocloud sdk which is a company that provides global... https://isheunesu.hashnode.dev/flutter-video-call-app-with-firebase-and-zegocloud
![Counter app in Flutter](https://www.cdn5.niftycent.com/d/e/r/j/q/0/g/counter-app-in-flutter.webp)
Hi there, I have the journey of learning flutter. I did learn Flutter almost 3 years back for some time but didn't work on any significant flutter project. I want to use the Github repo with a different app for each branch other than main branch. The... https://vasanth9.hashnode.dev/counter-app-in-flutter
![Topic: 6 Understanding Dependency Injection](https://www.cdn5.niftycent.com/d/1/g/z/7/P/4/topic-6-understanding-dependency-injection.webp)
Hello devs, Today, we'll discuss Dependency Injection. Many tasks that we typically write manually in code can be automated with the help of dependency injection. We simply need to instruct the DI framework about the dependencies we require and how t... https://mayursinhdevblog.hashnode.dev/topic-6-understanding-dependency-injection
![How to Implement Chat Feature in Flutter Video Call App?](https://www.cdn5.niftycent.com/d/k/Q/j/n/b/Y/how-to-implement-chat-feature-in-flutter-video-call-app.webp)
📌 Introduction Integrating a chat feature into your Flutter video call app enhances collaboration and communication among participants. With the VideoSDK, you can seamlessly implement real-time messaging capabilities. This chat feature utilizes the ... https://videosdk.hashnode.dev/implement-chat-feature-in-flutter-video-call-app