Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: TypeAhead widget for Flutter, where you can show suggestions to users as they type
https://ift.tt/2ovBYjj

Submitted August 31, 2018 at 09:18AM by Elixane
via reddit https://ift.tt/2MF4eyg
GGroup: Stream Audio from custom server
Hello everyone, I am new in flutter and want to stream audio files from a server through audio player. I am looking for some tutorials. Can somebody help me with that?

Submitted August 31, 2018 at 11:00AM by Utsabdeep Ray
via Flutter Dev https://ift.tt/2wyH6qe
GGroup: Error: database_Closed exception
i get errors like database_closed 4 exceptions but when i continue my app works fine. why is that and how can i catch these errors in database helper. I am using sqflite package another error is attempt to re-open an already closed object sqlitedatabase

Submitted August 31, 2018 at 12:07PM by jack
via Flutter Dev https://ift.tt/2C38in9
GGroup: VS Code plugins v2.18.0 - Debugger, Test Runner, Editor improvements
Hey all, v2.18.0 of the Dart/Flutter plugins for VS Code are available. No big features this month due to vacations and such, but a fair number of bug fixes and small improvements. Release notes below (and online ). Debugger Improvements - It’s now

Submitted August 31, 2018 at 06:40PM by Danny Tuppeny
via Flutter Dev https://ift.tt/2wyEs40
Reddit: Video streaming in flutter
I’d like to build an app with video conference call capabilities (eg skype or FaceTime). It looks like with the current camera plugin, it isn’t possible to stream video bits to a server while recording video.Does anyone have any ideas as to how I could implement this?Ideally I’d like to just write the entire conference call screen in native code on each platform. However based on what I’ve read that isn’t possible?Thanks!

Submitted August 31, 2018 at 06:44PM by jcycleutah
via reddit https://ift.tt/2ooHunA
GGroup: Get notified when user pauses dragging
Hi, is there a way to get notified when user stops dragging over the screen (using GestureDetector) when the finger is still on the screen? After lifting the finger I do get DragEndDetails event. What I need is sort of "user paused scrolling". Current behaviour is: while moving the finger I do

Submitted September 01, 2018 at 09:34AM by Sekib Omazic
via Flutter Dev https://ift.tt/2MFvVa9
GGroup: Grid-view selection highlight
Hi All, I have bind a user list in Grid-view and I want to highlight cell based on selection. Example if I click on user A then it should be highlighted same repeat User B,C,D ... Can any one please tell me how to achieve this?

Submitted September 01, 2018 at 10:23AM by Sanjay Tejani
via Flutter Dev https://ift.tt/2Pm6ck2
Reddit: Dart Code v2.18 released
https://ift.tt/2LKQ6hI

Submitted September 01, 2018 at 10:46AM by JaapVermeulen
via reddit https://ift.tt/2PqtTYj
Reddit: About animation in flutter
Is it possible to make animations such as the name of my app appear when people first enter my app and they see the name of my app animated in flames per example? Or some more complex animations? All I managed to find was some really small animations, not more complex onesSorry for my English

Submitted September 01, 2018 at 01:10PM by mike11498
via reddit https://ift.tt/2N9bYYP
Reddit: Flutter firestore
Is there any way for me to only refresh the firestore streambuilder at first load? I don't want it to retrieve data every time I switch screens.

Submitted September 01, 2018 at 05:34PM by crow1796
via reddit https://ift.tt/2Pu79H9
GGroup: OverflowBox can't be touched?
I need to build a bottomNavigationBar with a vertical overflow TabBar item, so I tried to use OverflowBox,it looks like useful. but there is another problew,the overflowed part cannot respond to the button. so what should I do make the GestureDetector effective? or you have other ways to build

Submitted September 01, 2018 at 06:24PM by huang
via Flutter Dev https://ift.tt/2C4a3QS
Reddit: Flutter: Using Overlay to display floating widgets – SAUGO 360 – Medium
https://ift.tt/2wwDbes

Submitted September 01, 2018 at 07:56PM by aalhamali
via reddit https://ift.tt/2NGXBYC
GGroup: Bloc with InheritedWidget
I just got started with Flutter for my new project. I implemented the Bloc Pattern recently with the project. I want the Bloc object to be accessed across the tree. So decided to wrap it around InhertitedWidget and wrap the MaterialApp widget around that InheritedWidget. Here is some code:

Submitted September 02, 2018 at 02:49AM by Harsh Bhikadia
via Flutter Dev https://ift.tt/2Pu76eu
Reddit: The Flutterdev Discord chat just reached 800 members!
We've really seen a lot of growth recently. There are channels to get support, collaborate, discuss design, showing off what you've built, and many more. Come and join us!

Submitted September 02, 2018 at 01:13AM by JaapVermeulen
via reddit https://ift.tt/2wzXvf7
GGroup: Named arguments
Dear all, I am taking the flutter udacity course. It's fun. I am also learning Dart at the same time. It's a beautiful language. The flutter course teaches the class invocation arguments being named with "name: parameter" syntax. Effective Darts says to use "name = thing" syntax (for functions

Submitted September 02, 2018 at 12:21PM by Brian Oney
via Flutter Dev https://ift.tt/2LNeW0k