Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Make an impression with a custom header using the SliverAppBar! Combined with CustomScrollView, SliverAppBar allow you to easily animate or make headers disappear as you scroll.

Click for more #WidgetoftheWeek tips! ↓ pic.twitter.com/82ljCffEJS— Flutter (@flutterio) October 23, 2018

October 23, 2018 at 08:00PM
via Twitter https://twitter.com/flutterio
GGroup: Flutter for embedded systems (IoT)?
The question "*Will Flutter provide support for desktop apps?*" is pretty incongruous, but what about embedded systems, huh? Since Flutter aimed at mobile platforms and developers designed unique approach for project compilation to the native ARM code and work hard on it, so why not to take into

Submitted October 23, 2018 at 10:38PM by Миха Миха
via Flutter Dev https://ift.tt/2yuBzmC
Reddit: Pedro Massango on Twitter
I just publish my flutter project on Github, lets fork make pull request. It is a task app just another project to learn Flutter, but also I'm releasing it on Play Store once we finish it. Try to help me please.Link: https://github.com/pedromassango/xtimer-flutter-app

Submitted October 24, 2018 at 01:55AM by PedroMassango
via reddit https://ift.tt/2O0wo2r
GGroup: create a 32 bit windows version of flutter
Please create a 32 bit windows version of flutter

Submitted October 24, 2018 at 04:43AM by Partha Mandayam
via Flutter Dev https://ift.tt/2yWqv0X
Reddit: Can anyone summarize the difference between popular Flutter architectures?
I have been trying to look around quite a lot but I haven't been able to find a nice summary of all the more widely discussed patterns together. Can anyone summarize Scoped Model, BLoC and Redux in a few words? Comparison with traditional MV* patterns will help a lot too!

Submitted October 24, 2018 at 07:18AM by mentalfloss3
via reddit https://ift.tt/2yZmGYQ
Reddit: Isn't the idea of rebuilding widgets with Redux terribly wasteful?
I just started writing a Flutter app with Redux with no previous background in React or Redux. I come from Android, Windows desktop and embedded development and one thing that is getting to me is the constant rebuilding of widgets. Looking at the plethora of Todo app examples, I see them rebuild the whole widget tree top down every time an item is added or removed. Just the functional aspect of rebuilding a List to add an item scared me a bit.​Isn't all this terribly inefficient? Am I doing something wrong? Intuitively, if I change some text in a list I shouldn't be rebuilding my UI from top down.

Submitted October 24, 2018 at 07:08AM by mentalfloss3
via reddit https://ift.tt/2SbJxJn
Reddit: Developing for Multiple Screen Sizes and Orientations in Flutter (Fragments in Flutter)
https://ift.tt/2PlxHxE

Submitted October 24, 2018 at 10:57AM by deven9852
via reddit https://ift.tt/2EI7EfZ
Reddit: My first flutter widget lets you graffiti images. Help appreciated in spotting newbie errors :)
My first flutter widget. Allows you to graffiti images. Would appreciate your scrutiny for beginner mistakes :)Must I re-specify my variables for each class 'layer' until I reach the widget of interest? Sorry for the newbie Q.https://github.com/andytwoods/sign_imagedemo output

Submitted October 24, 2018 at 10:47AM by andytwoods
via reddit https://ift.tt/2O31CGn
GGroup: VM snapshot must be valid.
I have the exact issue. My app is installing fine on several iphones but the same crashes at startup. Running the app manually from Xcode produces this on the console : *2018-10-24 16:30:34.984717+0700 Runner[9026:1109274] [VERBOSE-2:dart_vm.cc(263)] VM snapshot must be valid.* *2018-10-24

Submitted October 24, 2018 at 11:32AM by Kamj Duong
via Flutter Dev https://ift.tt/2PML0Ed
GGroup: Newbie question about flutter install
Hi Is it possibel to use Flutter without Android Studio ? I have tried to run flutter doctor and i get "missing android SDK command line tools ... download from..." command lin tools are installed properly : path and android_sdk_root and android_home are set. Does everybody have any idea ?

Submitted October 24, 2018 at 05:47PM by Kovács Attila
via Flutter Dev https://ift.tt/2R9LZic
Reddit: A few questions about adopting Flutter.
I have an iOS and Android app that use bluetooth and save a lot of data points on a Realm database locally. How does Flutter do running in the background with both platforms? I know Realm is not available for Flutter but could I build an extension on Android and iOS to read and write to it? Would that be too slow? What types of functions should or should not be handled by the native framework instead of Flutter? Thanks guys!

Submitted October 24, 2018 at 05:41PM by phriend2spin
via reddit https://ift.tt/2qaEfBe
GGroup: Flutter Gradle Issue on Brand New Install
I am receiving the following error when I try to run the default app on brand new install. Any thoughts on resolving this issue is much appreciated. Launching lib/main.dart on Android SDK built for x86 in debug mode... Initializing gradle... Resolving dependencies... * Error running Gradle:

Submitted October 24, 2018 at 06:54PM by Claude Grecea
via Flutter Dev https://ift.tt/2ReMurr
GGroup: Building a cross-platform to-do mobile app using Flutter
This is going to be a series of tutorials on how to build a to-do mobile platform. I hope it helps anyone (now or in the future) https://ift.tt/2O2dt7q And for any feedback, kindly let the author know through medium

Submitted October 24, 2018 at 08:12PM by alexandrai...@gmail.com
via Flutter Dev https://ift.tt/2OJaIND
Reddit: Can't get first Flutter app running
I've followed along the instructions on Get Started: Install on Linux but once I'm at the point of trying to run the initial app, it fails with a gradle error regarding a file called 'intellij-core.jar'.There's a Stack Overflow question similar to mine here but none of the answers work for me.I've tried on both Linux and Windows but it seems to be a showstopper. Not sure how to proceed.Flutter doctor says I have everything set up correctly, and I'm using the latest version of Android Studio.

Submitted October 24, 2018 at 09:07PM by tzipp
via reddit https://ift.tt/2ArFBgP
Reddit: Flutter error: Attempt to invoke virtual method 'void com.google.firebase.auth.internal.zzab.zzf(int)' on a null object reference, null
When ever I'm building my app, my app successfully getting build but at the time of installing that to device I'm getting following error & app get crash on device with a white screen.​
Launching lib/main.dart on Pixel 2 XL in debug mode... Initializing gradle... Resolving dependencies... Running 'gradlew assembleDebug'... Configuration 'compile' in project ':app' is deprecated. Use 'implementation' instead. registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection) Built build/app/outputs/apk/debug/app-debug.apk. Installing build/app/outputs/apk/app.apk... E/flutter (26133): \[ERROR:flutter/shell/common/shell.cc(181)\] Dart Error: Unhandled exception: E/flutter (26133): PlatformException(error, Attempt to invoke virtual method 'void com.google.firebase.auth.internal.zzab.zzf(int)' on a null object reference, null) E/flutter (26133): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message\_codecs.dart:551:7) E/flutter (26133): #1 MethodChannel.invokeMethod (package:flutter/src/services/platform\_channel.dart:279:18) E/flutter (26133): <asynchronous suspension> E/flutter (26133): #2 Firestore.settings (file:///Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/cloud\_firestore-0.8.2+1/lib/src/firestore.dart:136:19) E/flutter (26133): <asynchronous suspension> E/flutter (26133): #3 main (file:///Users/sureshkumarmajhi/AndroidStudioProjects/bhramaan/lib/main.dart:62:19) E/flutter (26133): <asynchronous suspension> E/flutter (26133): #4 \_startIsolate.<anonymous closure> (dart:isolate/runtime/libisolate\_patch.dart:289:19) E/flutter (26133): #5 \_RawReceivePortImpl.\_handleMessage (dart:isolate/runtime/libisolate\_patch.dart:171:12) E/EnhancedIntentService(26133): binding to the service failed Syncing files to device Pixel 2 XL... 
​I'm getting this error after upgrading to latest ```cloud_firestore: ^0.8.2+1```. Can't able to understand what is happening. :(

Submitted October 24, 2018 at 08:54PM by mi6crazyheart
via reddit https://ift.tt/2PTEueY
GGroup: Dart 2.1 Breaking Bug Fixes
*TL;DR: Dart 2.1 will include a number of small bug fixes to places where the tools accepted non spec-compliant code. These fixes have landed in development versions of Dart and in the Flutter master branch, and we have fixed any breakage that we have seen, but it is possible that apps or

Submitted October 24, 2018 at 11:16PM by Leaf Petersen
via Flutter Dev https://ift.tt/2yzyOQI
GGroup: Breaking change: NavigatorObserver.didStartUserGesture signature adds 2 more parameters
With https://ift.tt/2OPc21y void didStartUserGesture() will become void didStartUserGesture(Route route, Route previousRoute) on the NavigatorObserver. The previous signature informed the listener of the timing of gesture triggered navigations but

Submitted October 24, 2018 at 11:33PM by Xiao Yu
via Flutter Dev https://ift.tt/2O4P40W