Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

WhatsApp clone using Flutter
I was researching a bit and then came up with this guide on building a WhatsApp clone from scratch using flutter. My friends have tried putting all parameters together here but it is still not comprehensive. Building a WhatsApp clone from scratch using Flutter.Would love to get some feedback here. Also how secure will this clone be?

May 03, 2021 at 08:16AM by trishla_tv
https://ift.tt/3xCPK61
New post on /r/flutterdev subreddit:

A proper totourial / implementation of a 'WhatsApp clone' with UI & networking code ?
My hobby project here to be learning flutter is to - like many others it seems - to create a WhatsApp clone ( one-to-one, group-chat, realtime status ( someone is writing...), sending media, etc.My focus is on the text-chat part dont want to include video and speech & i dont want to be using external chat SDK's would like to implement it in Dart & Flutter and ex Node or even Dart as backend ( backend language less important ).Ive been searching around - alot and you find tonnes of whatsapp-clones out there that :- either are way too narrow, i classic is how to implement a one to one chat, no group chat- or using some SDK and cloud service so you are not in control of the backend- or have the coolest UI implemented, but without code so its hard to spot how to start integrating the chat into theseMy question is - do anyone knows of some proper totourials, guides of making a chat framework from scratch that both implements one-to-one and group chats - that also include how to make it work in a nice UI ?

May 03, 2021 at 09:51AM by Lazy-Chemist-7083
https://ift.tt/2Slwr0O
New post on Flutter Dev Google group:

Screen Recording 2021-05-03 at 1.37.53 PM.mov.zip
I've shared an item with you: Screen Recording 2021-05-03 at 1.37.53 PM.mov.zip https://ift.tt/3t8X4m9 It's not an attachment -- it's stored online. To open this item, just click the link above. Please help with this

May 03, 2021 at 10:36AM by Rakesh Lahkar (via Google Drive)
https://ift.tt/3xGJMku
New post on /r/flutterdev subreddit:

project unity
a distinct real-world meeting platform to practice mindful practices together is wantedthe practice sessions can only be in the near future (today & tomorrow) at public places (parks, riversides, ...)it is without ads and for freeso a public github repository is created: https://github.com/Str4ken/unityfeel free to share, connect and create togethergreets bin

May 03, 2021 at 10:58AM by Electronic-Duck-6700
https://ift.tt/339e6WT
New post on Flutter Dev Google group:

Keychain password for macOS Flutter app on VM
I am using Codemagic macOS remote machine to build and run the Flutter app for macOS. When I try to login into my app with Firebase auth, I get a dialog to enter a keychain password: [image: Screenshot 2021-05-03 012230.png] What password to enter here? If I try to enter a password with which I

May 03, 2021 at 02:11PM by Вукан Maрковић
https://ift.tt/2SojzXK
New post on Flutter Dev Google group:

Dart CLI error
Please click link to watch the video of error I am facing . I have been getting this error from long time and still not resolved.Is there anyone who is facing this error while creating new flutter project. https://ift.tt/3teNDld Thanks

May 03, 2021 at 02:39PM by rakesh...@gmail.com
https://ift.tt/3edCa11
New post on /r/flutterdev subreddit:

Best and Worst CI/CD for Native and Flutter apps
Our small startup is looking into choosing a CI/CDCurrently our apps are in native IOS and Android, but moving forward we wish to move to FlutterI saw the thread Bitrise vs CodeMagic but it is dated being 2 years old.https://www.reddit.com/r/FlutterDev/comments/akpnzi/bitrise_vs_codemagic_cicd/?utm_source=share&utm_medium=web2x&context=3Which CI/CD would you recommend or avoid?Besides for Bitrise & CodeMagic, I see CIrcleCI & AppCirlce competing in the space.

May 03, 2021 at 03:26PM by BreathingAddict
https://ift.tt/3h1ldsu
New post on /r/flutterdev subreddit:

I just published a simple package for value caching. I hope this helps someone.
https://ift.tt/3xJjlKT

May 03, 2021 at 05:03PM by renancaraujo
https://ift.tt/3vFSX2W
New post on /r/flutterdev subreddit:

The new null check operator
I realized that there's a new null check operator '!', and I want to know how it differs from '?.' in a null-safe app.For example, I have a method that shows an interstitial ad once it's ready and I can't seem to call _interstitialAd.show() without this error. 'The method show can't be unconditionally invoked because the receiver can't be null. Try making the call conditionally (using ?.) Or adding a null check to the target (!).'I've tried either but I don't see any differences. I know the question mark checks to see if an object is null before it calls any function of it but what about the exclamation mark?I've also seen the exclamation mark added to the end of some objects and removing it gives this error, 'The argument type 'Object?' can't be assigned to the parameter type 'Object' 'I know that null is now a type of it's own and no longer a subtype but it's all very confusing. When do I use one or the other and why?

May 03, 2021 at 04:45PM by HenryNanaAdu
https://ift.tt/3nGSoCU
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 83 Tutorials, videos, packages, and much more!
https://ift.tt/3vEChZC

May 03, 2021 at 05:50PM by vensign
https://ift.tt/3uagxEt
New post on /r/flutterdev subreddit:

Woocommerce integration
looking for an article that explains how to integrate Wordpress and Woocommerce API with flutterAny Tips?

May 03, 2021 at 05:12PM by A_Yusuf
https://ift.tt/3xI7IDU
New post on Flutter Dev Google group:

VS Code extension v3.22 - Integration testing, new refactors, ...
Hey all, v3.22.0 of the VS Code extensions have been published. Release notes are below (and online ). Flutter Integration Testing #3009
New post on Flutter Dev Google group:

authtentification problem with flutter from mobile to web
Hey Community, i am new to flutter and i just made a system of authentification for mobile apps using flutter firebase, now i want to convert the mobile auth to web auth ,i run the app openning it in a browser the design is the same but the auth doesn't work ,how do i fix it? is there any

May 03, 2021 at 07:07PM by Nidhaleddine CHENNI
https://ift.tt/3nNkvAr
New post on Flutter Dev Google group:

Having an issue in drawing polyline on Google Map using GetX
I am using GetX. I working on Google Map. But I am facing an issue. I want to draw a polyline. But initially polyline does not show. When I hot reload that page then only the polyline is shown. I have added the marker and polyline in initial method. Does anyone have idea on this issue? Does

May 03, 2021 at 08:47PM by falaks...@gmail.com
https://ift.tt/3nLkD3j
New post on /r/flutterdev subreddit:

How is flutter so "easy" when you can't even make a table without spaghettified widgets and stuff?
I am doing an android app btw. Till I learn this framework, I would rather learn xcode and do both android and IOS, why should I bother to take risk to learn this framework?It's not like html, not like C#, not like java it's unlike anything I've ever seen. It's not even linear, widgets are weird way of programming. Stateless and stateful widgets? What do they even mean? And even one thing you change from them, it gives error. None knows what they are doing.How do you do only one table? In html, simple, table tr td and stuff. Easy. In flutter? You gotta call that widget from there then call that thing from another widget, then another bla bla. A lot of thing just to draw a table. Why do you call this easy? This is definitely not easy, and its a very weird way of programming. When you have some complicated variables that needs to be shown in the tables, it won't work. It just won't. And youtube tutorials suck. 5 hours of dart tutorial? Nothing important it tells you. Flutter tutorial? Trash. I think some dudes are seriously getting rich by this framework and they just won't share their secrets.

May 03, 2021 at 10:14PM by ucanzeee
https://ift.tt/3gV5Kdz
New post on /r/flutterdev subreddit:

Partner Up for Learning
Hello everyone, hope you doing well. I just wanted to share the discord server for the people who search for learning partners. You can join server to find a partner for learning different programming languages or any topics you are interested in. Here is the link for the server:https://discord.gg/ayeGrsaSG2

May 03, 2021 at 09:34PM by heisenbug403
https://ift.tt/3eQO4Nt
New post on /r/flutterdev subreddit:

Are you a Sneakerhead?
Is anyone (Flutter front end, back end, project manager) out there big into sneakers? Do you wear or collect Nikes, Jordan retro’s, etc.?

May 03, 2021 at 10:58PM by imarugs
https://ift.tt/2SdGSmT
New post on /r/flutterdev subreddit:

I share my simple flutter example about firebase storage and firestore database app in github
https://github.com/fluttirci/Flutter-Firestore-and-Storage-Example-App-with-TableIt's just simple, easy to understand. It has text data and an image. However, you can't just directly take this and use it obviously, you need to a lot of stuff before you can use it, because of the nature of firebase. Read the github for details.​https://imgur.com/uHATHJs.png

May 04, 2021 at 02:59AM by philospherrobot
https://ift.tt/3ufKiDO