Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Gradle 4.6, Flutter >Windows> AS
I am wondering why doesn't Flutter update itself? GRADLE should be 4.6 now and not 4.4: All the following lines have to be updated manually: distributionUrl=https\:// services.gradle.org/distributions/gradle-4.6-all.zip compileSdkVersion 28 targetSdkVersion 28 dependencies { classpath

Submitted September 30, 2018 at 12:35AM by Bened
via Flutter Dev https://ift.tt/2zFDbLe
Reddit: Emulating a UIStackView
I’m learning flutter, and I’d like to know how to emulate the UIStackView behavior of resizing child views to fill the space equally, and with spacing in between them. I’m guessing the starting place is a Row or Column?

Submitted September 30, 2018 at 02:55AM by mpavkovic688
via reddit https://ift.tt/2R5t60N
GGroup: FutureBuilder and StreamBuilder
Hi, I would first like to Know whether there can a bloC without using streams or rx dart etc.? Now I have a future that fetches a list of post from the server and would appreciate some guidance here on the following: 1. anytime you land on the page and there are new posts I want to fetch it

Submitted September 30, 2018 at 08:59AM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2IrAhfF
GGroup: Render Android or Ios view in flutter
Hi, I am using Onfido third party android SDK and ios SDK for verifying identity verification in online. Onfido has developed UI for capturing the image and scanning the identity document. i want use that UI in my flutter. Below is the link https://onfido.com/. I can use platformchannels for

Submitted September 30, 2018 at 09:54AM by Suresh Y
via Flutter Dev https://ift.tt/2NceNEe
GGroup: coordinates during drag...
I've been using Draggable and DragTarget to implement a drag drop feature. They are super easy to use, but I need to track the coordinates of the feedback widget as it is being dragged. Right now I am wrapping the Draggable in a Listener and using that to track the Pointer events but it seems

Submitted September 30, 2018 at 03:49PM by bblu...@rethinkrobotics.com
via Flutter Dev https://ift.tt/2NbGCg0
GGroup: Listview/gridview Android Box/TV
A few of us are working together to produce an app that will work not only for mobile devices such as phones and tablets but also for android boxes/tv. The issue with Android Box/TV is that the widget for listview/gridview that does the scaling in the UI is dynamic and seems to have issues

Submitted September 30, 2018 at 06:40PM by kevin chupe
via Flutter Dev https://ift.tt/2zGPIOy
Reddit: Android TV scaling widget
A few of us are working together to produce an app that will work not only for mobile devices such as phones and tablets but also for android boxes/tv. The issue with Android Box/TV is that the widget for listview/gridview that does the scaling in the UI is dynamic and seems to have issues detecting a Box/TV. Is there a workaround or a different widget that can be used to scale tfor both types of device to accomplish the same thing? If there's code on Github that does this then maybe someone can please post a link in comments. I'm new to flutter but this is a big problem that will dictate which direction I should go.

Submitted September 30, 2018 at 07:30PM by kchupe
via reddit https://ift.tt/2y1c7nu
Reddit: After seeing a lot of common questions on Flutter development, I decided to write an explainer article for Flutter beginners. Take a look!
https://ift.tt/2xQUDuG

Submitted September 30, 2018 at 10:33PM by deven9852
via reddit https://ift.tt/2DJqQtz
Reddit: Flutter at University of Toronto - I created an app for Orientation Week!
https://ift.tt/2IsAdw5

Submitted October 01, 2018 at 01:04AM by coffeetablesculpture
via reddit https://ift.tt/2OhVr5x
GGroup: String ISODate format to DateTime Format
i have String ISODate '2018-09-30T11:00:30.757Z'. my question is how to convert that String to DateTime Format, like '2018/09/30 07:00 PM' ?

Submitted October 01, 2018 at 09:00AM by Denis Ramdan
via Flutter Dev https://ift.tt/2zH0ZOI
Reddit: Everything you need to know about Flutter
Google has used its expertise to create an all in one framework. The company recently announced that Flutter is now officially in beta. In fact, some developers have already created and published some apps that are gaining a fan base on both Google Play and Apple App store.
With this development, we are likely to see more apps coming up to compete for different spots this year.Flutter DevelopmentFlutter also comes packed with a simple GPU accelerator for rendering, an ARM compilation, and inline video addition to provide a comfortable user experience that delivers excellent performance. It is built on Google’s Dart programming language for new and avid mobile app developers. The latest Beta version of Flutter removes any bugs and speeds up the engagement process. You will also find other key components such as a 2D rendering engine and an Atom plug-in. Google has also allowed direct integration of Flutter with Visual Studio Code and Android Studio as effective features to help in editing, running, refactoring, and resetting mobile apps. All this with clear guidelines for Xcode to guarantee a smooth conversion on all mobile platforms.Build iOS and Android Apps with a Single Codebase — https://medium.com/@anthonyjose060/everything-you-need-to-know-about-flutter-1451060e77d6Since it has already been used in creating apps that have received millions of downloads, it’s clear that Flutter can only get better. Although Google didn’t provide an exact date for any new upgrades, it highlighted that new beta updates will be released after every four weeks. The main focus now is completion and stabilisation of the Flutter framework.

Submitted October 01, 2018 at 08:50AM by SuspiciousCompote6
via reddit https://ift.tt/2NidVOM
GGroup: Help needed architecting flutter apps with bloc
Hi all, I watched a lot of videos about bloc pattern but I can't seem to grasp it. Can someone please give me an example on how to do the following using bloc with inherited widgets: My app should let users log in with facebook / google or email. After they log in, they should be stay logged in

Submitted October 01, 2018 at 12:07PM by Mightee
via Flutter Dev https://ift.tt/2P3bK2X
Reddit: Flutter Drawer Layout Using Scaffold Widget Example - Developine
How to add Left Navigation Drawer ( Drawer which opens from start side or right side ) and right Navigation Drawer (Drawer layout which slides from end or left side of the screen).We will be using following Widgets to add Drawer layout in our Flutter App:Scaffold Widget.ListView Widget.Divider Widget.ListTile Widget.Text Widget.Icon Widget.UserAccountsDrawerHeader Widget.Creating Scaffold.

Submitted October 01, 2018 at 02:35PM by developine
via reddit https://ift.tt/2zIRDC6
Reddit: Is there any way to play m3u or pls files in Flutter?
I found 2-3 library's that allow play music locally or play remote file, but none of those supports streaming audio. Is there a way to play m3u at all?

Submitted October 01, 2018 at 04:26PM by kn6nw6vxd
via reddit https://ift.tt/2Ot2yrJ
GGroup: DropdownMenuItem not changing to new option list between screens
*In a multi-screen app:* TabBarView( children: [ new ActivateWidget1(), new ActivateWidget2(), new ActivateWidget2(), ] ), *On screen 1 (ActivateWidget1):* new DropdownButton( items: ['Close', 'Erase'].map((String value) { return new

Submitted October 01, 2018 at 05:11PM by Jeff Morse
via Flutter Dev https://ift.tt/2P34R1R