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

Cross-Platform file downloads using Flutter
https://ift.tt/3Ae8Xg2

January 18, 2022 at 05:31PM by wineandcode
https://ift.tt/3nXXcp9
New post on /r/flutterdev subreddit:

Flutter Final Year Project Idea
Suggest me some Good Projects for Computer Science Final Year Project. Looking forward to it.

January 18, 2022 at 06:39PM by jamesblent1
https://ift.tt/3fCkVXe
New post on /r/flutterdev subreddit:

Private or public variables
Hi all, I have a dilemma with my boss, about if the variables should be used with an underscore to be private, since it is only used in that library, or is it correct that they are always public, which is what the community uses and why?

January 18, 2022 at 07:17PM by Pumpkin_cupcake
https://ift.tt/3tHzCQW
New tweet from FlutterDev:

⚙️💙 Behind the scenes of the #FlutterPuzzleHack Catch @VGVentures as they break down the code. Learn how the puzzle was implemented and get some ideas for your own project! Tune in tomorrow at 9:00 AM PT 👇 https://t.co/j62yMB4N5D— Flutter (@FlutterDev) Jan 18, 2022

January 18, 2022 at 10:32PM
https://twitter.com/FlutterDev/status/1483553027097120770
New post on /r/flutterdev subreddit:

Beginner
Hi, i joined this community today bc I am planning out my mobile app developer path. I am currently learning Swift and once i master that I want to learn Android. I was looking for what languages I need to learn for it and kinda went down the rabbit hole. Could you answers some questions for me in layman’s terms so I can really understand.What is Native, React Native, and Flutter? What’s the difference?Do I learn Dart next or Flutter?What other tips or things should I know to become proficient in mobile app development and how is Flutter helpful with that?

January 19, 2022 at 04:22AM by fijiwaterornowater
https://ift.tt/3tFiAmE
New post on /r/flutterdev subreddit:

i need someone teaches me develop a simple app in flutter
hello everyone i need a pro Flutter developer....so anyone can help please DM with your works ...(notice: my budget is not high )

January 19, 2022 at 05:54AM by fofam3
https://ift.tt/3ryDLns
New post on /r/flutterdev subreddit:

What are your infra/tools for Flutter apps?
For my ~200k lines of code Flutter app, I personally use a homemade log system, sentry for error reporting, a very naive homemade FPS detector, and so on. Since now I have a bit of time improving the infra (not sure whether I can call it like that?), and I guess I may be missing something useful (or there exists something that makes life easier but I do not know yet), I wonder what are your infrastructures?

January 19, 2022 at 07:53AM by fzyzcjy
https://ift.tt/3fAgU5J
New post on /r/flutterdev subreddit:

Need help: With a Flutter code! Is here someone smart enough to write a program and explain it
WAP to create a chess grid(black/white) of 4x4 and onClick the tile changes to red color. And automatically discard previous selection.-- Every tile should change color but one at a time. if i select new tile previous selected tile should change back to its original color.

January 19, 2022 at 08:56AM by Standard_Highway_881
https://ift.tt/3AaAD5a
New post on /r/flutterdev subreddit:

Flutter Challenges: Challenge 03
https://ift.tt/33x0cBF

January 19, 2022 at 10:53AM by __RGgt__
https://ift.tt/3Kp163W
New post on /r/flutterdev subreddit:

Please allow rootBundle access from isolates
Currently as of flutter 2.8.1, isolates cannot use rootBundle. I faced this issue and had to make a workaround for it but it introduces unnecessary code and looks ugly.Example:
Future<void> function() async{ String data= await rootBundle.loadString(filepath); compute(f,data) } void f(String data){ print(data); } 
should be
Future<void> function() async{ String data= await rootBundle.loadString(filepath); print(data); } //just call function like compute(function,args); 
I hope my example shows why rootBundle should be allowed in isolates.

January 19, 2022 at 10:14AM by glitchinthesim
https://ift.tt/3rypZkL
New post on /r/flutterdev subreddit:

Self taught Flutter developer to a working professional
Hope this article helps someone land a Flutter role and help with the transition to a working professional!https://link.medium.com/tovuDCrEWmb

January 19, 2022 at 02:04PM by harithsen
https://ift.tt/3FGT2rI
New post on /r/flutterdev subreddit:

How to develop and distribute Flutter apps and deploy them to iOS (without Mac)
https://ift.tt/3AdIkrg

January 19, 2022 at 03:54PM by Character-Flatworm49
https://ift.tt/3fAkSLD
New tweet from FlutterDev:

👥 Meet, connect, and network with other women in tech at #WomenDeveloperAcademy in Europe! ✔️ Bring skills in one of Google's many technologies ✔️ Land more speaking opportunities ✔️ Improve public speaking skills Apply by Jan 23 👇 https://t.co/xNCxNpFi2N— Flutter (@FlutterDev) Jan 19, 2022

January 19, 2022 at 06:00PM
https://twitter.com/FlutterDev/status/1483846717447544832
New post on /r/flutterdev subreddit:

Add NavigatorState extensions to strongly type your navigation with arguments, return values and named routes
https://youtu.be/wv6jHvpMgag

January 19, 2022 at 08:12PM by flutter--help
https://ift.tt/3qGRb1C