Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Long time. But I'm back! Learn how to use Firebase emulators in Flutter from my new post.
https://ift.tt/3yKwrYz

August 13, 2021 at 07:12AM by mukhtharcm
https://ift.tt/3ADZIEN
New post on /r/flutterdev subreddit:

Flutter Text Animation Example | Flutter Transition Animation
https://youtube.com/watch?v=RImoIfTOHQk&feature=share

August 13, 2021 at 09:10AM by DBestech
https://ift.tt/3sdTecK
New post on /r/flutterdev subreddit:

App Feedback Thread - August 13, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

August 13, 2021 at 03:00PM by AutoModerator
https://ift.tt/3m55yuL
New post on /r/flutterdev subreddit:

DioHub, an open-source GitHub mobile app made using Flutter, is now available on the Play Store!
The open beta for the app is now available on the play store! https://play.google.com/store/apps/details?id=com.felix.diohubThe repository for the project can be found here: https://github.com/NamanShergill/diohubFeatures:Comprehensive Issues/Pulls timelines and discussion, with ability to view and reply to review commentsAccess to all information from a repository, including pinned issues and issue templatesAdvanced Search with context based filter suggestions and query helpersComplete support for GitHub deeplinksCompletely customizable color palette and fonts, with ability to share themCode browsing with support for specific commit browsing, viewing commit history of a specific directory and with syntax highlightingUser/Home Activity TimelineCommits and patch viewerGitHub Flavored Markdown SupportCaching for partial offline supportComing Next:Project BoardsQoL updates and other featuresPlease let me know what you think of the project and any constructive criticism would be very helpful!Also, if you like the project, please leave a star on the repo and/or share them with other developers you think could find a use for it! :)

August 13, 2021 at 04:57PM by thelonesomeguy
https://ift.tt/3slQqdB
New post on /r/flutterdev subreddit:

Sort Descriptors in Dart
https://ift.tt/3m0b55P

August 13, 2021 at 06:49PM by VandadNahavandipoor
https://ift.tt/3m2N1z5
New post on /r/flutterdev subreddit:

Flutter Developer Weekly Newsletter Issue #23 is LIVE
This week we cover:Focusing on the basicsPerformance tipFixing those "unbounded height" errorsParsing JSONAnd more!Details --> https://newsletter.flutterdeveloperweekly.com/issues/23Enjoy!

August 13, 2021 at 11:40PM by FlutterDevWeekly
https://ift.tt/3AJaQAq
New post on /r/flutterdev subreddit:

Official flutter.dev tutorial's itemBuilder indexing is confusing
I am following this startup name generator tutorial: https://codelabs.developers.google.com/codelabs/first-flutter-app-pt1#5At line 114 here: https://github.com/nyck33/flutterApress/blob/master/startup_namer/lib/main.dartI am trying to print out each word pair in array _suggestions indexing with 'i' which does not work but indexing with 'index' works. This is strange because i = index ~/2 so it goes 0,1,1,2,2, meaning I should see word pairs repeated but it actually prints them all out.0, darkrightodd: 11, hellseedodd: 32, guthillodd: 53, footflightodd: 74, softsortodd: 95, postsheetodd: 116, thinropeodd: 137, beastplainodd: 158, nearbear​I am also printing out the value of 'i` on line 103 when it is odd.Then I have my conditional to see if I could index into '_suggestions' using 'i' instead like:((index >= i) && (i >= 0)) ? testPair = _suggestions[i]: null;but this only prints out the first one and the rest are null.suggestions[0]: mythpillsuggestions[0-1]: nullodd: 1suggestions[2]: nullsuggestions[2-1]: nullodd: 3suggestions[4]: nullsuggestions[4-1]: nullComing from Python this is weird that I cannot use the iterator variable 'i' but rather use the result of integer division 'index' which instead of repeating word pairs, prints in numerical order.Can someone help me understand how my chain-of-thought is wrong?

August 14, 2021 at 03:16AM by webNoob13
https://ift.tt/3g201kM
New post on /r/flutterdev subreddit:

flutter is truly amazing
bit of a background about myself. i'm a developer and i mainly work on backend systems and don't really have much experience with app development, save for one project in college. I remember that android project was just so annoying to do. we created the layout with xml and then styled it with css and then added the logic.but i just started using flutter, and by God, it is amazing. like I actually want to write the app. i've just been playing around with it and it's so powerful and so easy to use, i absolutely love it.

August 14, 2021 at 04:37AM by nadeemon
https://ift.tt/3CKszsN
New post on /r/flutterdev subreddit:

Flutter with large javascript library/components
Hi flutter looks exciting, my target app is an editor heavily focus on editing features: e.g, markdown, latex, code, or even spreadsheet. In javascript world, there are libraries e.g, markedownIt, mathjax, codemirror, Handsontable etc to handle these use cases.What are the options with Dart/Flutter ? from my research with limited experience, we can- Use Webview to wrap up these applications.- Find Dart implementations to support these formats: we seems to have some markdown/latex Dart packages, but not as mature/complete as Js.- Find native implementations to support these formats, and integrate with Flutter through platform channels: again, availability and qualities of libraries are limited.For my use case, do you consider Flutter a good option, is flutter a viable/good option for apps similar as notion ? What would be your choice in this case.

August 14, 2021 at 08:46AM by csc221
https://ift.tt/3CLBxGm
New post on /r/flutterdev subreddit:

Fixing error
Can't find a solution to this error.. earlier it asked to install jdk so I did it and added to the path but now I can't view my app on avd Using Android Studio and VS Codeproblem

August 14, 2021 at 11:59AM by imRajAryan09
https://ift.tt/3xMfM5p
New post on /r/flutterdev subreddit:

track driver location
dears, I am working on a flutter app where I have two types of user going to register in the app, like Uber or any taxi app there are users and drivers, now in user app I want to display a map and show a live tracking of the driver my question is how I going to make the user app get the stream of driver locationmy first thought was to make driver app grape its location then send them to my back-end then in the user app make a function where I am going to call API to get the location data every second for example, please it this the right scenario to perform this functionality or there is better way doing that..thanks in advance

August 14, 2021 at 01:39PM by kikiCoder
https://ift.tt/3siTTK8
New post on /r/flutterdev subreddit:

(Learning Resource) Ultimate Guide to Flutter - A helpful and comprehensive guide to learning Flutter with explanations, screenshots, tips, resources, and examples for Dart, Flutter, Firebase, State Management and more
Ultimate Guide to Flutter (GitHub)In my journey of learning Flutter, I found that many of the learning resources and tutorials were created by Flutter developers who had been coding for years already, who failed to explain the basic concepts of Flutter before diving into cryptic pieces of code. Also, due to how new Flutter is, I found that there was a relative lack of freely available and good quality learning materials, in comparison to more established frameworks or languages like Python. My journey to learning Flutter was a strange mix of YouTube tutorials, documentation, random articles and looking at other people's code.This GitHub guide is a complete guide to learning Flutter that starts from the very basics and later delves into more advanced topics, with very intuitive and easy-to-understand explanations. It goes through the basics of Dart (the language used for the Flutter framework), the basics of the Flutter framework, Firebase (as a viable back-end for Flutter apps), State Management (with Provider), and good practices.The guide includes detailed explanations, resources, tips, and code examples along with screenshots to show what certain code snippets do on Flutter apps. Finally, the guide ends off with a challenge project - recreating a UI design from Dribbble.I genuinely hope this guide can help you if you are stuck or just starting on your journey to learning Flutter. Maybe it can make your journey less confusing than it has to be, like mine was. Be patient, be persistent, and you will get there.Note: Since this is an open source project on GitHub, any contributions or feedback is welcome.Good luck!Table of ContentsIntroductionGetting StartedLearning DartLearning Flutter UILearning FirebaseConnecting Firebase with FlutterState ManagementBest PracticesChallenge ProjectHelpful Resources

August 14, 2021 at 02:48PM by dev5906
https://ift.tt/3AIsc05
New post on /r/flutterdev subreddit:

New one! Learn how to persist data on Firebase emulators πŸ™Œ
https://ift.tt/3xJS75x

August 14, 2021 at 02:10PM by mukhtharcm
https://ift.tt/37Fs0lZ