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

Flutter plugin update: now supports Android Studio 3.3.1 (stable) and IntelliJ 2019.1 (EAP).
http://bit.ly/2N7ptph

February 16, 2019 at 12:40AM by JaapVermeulen
http://bit.ly/2TOY9ic
New post on /r/flutterdev subreddit:

Dart Code for Visual Studio Code v2.23.0 released.
http://bit.ly/2BE2cXH

February 16, 2019 at 12:39AM by JaapVermeulen
http://bit.ly/2TOYamg
New post on /r/flutterdev subreddit:

A experiment with Flutter, GraphQL, Graphene-Python, Google App Engine, and Google Datastore
http://bit.ly/2TOOCb4

February 16, 2019 at 12:19AM by renancaraujo
http://bit.ly/2TVUZcM
New post on /r/flutterdev subreddit:

Where is a good place to to add requests for feature support in flutter?
Like a would love Chromecast support. Where do I suggest this?

February 16, 2019 at 01:59AM by flicter22
http://bit.ly/2NaGRtg
New post on /r/flutterdev subreddit:

<b>Flutter vs Ionic Feedback</b>
I'm looking to decide where to focus my development effort and am split between Flutter and Ionic at the moment. Right now I am a single developer and have several apps to build as SaaS products for some customers ready to pay. My timeframe for the first product is 6 months away which is plenty of time for what I need to do.Projects<code>Project 1</code>SaaS. Initially Around 20 users will daily almost exclusively use the web and/or desktop version throughout the day while around 200 will almost exclusively use the iOS/Android versions and/or PWA. This one may quickly scale to around 1,500 mobile users within 6 mo to a year.<code>Project 2</code>SaaS. Initially Around 15 users will daily almost exclusively use the web and/or desktop version throughout the day while around 250 will almost exclusively use the iOS/Android versions and/or PWA.<code>Project 3</code>PaaS. No hard numbers up front. I basically want to build a platform to develop build apps with. As of now the goal isn't to actually build independent apps with but basically allow individuals and orgs to build and run their own apps within the main app and have the main app double as a marketplace and entrypoint into the built apps. Initially I would dogfood this and build my own apps internally with it. Here are some of the steps I would need to accomplish:Platform Customer Management for the Main App.Customer Employee Management so Customer's can manage their Employees and RolesCustomer App Management so Customer's can Add, Edit, Update, and Delete Apps as well as set the app to be internal or for general use.Customer User Management so Customer's can manage their Customer's and Roles by AppApp Marketplace to show the general use apps to all or only show apps available to internal usersApp Builder:
Data Manager. Allows users to Manage Content Data and Structure (similar to a DB Schema), Manage Data Fields, Data Types, Data Validation, Object Relationships, and Business Logic Functions.Page Manager. Allows users to Manage Pages, Components on Pages, and Select what Fields are added to Components.Navigation Manager. Being that some data objects rely on other objects to be able to reference other fields, a navigation hierarchy will automatically be generated but users can manage the order of certain groups of pages and the order of certain pages within groups.App Configuration Manager. Users will want to customize their assets, themes and external data sources and will be able to do so here.Making this work:Generic DB Service with Redux. New collections and fields will need to be added on the fly that can't wait on the app to be recompiled. I had previously built a generic db service with certain core fields strongly typed with other fields inferred but didn't use redux and need to improve it all.Component Builder Factory. Initially I will likely just build a series of custom components with an interface to dynamically work with the collection data and the configuration data. I had previously built a proof-of-concept with this using Ionic with Formly and modified Formly so that it didn't just support generating forms but generated list pages and detail pages dynamically!I typed too much and need to move on.<code>Project 4</code>SaaS. ERP App. Yes another one with heavy mobile support but I already have a few potential customers waiting to see what I do while they use their old systems.Around 80% of use will be on desktop.Below I will list a series of Pro's and Con's that I am aware of for both Flutter and Ionic and would like feedback to help determine where to aim my efforts.IonicPro's<code>Write once, deploy everywhere.</code> With Ionic, I would build a web app then use Capacitor (or Cordova) to build for iOS, Android, and desktop (using Capacitor with Electron) apps: MacOS, Windows, and Linux.<code>PWA support.</code> On top of the OS's and basic web apps I can build above, I can easily build a Progressive…
New post on /r/flutterdev subreddit:

Flutter plugin update: now supports Android Studio 3.3.1 (stable) and IntelliJ 2019.1 (EAP).
http://bit.ly/2BBAHxK

February 16, 2019 at 01:18AM by JaapVermeulen
http://bit.ly/2X4M0rA
New post on /r/flutterdev subreddit:

Refactoring flutter code
Is there a way to refactor flutter widgets rather than repeating close to 70% of what have been done in the previous pages(copying and pasting code and changing its values)Do people refactor flutter code, is it advisable to continue to write up each pages UI or refactor if it is a "painless" thing in flutter

February 16, 2019 at 10:19AM by lanrayx2
http://bit.ly/2BBRJfu
New post on /r/flutterdev subreddit:

Is the Column widget constrained or unconstrained vertically?
Should we consider the Column widget constrained or unconstrained in the vertical direction?According to the document of the Column widget:When the contents of a Column exceed the amount of space available, the Column overflows, and the contents are clipped.To my understanding, this means that the Column widget is constrained (or bounded) vertically.On the other hand, the documentation of the Center widget says:If a dimension is unconstrained and the corresponding size factor is null then the widget will match its child's size in that dimension.When I place the Center widget in the children of a Column, what happens is that the Center widget shrinks its height to match the height of its child. According to the above document, this means that the Column widget is unconstrained in the vertical direction.So which take is correct? Is the Column widget constrained or unconstrained in the vertical direction?

February 16, 2019 at 08:19PM by meysammahfouzi
http://bit.ly/2NbqRaK
New post on /r/flutterdev subreddit:

Flutter is amazing
The speed, performance, and usability are all very good. Google has done it again. Cross dev is gonna become more widespread in the future.

February 16, 2019 at 11:10PM by codininja1337
http://bit.ly/2V3QgG0
New post on /r/flutterdev subreddit:

Difference between ListView and ListView.builder?
What are the differences between those two? I don't know the purpose of those two. Thank you

February 17, 2019 at 01:06AM by YoSalcido
http://bit.ly/2SUiCoM
New post on /r/flutterdev subreddit:

Looking for deployment guides
Hey everyone I recently started playing around with flutter and am loving it the one thing I don’t understand however is How to submit to the Apple play store.Can someone point me In The direction of a good guide for it. (Besides the flutter docs)I’m coming from web and have no experience with app stores. And yes I have a Mac with Xcode and all that jazz.Thanks in advance

February 16, 2019 at 11:54PM by beepboprobots
http://bit.ly/2SJdzrN
New post on /r/flutterdev subreddit:

Ubiquitous layout using flutter
I recently started building apps for friends and as a freelancer and one thing I'm challenged with is getting a layout design that works for a good number of screen sizes. Recently, I was to design a background which has 4 picture (SVG) elements and have to be positioned well to meet the design spec. I was able to do it on my phone in portrait but it wasn't well positioned in landscape and on other phones. Absolute positioning with Stack+Positioned didn't work for me.Is there a way to position background "picture elements" or any widget relatively so it scales with changing screen sizes?

February 17, 2019 at 04:07AM by the_aceix
http://bit.ly/2GqDpKA
New post on /r/flutterdev subreddit:

Performance tips on 2K and upwards displays?
I'm just starting to dig into Flutter basics this week. I work on moderately complex UI applications that combine some logic and multiple screens/pages. With devices that have bigger resolutions and deeper pixel densities, are there any additional resources or best practices I need to be aware of for keeping the performance up?

February 17, 2019 at 07:06AM by Kawaiithulhu
http://bit.ly/2tyLa97
New post on /r/flutterdev subreddit:

An example of proper AS usage
http://bit.ly/2ttRVZr

February 17, 2019 at 06:00AM by SocialMammoth
http://bit.ly/2GMxKOw