Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: BMI Calculator in Flutter — Part 7— Animated transition
https://ift.tt/2FttPqI

Submitted November 19, 2018 at 06:14PM by Purple_Pizzazz
via reddit https://ift.tt/2qW61Sq
GGroup: New Flutter Newsletter
I'd like to give back to the same developer community that helped me to learn Flutter, Dart and Firebase. I attribute my quick ramp up to the many developers that have taken time to write blog posts, create videos and share their code. This newsletter is an opportunity for me to contribute to

Submitted November 19, 2018 at 07:11PM by John Muchow
via Flutter Dev https://ift.tt/2Ki81Nx
Reddit: is Flutter the next big thing?
https://ift.tt/2FxoNJK

Submitted November 19, 2018 at 08:30PM by taimourt
via reddit https://ift.tt/2qWebdq
Reddit: PouchDB integration?
Is it possible to integrate PouchDB? I am currently considering Flutter for a new project, in which part of the solution depends on PouchDB/CouchDB. If this is not possible, are there any "offline-first" solutions implemented in Flutter? Thanks in advance.

Submitted November 19, 2018 at 09:41PM by alonzof
via reddit https://ift.tt/2OTBVbJ
Reddit: What should we expect of 1.0?
I'm new to flutter development so I may got this wrong: the whole thing is running open source with public commits on github. Is Google working internally on new features and it's going merge with the public repo on Dec 4? Should we expect a whole lot of features or something?

Submitted November 20, 2018 at 05:35AM by yzraeu
via reddit https://ift.tt/2qUhlyf
GGroup: Flutter get coordinates from google maps
I use the package google_maps_flutter to use Google maps in my app. My problem is how to set a listener, show when I press in the map to get the coordination of this place. I don't find anything in the documentation. The only thing which I find is with controllerMap, which I use to set marker

Submitted November 20, 2018 at 05:55PM by filippos ser
via Flutter Dev https://ift.tt/2TuEIvh
Pass down data to your widgets with InheritedModel. It is similar to InheritedWidget, but allows you to rebuild specified fields.

Watch more #WidgetoftheWeek → https://t.co/a6xlQYl0Rx pic.twitter.com/KKX5XTRKBg— Flutter (@flutterio) November 20, 2018

November 20, 2018 at 07:37PM
via Twitter https://twitter.com/flutterio
Reddit: Emulator that can dynamically change size of app
Does anyone know how to create an android emulator that allows to change width and height of app dynamically?

Submitted November 20, 2018 at 07:55PM by dancingbannana
via reddit https://ift.tt/2DwH7Ae
GGroup: Error In CachedNetworkImage
I want to load an image to cache. So I used CachedNetworkImage for that. When a user logged in through gmail account I get the image url and show the image. But I need to keep it in cache. new Center( child: new Column( children: [ new CircleAvatar( new CachedNetworkI

Submitted November 20, 2018 at 10:12PM by Falak Sabbir
via Flutter Dev https://ift.tt/2Fxn1Ix
GGroup: Re: Error in CachedNetworkImage
You'll want to use CachedNetworkImageProvider instead of the widget On Tue, Nov 20, 2018 at 1:06 PM, Falak Sabbir wrote: > I want to load an image to cache. So I used CachedNetworkImage for that. > When a user logged in through gmail account I get the image url and show

Submitted November 20, 2018 at 10:41PM by Jonah Williams
via Flutter Dev https://ift.tt/2PEs4vq
Reddit: Need help for Video Chat & Video Record feature via flutter
Hi,​I'm currently working with a developer to get an app created, and one of the features I'd like it to have it the ability for any 2 people around the world to have a video chat capability like skype/facetime, and the ability to record that video with some in built video editing capabilities. The developer is charging me a high price to integrate that feature, but since this developer has never worked with flutter, I don't fully trust his quote. Is this really that complex via flutter, is there any example app/code that I could show him to make this easy for him to build?​Thanks a lot for your help!

Submitted November 20, 2018 at 10:08PM by impeccablepower
via reddit https://ift.tt/2PDCT0V
GGroup: Question on .cast
The code example below is from the Flutter cookbook, Parsing JSON in the background The .cast returns a type: CastList> yet, I'm not sure I fully grok what the cast is doing for us in this example. Can

Submitted November 20, 2018 at 11:08PM by John Muchow
via Flutter Dev https://ift.tt/2OZbEZG
Reddit: Flutter v0.11.8 - for iOS libimobiledevice and ideviceinstaller may require updating
Just updated to v0.11.8 in Beta Channel, but note for iOS toolchain libimobiledevice and ideviceinstaller may require updating. FYI.Upgrade Link
Flutter 0.11.8 • channel beta • https://github.com/flutter/flutter.git Framework • revision f5b02e3c05 (6 hours ago) • 2018-11-20 07:49:29 -0800 Engine • revision 1baf081343 Tools • Dart 2.1.0 (build 2.1.0-dev.9.4 f9ebf21297) Running flutter doctor... Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel beta, v0.11.8, on Mac OS X 10.14.1 18B75, locale en-US) [✓] Android toolchain - develop for Android devices (Android SDK 28.0.1) [!] iOS toolchain - develop for iOS devices (Xcode 10.1) ✗ Verify that all connected devices have been paired with this computer in Xcode. If all devices have been paired, libimobiledevice and ideviceinstaller may require updating. To update with Brew, run: brew update brew uninstall --ignore-dependencies libimobiledevice brew uninstall --ignore-dependencies usbmuxd brew install --HEAD usbmuxd brew unlink usbmuxd brew link usbmuxd brew install --HEAD libimobiledevice brew install ideviceinstaller ✗ ios-deploy out of date (1.9.4 is required). To upgrade with Brew: brew upgrade ios-deploy [✓] Android Studio (version 3.2) [!] Connected device ! No devices available ! Doctor found issues in 2 categories. 


Submitted November 20, 2018 at 10:49PM by Pixelreddit
via reddit https://ift.tt/2TwaRTa