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

Crypto reward in mobile
Q1. Guys is there any complete beginners guide /tutorial / articles block chain in mobile flutter or any frameworkQ2. Is possible to use Crypto coin / token as a in app Reward like a brave browser ( bat coin )Note: I do little bit research about that and found a wank coin it's a Crypto coin which is developed as a special in games Reward

May 14, 2021 at 04:19PM by Prashant_4200
https://ift.tt/3tH1iBS
New tweet from FlutterDev:

Get ready to take an epic selfie at #GoogleIO!

Smile alongside Dash, Sparky, Dino, and Android in the official #IOPhotoBooth, made by @FlutterDev and @Firebase, next week. Don't forget to register โ†’ https://t.co/w0d67I9eaQ

See you at I/O! ๐Ÿ”ฅ๐Ÿฆ ๐Ÿค–๐Ÿฆ– pic.twitter.com/DHJsmB8aVGโ€” Google Developers ๐Ÿ”œ at #GoogleIO (@googledevs) May 14, 2021

May 14, 2021 at 06:07PM
http://twitter.com/FlutterDev/status/1393236647194480645
New post on Flutter Dev Google group:

How would you manage a virtual keyboard in your app?
Hi there guys! First of all: thank you for taking the time to read me. So, I am wondering if it is possible to embed or wrap your whole application to achieve the following: - I'd like to have something like a virtual keyboard always outside the screen, it could be a container or a bottom sheet.

May 14, 2021 at 07:32PM by Ivรกn Yoed
https://ift.tt/33KsLbm
New post on Flutter Dev Google group:

Sending email with flutter by SMTP server
Where is the best way to send email with flutter? I want to send email with my SMTP server and i wasn't able to find the right way to send email via web, android and iOS without problem. Can you give me some suggests? Thank you

May 14, 2021 at 07:42PM by Sifu Roberto Pasqualino
https://ift.tt/3br4ZWe
New tweet from FlutterDev:

๐Ÿšฆ Ready, set, I/O ๐Ÿšฆ

On May 18โ€“20, join us LIVE with other developers from around the world at #GoogleIO for exciting AMAs:

โœ”๏ธ @googlecloud, @dart_lang, and full-stack Flutter
โœ”๏ธ Flutter in production with @GoogleStadia and @GooglePay

Register โœจ โ†’ https://t.co/zA7as17Rmj pic.twitter.com/HtyJXBb0l7โ€” Flutter (@FlutterDev) May 14, 2021

May 14, 2021 at 08:00PM
http://twitter.com/FlutterDev/status/1393264855054958595
New post on Flutter Dev Google group:

ATTN: Flutter team, OBJECT: flutter plugin > dart sdk
I do not want to create any panic, but I prefer to mention that a file named dartaotruntime.exe that you may find in the dart-sdk of flutter cache: flutter\bin\cache\dart-sdk\bin *is suspected to be a Trojan:Win32/Zpevdo.B*

May 14, 2021 at 10:21PM by Bened
https://ift.tt/3w6sPhB
New post on /r/flutterdev subreddit:

In practical terms, what can Bloc do that Cubit cannot (in flutter-bloc)?
Isn't Cubit enough for every case?Btw, this is not intended to dispute the architecture nor the flutter-bloc package. Just want to hear about your first-hand experience with both.

May 15, 2021 at 12:43AM by Special_Minute_7213
https://ift.tt/3btT49T
New post on Flutter Dev Google group:

Crypto Payments
Hi @all, has anyone used flutter for crypto payment apps?

May 15, 2021 at 01:50AM by cen...@inan.net
https://ift.tt/3tOZDKv
New post on /r/flutterdev subreddit:

With >21,000 packages, it's difficult to find new ones on pub.dev. So I created a StumbleUpon service for pub.dev using Flutter Web!
https://pubcrawler.io/

May 15, 2021 at 03:45AM by dailychallenger
https://ift.tt/33JH6oj
New post on Flutter Dev Google group:

Stateful widget not changing data,how to fix that?
I have a text field which get its part of data from a function(getCurrentAssetsData), which gets data from a database(sqlite). title: Text(this.coins[position].coin.toString() + " Temp Data " + getCurrentAssetsData(this.coins[position]).toString()), But it showing *null* instead of the data.

May 15, 2021 at 05:11AM by Thunder Birds
https://ift.tt/2RSHWN4
New post on Flutter Dev Google group:

Need help with making a decision (Flutter 2 vs. prior)
Hello Developers, I need to start on a brand new product which is required to be available on the Web as well as Mobile apps (ios and android). Until Flutter 2 came I wasn't interested in Flutter as it was one more language and platform to learn. My team's prior experience is in React.js (Web)

May 15, 2021 at 07:18AM by Nikhil Mittal
https://ift.tt/2RPrgWB
New post on Flutter Dev Google group:

Is there a HTML parser package?
Is there a powerful and easy-to-use HTML parser package for Flutter/Dart like BeautifulSoup for Python?

May 15, 2021 at 07:46AM by Steepe Hare
https://ift.tt/3ohIkRf
New post on Flutter Dev Google group:

Stateless vs. Stateful widgets
I wrote several Flutter apps, but still don't understand the difference between Stateless vs. Stateful widgets. Can someone explain it in a nutshell? Thank you

May 15, 2021 at 07:48AM by Steepe Hare
https://ift.tt/3hqSptA
New post on /r/flutterdev subreddit:

Should we go serverless?
First things first - I'm primarily a Designer & have some knowledge of how Flutter works.I'm consulting with a client who is in talks with three different teams for dev & all three have different opinions on serverless -team1 - says serverless is the best choice - taking 8 months to build the app but comparatively very high costs (more than their year's worth of runway).team2 - says serverless is not fit for our use case - taking extra 2 months & ~$5k for serverless (on top of 4 months & about 1/3rd of team1's quote) (also, they're using laravel for backend)team3 - says serverless not an issue but costs extra (not much happening with this team)now, all of this has us very confused. the client is a good friend of mine so I'd like to help them out in making this decision.I've listed the primary features of the app below -maps/geofencing (user sees a map of people around them (think snap maps)marketplace (user can buy products from users around them which they see on the map)chat (users can chat with people around them)social network (feed like interface to talk to people nearby)store (setting up a seller portal & viewing insights)paid push notifications & adsThey also plan to implement AR-based features in near future, if all goes well.I'm really confused about what to advise them -- hope I can get some clarity from the community! Thanks in advance. :)P.S. didn't know the exact flair to use, so I used community.

May 15, 2021 at 09:38AM by rishabhsonker
https://ift.tt/3hnh1nc
New post on /r/flutterdev subreddit:

Which local DB package do you prefer and why?
There a lot of local DB package (Thanks a lot for all package publisher and Flutter eco system! What a cool community!).I know there are some different between them, but it is too hard for me to choose best local DB for my project. So let me know which package do you prefer and why? Thanks ๐Ÿ˜†!

May 15, 2021 at 11:11AM by Old_Actuator_9043
https://ift.tt/3bvoZqF
New post on Flutter Dev Google group:

Draw image on a fly
Can we create an image and draw something on it on a fly and then use this updated image in a Container?

May 15, 2021 at 02:32PM by Steepe Hare
https://ift.tt/3y8CypL
New post on /r/flutterdev subreddit:

Looking for a complex example using Provider and Navigator packages together
Hi All - Iโ€™m looking for an complex example wherein provider context extensions (read, watch, select) are used for nested objects (for example class A has list of class B as one of the field and we can modify that list which can be notified to listeners) in conjunction with data passed between screens using navigator arguments

May 15, 2021 at 05:15PM by anamak9
https://ift.tt/3btQO2u
New post on /r/flutterdev subreddit:

How to open flutter web app in browser just like a html file
Hey I was trying out flutter web and I wanted to share what I built with my friend so I wanted to know how to make my flutter web app open and run in browser just like a html file where you would just click the file and open it with chrome and the site loads up

May 15, 2021 at 04:31PM by No_Weakness8140
https://ift.tt/3yfStmb