Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New tweet from FlutterDev:

@Betterment We're so happy to see so many awesome job opportunities for Flutter devs in the community!— Flutter (@FlutterDev) Aug 18, 2021

August 19, 2021 at 12:28AM
http://twitter.com/FlutterDev/status/1428121589808197637
New post on /r/flutterdev subreddit:

Python Plotly Dash like list or dictionary comprehension to make UI in dartlang
In Plotly Dash I could make UI elements in list or dictionary comprehensions (list for sure).Is this possible in dartlang/Flutter or does everything that goes on the screen need to be written out explicitly?I am looking at the Listview example here: https://api.flutter.dev/flutter/widgets/ListView-class.htmland wishing I could make Containers in a list comperhension like```Pseudocode:ListView([Container( height: 50, color: Colors.amber[600], child: const Center(child: Text(str)),) for str in stringList])​​

August 19, 2021 at 02:15AM by webNoob13
https://ift.tt/3iYqRfH
New post on /r/flutterdev subreddit:

State reset on page route
Am trying to implement a big file download function in an app's item details page. But whenever I route back to the details/download page the download seems to have been discontinued. What logic should I use to prevent the discontinuation of the download on page route.

August 19, 2021 at 03:19PM by ssekuwanda
https://ift.tt/3APHvUK
New post on /r/flutterdev subreddit:

advice for Flutter web apps
I'm looking to develop an app that works on Ios/android/web from the same code (is this realistic if the adaptive/responsive bit is well made?). I've learned quite a lot for the mobile app piece - however I'm struggling with the web app. A few burning questions:- Are there good resources to learn about Flutter for web apps?- I'm developing a market place (low volume, high price so not many products per 'creator') kind of app with some interactive features such as chat. Is this realistic? How would the dynamic content/navigation work?- Whats the 'standard' way to host Flutter web apps online?Thank you

August 19, 2021 at 05:11PM by rgmaarri
https://ift.tt/3kaI1Wz
New post on /r/flutterdev subreddit:

freeRASP 1.0 is out! Want to be the first one to try out new free App Shielding library?
/r/androiddev/comments/p7f32v/freerasp_10_is_out_want_to_be_the_first_one_to/

August 19, 2021 at 04:14PM by AcanthocephalaSea654
https://ift.tt/3z8eZgU
New post on /r/flutterdev subreddit:

A plugin which allow user drag files to you flutter application on desktop platforms.
https://ift.tt/3k6DpRA

August 19, 2021 at 06:49PM by klpu
https://ift.tt/2WaqBRT
New post on /r/flutterdev subreddit:

Alt+Enter stops working in Android Studio
What are some possible reasons for this and where can I find it in the GUI menu?Also, I have latency issues just writing code, running, etc so wondering if IntelliJ is better in this regards.What's keeping me from using VS Code is the Flutter Inspector tab (and coming from Pycharm, the similarity in the look and feel).

August 20, 2021 at 12:51AM by webNoob13
https://ift.tt/3D46Lsg
New post on /r/flutterdev subreddit:

Where can I learn models? Is it backend dev?
In an app “model” folder where you create user class, user service etc..I want to learn that but don’t know what courses to search for.Should I search for a backend course or will a course on maybe Node js teach me this?

August 20, 2021 at 08:21AM by ManleyPlayz
https://ift.tt/3mjVZIn
New post on /r/flutterdev subreddit:

Flutter Autocomplete with arrow keyboard navigation
Hi Everyone,We're busy building a desktop application and I'm doing a refactor of our auto complete functionality and was wondering if anyone knows of a flutter auto complete package that allows you to navigate with the arrow keys and submit using tab or enter.I want to remove everything we had to manually build last year, or improve on it. But if I could I'd like to completely remove it. The requirements we have are:- Show auto complete box with suggestions- Using arrow keys we should be able to navigate the suggestions up and down- Using tab the navigation should be selectedThat's the major ones. If you know of anything I'd appreciate your input. So far I've looked at. None of these packages allow for that functionality

August 20, 2021 at 09:58AM by Filledstacks
https://ift.tt/3sBCgW2
New post on /r/flutterdev subreddit:

Elegant Portfolio Website Built With Flutter Web
Decided to craft the second iteration of my portfolio website built with flutter web.
Learnt a lot about animations and responsiveness on the web using flutter.
You can checkout the live site here - https://davidcobbina.com/Also find codebase here - https://github.com/david-legend/david-legend.github.ioLet me know what you think..Enjoy!!

August 20, 2021 at 11:18AM by david-legend
https://ift.tt/2W8ayUM
New post on /r/flutterdev subreddit:

App Feedback Thread - August 20, 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 20, 2021 at 03:00PM by AutoModerator
https://ift.tt/3sADuAU
New post on /r/flutterdev subreddit:

Wallboard: A wallpaper dashboard
Made a wallpaper template app. Codebase: GithubWould love some feedback on it.PS. I am using an Isolate to get the color palette of the wallpaper. The implementation I settled was using a single isolate and sending/receiving info via ports. If the isolate is currently computing a palette, it other requests poll to see the status of the isolate and only then send the request. This is my first time working with isolates. Is this implementation a good practice?

August 20, 2021 at 04:00PM by BallisticSwami
https://ift.tt/3mjpwSP