Flutter Heroes
26.2K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New tweet from FlutterDev:

📚🎓Intro to Flutter App Development with Dart.

We are giving away a free course with lifetime access if activated in the next three months. By the end of the course, you will be programming in Dart and building apps with Flutter!

Learn more here &darr; https://t.co/3z7XMmWEEl— Flutter (@FlutterDev) April 8, 2020

April 08, 2020 at 05:50PM
http://twitter.com/FlutterDev/status/1247914682481913858
New post on /r/flutterdev subreddit:

Portfolio Creator's App Flutter(7th App/90)
Portfolio Creator's App is my 7th app in the 90 days challenge. In this, I had worked upon the List Tiles, Cards and other refactored widgets like SaferArea etc, to make better UI's. I also learnt about the power of searching and find solutions to your problem.Sometimes small UI improvements could take lots of your time, so definitely a quite unique experience.Pls, star and fork the Repo(Complete Guide's To Flutter) it, if you found it interesting.Link of the Repo is my github repo .It is a simple app basically with basic personal details of the user.If anyone want to take a look and give some feedback about the app/the code, it would be really nice :)

April 08, 2020 at 07:07PM by flutterboxinc
https://ift.tt/3e42yZa
New post on /r/flutterdev subreddit:

Any experience with testing iOS apps with https://ift.tt/2A9QWSs ?
Hi there,i found the following service online and it almost sound too good to be true. Has anyone any experience with this service: https://www.installonair.com/ ?

April 08, 2020 at 07:17PM by seqnde
https://ift.tt/2Vgoisj