AmplifyIt: Write blogs anonymously using Flutter and AWS Amplify

Introduction Privacy is a major and strange concern today. An average person should be concerned about the potential for identity theft before posting something over the internet. Because of such concern, most people don't share their thoughts. I got... https://blog.himanshusharma.tech/blogs-app-using-flutter-and-aws-amplify

Created 3y | Feb 28, 2021, 7:20:29 PM


Login to add comment

Other posts in this group

How to Implement Screen Share in Flutter Video Call App for Android?

📌 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 devic

Apr 26, 2024, 1:50:11 PM | Hashnode flutter
Flutter Video Call App With Firebase and ZegoCloud

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 Zeg

Apr 25, 2024, 9:50:05 PM | Hashnode flutter
Counter app in Flutter

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 differe

Apr 25, 2024, 12:50:03 PM | Hashnode flutter
Topic: 6 Understanding Dependency Injection

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 fra

Apr 25, 2024, 10:30:18 AM | Hashnode flutter
How to Implement Chat Feature in Flutter Video Call App?

📌 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 messag

Apr 25, 2024, 10:30:15 AM | Hashnode flutter
Build a realtime Tic-tac-toe game with Flutter and Supabase

Introduction Another Supabase Launch Week has passed, with some exciting new updates. During a previous launch week, I had participated in a hackathon by building a multiplayer quiz game with Flutter

Apr 23, 2024, 10:10:09 PM | Hashnode flutter
Beyond Code Generation: Crafting Custom Hive Adapters

Hive is the oldest and most used local database in Flutter. While it’s not recommended to use it since it’s not maintained anymore, if you are a consultant or a freelancer you will get a project which

Apr 23, 2024, 8:30:05 AM | Hashnode flutter