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

What is _body in this dart file? Beginning app development in Flutter by Rob Payne Chapter 11
I am reading beginning app development in Flutter by Rap Payne and have no clue what body: _body is in line 29 is and then Widget get _body in line 44 here: https://github.com/rapPayne/beginning-app-development-with-flutter/blob/master/chapter_11_making_restful_calls_with_ajax/lib/PeopleUpsert.dartIs that a typo? None of the other files in lib folder define _body

August 12, 2021 at 09:05AM by webNoob13
https://ift.tt/3CIAC9J
New post on /r/flutterdev subreddit:

Hi folks, what's your .gitignore for uploading your flutter apps to github. Pls mention if Android Studio or VScode.
​I'm looking to upload a personal project to github for jobseeking purposes. But obviously I need to leave a LOT of stuff out.I can't be the only one, so what do you have in your .gitignore? Please do post it straight in to your replies, so we can have feedback on your choices.And do comment anything you think might need a comment.Here's Andrea Bizzotto's from his starter app (nicely commented, also):
# Miscellaneous *.class *.log *.pyc *.swp .DS_Store .atom/ .buildlog/ .history .svn/ # IntelliJ related *.iml *.ipr *.iws .idea/ # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line # is commented out by default. .vscode/ # Flutter/Dart/Pub related **/doc/api/ **/ios/Flutter/.last_build_id .dart_tool/ .flutter-plugins .flutter-plugins-dependencies .packages .pub-cache/ .pub/ /build/ # Web related lib/generated_plugin_registrant.dart # Symbolication related app.*.symbols # Obfuscation related app.*.map.json # Android Studio will place build artifacts here /android/app/debug /android/app/profile /android/app/release 


August 12, 2021 at 11:02AM by itsastickup
https://ift.tt/2XmDVmL
New post on /r/flutterdev subreddit:

Nike app ui with flutter
https://youtube.com/shorts/s_S8w8HZ-0I?feature=share

August 12, 2021 at 11:43AM by base77
https://ift.tt/3gfK3Uz
New post on /r/flutterdev subreddit:

HTML Richtext Editor
I created a simple and lightweigt HTML editor for Richtext in Flutter. You can check it out at https://github.com/herrytco/Flutter-HTML-Editor - what do you think? Should I extend the features further? Should I put it in a package on pub.dev?

August 12, 2021 at 01:16PM by HerryKun
https://ift.tt/3yT9ylu
New post on /r/flutterdev subreddit:

Flutter support for M1 chip Apple Macbooks
The new recent chip introduced by apple which is hailing in the market because of its tremendous performance and for a reason it is based on arm64 architecture.But this is not going to be an issue because Apple software engineers have devised a compatibilty layer called Rossetta 2 which is as similar as wine which converts the OS's POSIX Compliant calls into the required calls that the operating system can understand.​​Earlier when it launched in its early days some programming softwares did not work completely or some worked partially but now they are working a lot better thanks to Apple.Even I9 11TH GEN PROCESSOR cannot defeat the M1 chip in terms of performance ,workload stress, video editing, booting time and startup times of various applications.The only thing where the i9 processor wins by a very very slight difference is video editing which can be termed as negligible.So if anyone is hoping to do flutter development, thanks to our great flutter engineers who have made this possible, I mean cross platform framework,android development, machine learning, artificial intelligence etc then whatever your budget is you will fall under the M1 category, you can opt for the M1 macbook air or if you have a few extra bucks then you can opt for the macbook pro 13 inch M1 chip model which is approx $250 expensive is also worth because of the extra 2 hours of battery life and everyone's favourite touchpad.Even if you buy the baseline model which will cost you only $999will met all your programming demands whatever the category is and if you want a very high end laptop then you can opt for the top of the line state of the art Macbook Air whose configurations are as follows 16GB RAM 2TB SSD which will cost you approx $2200.Bonus tip for you guys out there if you buy the macbook air in the current month or the next you can get $285 worth airpods for free.​​Here's the budget Macbook Air for you guys:Just follow my steps ---​1.Buy the baseline model of macbook air m1 chip that comes with 8GB RAM AND 256GB SSD.2.Now you buy the apple macbook air using the education store through which you get yourself verified as a student and get an additional 10% percent discount on the laptop.Any doubts???Leave a comment below

August 12, 2021 at 03:45PM by mishrakavy
https://ift.tt/3lUd9MI
New post on /r/flutterdev subreddit:

Tutorials for CI/CD testing?
Any tutorials from scratch for automated testing and unit testing in flutter? I have 0 experience with flutter testing and was not selected for a job because I had no CI/CD and automated testing experience

August 12, 2021 at 05:46PM by mryoloo
https://ift.tt/37DNUGc
New post on /r/flutterdev subreddit:

Did anybody use instaflutter templates? Any reviews?
Hi, did anybody try instaflutter projects? I'm interested in buying this template https://www.instaflutter.com/app-templates/flutter-video-chat-app/ - with integrated video calls. Sounds good for 400$.Is it really worth it or is is just garbage? Any experiences?

August 12, 2021 at 09:12PM by Hairy-Engine9989
https://ift.tt/3CLu0an
New post on /r/flutterdev subreddit:

Was excited to learn flutter until watching this. What do you guys think?
https://www.youtube.com/watch?v=UD0YFZc7zy8Do you agree with what he says? Specifically about the issues with IOS rendering. I am now considering learning something else instead. Please let me know if this is a true concern.Thank you

August 12, 2021 at 08:49PM by Rplast
https://ift.tt/3m2Z8wb
New post on /r/flutterdev subreddit:

Project directory getting a little messy with multiple platforms.
Now that the number of supported platforms has expanded, multi-platform project folders are starting to get a little crowded at the root level. It would be really nice if the "platform directories" (e.g. ios, android, web, mac, etc) were placed together in a directory. Something like the following:MyProject |_ build |_ ... |_ lib |_ ... |_ platforms |_ android |_ ios |_ macos |_ web |_ ... |_ test |_ ... |_ ...I know I could symlink, but that wouldn't really clean up the root directory at all. Anybody else finding this a little messy?

August 12, 2021 at 10:55PM by mattmaddux
https://ift.tt/3iIggWc
New post on /r/flutterdev subreddit:

Flutter course
What is the latest all-in-one flutter course?like dart included

August 12, 2021 at 11:43PM by No_Confection_4014
https://ift.tt/3fVKmni
New post on /r/flutterdev subreddit:

[Meta] Can we have an FAQ for common questions?
I've seen 4 threads in 3 days asking for beginer flutter courses. While I think it's great people are looking for resources, we don't need the same thread every day.

August 13, 2021 at 12:58AM by DoPeopleEvenLookHere
https://ift.tt/2VTqDNW
New post on /r/flutterdev subreddit:

How will I know if my App will be rejected by the AppStore before spending months building it? Help Request
I am building a contacts app. My idea is to make a better version and usability of the plain vanilla phone contacts. It will have features like custom fields, bulk SMS, templates and etc.I realize that the AppStore is very strict and I've read they easily reject apps which is similar to existing apps.How will I know in advance?Thanks.

August 13, 2021 at 02:22AM by RenSanders
https://ift.tt/3jKYC3c
New post on /r/flutterdev subreddit:

11 Tips to Improve Your Flutter Development Productivity in Android Studio
https://ift.tt/3ADkc0s

August 13, 2021 at 05:03AM by ArunITTech
https://ift.tt/3CLyjT6
New post on /r/flutterdev subreddit:

Does flutter support Overlapping focused item like android leanback?
https://ift.tt/3yMxaIO

August 13, 2021 at 04:30AM by diyar_gulli
https://ift.tt/3saFVd8