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

i have created local notifications app but..... can you help me gays
i have created local notifications app.it just works in emulator in android studio. but isn't work in my android phone. why? can you help me gays

April 08, 2020 at 01:25AM by wail1994
https://ift.tt/2xU1DKr
New post on /r/flutterdev subreddit:

Debugging for flutter web app
Hi, Is there anyone have experience debug with flutter web app? Pls help and share with me a tutorial. I just try fews day ago but cannot use debugger in vs code studio or Dart devtools. With vs code it just stop in breaking point only first time. With Dart devtools the Debugger function is disabled.

April 08, 2020 at 02:35AM by quangvtvp
https://ift.tt/39TpA1J
New post on /r/flutterdev subreddit:

Multiple different yet related apps/web-backend from a single codebase
We currently have an app for pregnant women and want to build a new chat app for doctors. We already have multiple chat/dashboard widgets in the main app, which could be reused in the doctor app, but overall both apps are going to have altogether different workflows. Also, we wish to create a backend web admin interface for our moderators to manage/view the conversation. Again the backend web admin can use many for the present app's workflow. This scenario is quite common in multiple products:- Main customer app- App for service providers- App/Web backend adminWould it be possible to have a single codebase using similar widgets/utils and generating multiple very different apps/web portals? I'm thinking it could potentially use different main-<appname>.dart files along with some usage of flavours. I'm also worried whether Flutter will ship all the 3 assets/codebases for all builds increasing the size of all apks/js files.

April 08, 2020 at 07:46AM by mayurdhurpate
https://ift.tt/39PMAyE
New post on /r/flutterdev subreddit:

Collection of 1000 + pre-loaded colors for Flutter.
https://ift.tt/3e6DIYv

April 08, 2020 at 08:10AM by jmonga98
https://ift.tt/34mAxaF
New post on /r/flutterdev subreddit:

Populating one select box based on the selection in another select box
I'm working on an ecommerce app where users have to choose an item variant by selecting sets of attributes to add to cart. How would you you populate one select box based on the selection made in the first select box with flutter? ScreenshotI have been playing with flutter for few weeks now, but i really don't know how to tackle this challenge

April 08, 2020 at 10:54AM by Yassin_ya
https://ift.tt/2xfVMPk
New post on /r/flutterdev subreddit:

Telegram channels about Dart/Flutter
English:https://t.me/flutterdevhttps://t.me/flutter_resources_enhttps://t.me/pathto_flutterRussian:https://t.me/flutter_resourceshttps://t.me/FlutterDevRuTurkish:https://t.me/flutterturk

April 08, 2020 at 11:34AM by YorkIsMine
https://ift.tt/3e6tqb9
New post on /r/flutterdev subreddit:

Remote access to Codemagic's virtual MacOS build machine opens up a whole new possibility for people who don't have access to a MacOS system. It has multiple versions of Xcode, iOS Simulator(s), and other important software required for testing and debugging your Flutter projects.
https://ift.tt/2USgRIL

April 08, 2020 at 12:25PM by Gigatronbot
https://ift.tt/2yMEcDj
New post on Flutter Dev Google group:

Design Decision: Using Flutter Rendering API for OpenStreetMap-Data Rendering
Hi together! I have a question to experienced Flutter developers regarding a design decision: We are planning to develop an OSM rendering library in Flutter/Dart and asking ourselves, if there are any limitations in Flutter against such a design decision. I already found out that the

April 08, 2020 at 01:21PM by graitho
https://ift.tt/2UTaCof
New post on Flutter Dev Google group:

How to learn Flutter Development?
Hi, Please anyone guide me, how I can learn flutter development and from where to start please. I learned intermediary flutter UI Designing by help of YouTube. But how to create class, logics, all the things development, I don't know Please anyone guide me as small brother from where should

April 08, 2020 at 01:40PM by Gulam Fahad Ahmed
https://ift.tt/2URUXoX
New post on /r/flutterdev subreddit:

(Dumb question) What is the shortcut in VS Code to break the line with each argument on a new line ?
VS Code shortcut https://imgur.com/gallery/s3LYIQS

April 08, 2020 at 02:34PM by Kadarach
https://ift.tt/3aTzbXD
New post on /r/flutterdev subreddit:

How to navigate through pages without changing the Scaffold appBar?
I'm trying to change between pages, without changing the top part of the page. If I make a Scaffold on both pages, with exactly the same settings, the user will see the animation of the changing screens and it will be clear that it is a different page.

April 08, 2020 at 03:02PM by RedManBrasil
https://ift.tt/2xcPkZz
New post on /r/flutterdev subreddit:

What's the deal with dartfmt requiring trailing spaces in flutter widgets to format 'properly'?
Hi, i think a screenshot will speak a thousand words:https://i.imgur.com/nrvgiYA.jpg... essentially, what you're looking at is the same code on both the left and the right.
It's a very simple widget from a tutorial.The line:child: Column(
children: transactions.map((tx) {
return Card(child: Text(tx.title));
}).toList(),
)is formatted improperly on the left, but correctly on the right. The reason for that is the presence of an unnecessary trailing space which dartfmt seems to rely on to do its job properly.Since this is a not just a known issue but apparently a design decision, I'm very curious to know if someone could ELI5 why it was deemed necessary for it to function this way.Thank you.

April 08, 2020 at 04:52PM by passline_club
https://ift.tt/3e9yBHo
New post on /r/flutterdev subreddit:

New package for building Cupertino, Material and custom modal bottom sheets.
https://ift.tt/2JO8tDK

April 08, 2020 at 04:51PM by jamesblasco
https://ift.tt/2yL67mX