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

Kalium - Open Source Cryptocurrency Wallet Written with Flutter! More details in comments.
http://bit.ly/2X5HMzZ

February 15, 2019 at 04:48PM by bbedward
http://bit.ly/2Ihbu1D
New post on /r/flutterdev subreddit:

Flutter Horizontal Circle listview part 2
http://bit.ly/2X4qMtP

February 15, 2019 at 06:27PM by ishanfx
http://bit.ly/2S5C6SS
New post on Flutter Dev Google group:

New tooling release - IntelliJ EAP and Android Studio support
Happy Friday everyone! Here are details of new tooling releases! IntelliJ EAP and Android Studio support The Flutter plugin now supports Android Studio 3.3.1 (stable) and IntelliJ 2019.1 (EAP). It continues to work with Android Studio 3.4 (beta) and IntelliJ 2018.3 (stable). Sample Project

February 15, 2019 at 07:14PM by Nilay Yener
http://bit.ly/2BBAHxK
New post on Flutter Dev Google group:

VS Code extensions v2.23
Hey all, New VS Code extensions have been published. Changes below/online . Dart: New Project A new command *Dart: New Project* has been added that works similar to the existing *Flutter: New Project* and *Flutter: New Project From Docs* commands:

February 15, 2019 at 07:18PM by Danny Tuppeny
http://bit.ly/2N7ptph
New tweet from flutterio:

Dive into #Flutter's StatelessWidget in @MartinAguinis' latest post. Here he covers how to compose widgets 📲, how widget trees are converted to element trees 🌳, and more!

Read it here ↓ https://t.co/ToXNYXU2jh— Flutter (@flutterio) February 15, 2019

February 15, 2019 at 07:35PM
http://twitter.com/flutterio/status/1096477997517950983
New tweet from flutterio:

The Flutter plugin now supports Android Studio 3.3.1 (stable) and IntelliJ 2019.1 (EAP). It continues to work with Android Studio 3.4 (beta) and IntelliJ 2018.3 (stable).

Learn more here → https://t.co/jcMYj2qbkv pic.twitter.com/DZxYN9R56S— Flutter (@flutterio) February 15, 2019

February 15, 2019 at 10:30PM
http://twitter.com/flutterio/status/1096522040180465665
New post on /r/flutterdev subreddit:

Creating some foundation setup posts in preparation for the Flutter tutorials I am creating on my blog. This post focuses on setting up Firebase for use with a Flutter application!
http://bit.ly/2Gr5KRd

February 15, 2019 at 10:06PM by Gamzie1
http://bit.ly/2TM3t61
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