Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: simple implementation of Stream
I have Stream counterChanged how to implement that when I do counterChanged.dispatch(1) I get callback from listen executed. counterChanged.listen((int counter) => print(counter)) I looked at information on the dart website, and it is all super complicated. My idea would be just to

Submitted March 05, 2018 at 04:53PM by Matej The Tree
via Flutter Dev http://ift.tt/2FqVIP2
Reddit: Inviting all Flutter Devs to a UI Challenge
http://ift.tt/2Ffcrpg

Submitted March 05, 2018 at 05:39PM by brauliocassule
via reddit http://ift.tt/2FW6lXU
GGroup: Flutter example apps - slow android startup
Hello, I'm not super expierenced Android developer so please help, I could be missing something. I decided to give Flutter a try nad run into strange problem. My OS is Arch based Antergos Linux. Installation went quite smooth. I created default Flutter app with Android Studio (the one with

Submitted March 05, 2018 at 06:43PM by Piotr a
via Flutter Dev http://ift.tt/2tjoPib
GGroup: Ability to build plugins for only one platform
Hi everyone, Today I was working on a flutter Codelab, Flutter for Firebase (http://ift.tt/2rSb4RY) and I came across a case where in order to build and run my app with a plugin (i.e google_sign_in),* I have to build for both ios and

Submitted March 05, 2018 at 06:43PM by Albert Shirima
via Flutter Dev http://ift.tt/2tjoT1p
GGroup: Error while opening flutter project
error: Target of URI doesn't exist: 'package:http/http.dart'. (uri_does_not_exist at [lime] lib/lime/api.dart:3) error: Target of URI doesn't exist: 'package:flutter/services.dart'. (uri_does_not_exist at [lime] lib/lime/api.dart:4) error: Target of URI doesn't exist: 'package:http_parser/http_p

Submitted March 05, 2018 at 06:43PM by shubham soni
via Flutter Dev http://ift.tt/2oL6dTE
GGroup: Questions about Flutter - third libs / flavors / import dart lib into native code
Hi, I have some questions about Flutter, anyone can help me? *Import third-party native libs* Is it possible to import third-party SDKs (.jar / .aar / pod) into my flutter project? *Flavors Resource* Is it possible to generate different applications through the flavor strategy for both

Submitted March 05, 2018 at 06:43PM by CΓ’ndido Sales Gomes
via Flutter Dev http://ift.tt/2tjpakX
GGroup: Thoughts
Hello, Would it be possible to optimize the widgets? Thanks. Sent from my iPhone

Submitted March 05, 2018 at 06:43PM by Nate Pete
via Flutter Dev http://ift.tt/2oMS8VG
GGroup:
Hi, my name is Jimy. I am currently working on developing in Angular 5. I really like the tools developed or sponsored by Google because I think Google does things very well. In this case Dart is of my interest and I hope in the near future to develop applications in the. Greetings to all.

Submitted March 05, 2018 at 06:43PM by Jimy Navarro Cordova
via Flutter Dev http://ift.tt/2tjpcJB
GGroup: Can ios and android developers work together?
Hi, I am currently working on a fairly complex app with a partner - one of us has been building an android app with java/xml and the other has been building the same app in ios with swift. Neither of us have any experience with flutter and just recently learned of its existence. If we were

Submitted March 05, 2018 at 06:43PM by Thomas Craig
via Flutter Dev http://ift.tt/2oL6fee
GGroup: Embedding Flutter into existing mobile frameworks
Hello- I would be interested in embedding flutter in existing javafx mobile applications made using the gluon framework. Flutter has some features that would compliment and vastly improve app development, making the gains from embedding flutter-specific widgets into a new or preexisting

Submitted March 05, 2018 at 06:43PM by Chris Orr
via Flutter Dev http://ift.tt/2oJfs74
GGroup: Re: Integration of Flutter into existing Android and iOS App
Thanks for reaching out! We'd like to make this use case easier for you. Please vote and subscribe for this issue: http://ift.tt/2tjpnEL http://ift.tt/2tjpnEL also links to existing sample apps which do this. On Mon, Mar 5, 2018 at 5:43 PM

Submitted March 05, 2018 at 06:45PM by Seth Ladd
via Flutter Dev http://ift.tt/2oHacAQ
GGroup: Usage.
Is this tool be able to use on any other IDE rather than the Android Studio and the VS code for example the Visual Studio or any other is it working on these platforms or not?

Submitted March 05, 2018 at 06:43PM by Taneem Jan
via Flutter Dev http://ift.tt/2I3Lkv6
GGroup: Great Product
Just started using flutter this weekend. Would like to have more documentation, books, etc to learn more with the flutter platform. I’m looking to get more familiar with flutter and dart2. Thanks, Chris Kehl

Submitted March 05, 2018 at 06:43PM by Chris Kehl
via Flutter Dev http://ift.tt/2oVoKfw
GGroup: Support for rendering HTML and CSS content
I have an Ionic/Angular app that pulls a lot of data from Wordpress, essentially via JSON. This data is mostly html/css. Is there a way to render this kind of data in a Flutter widget/container?

Submitted March 05, 2018 at 06:43PM by Martin Spriggs
via Flutter Dev http://ift.tt/2I2hqqS
GGroup: Flutter query
Hi, Is it possible to build a real estate listing app using flutter? Regards, Vishal Ojha 9819471310

Submitted March 05, 2018 at 06:43PM by vishal ojha
via Flutter Dev http://ift.tt/2oT7AyT
GGroup: Adding Flutter to existing Android App
Hello, I am building an android app and now I wish to add flutter to my existing app to make it cross platform. In the flutter documentations, I was told to email here in order to do so. How would I achieve the above issue? Thank you, Ayush Manish Agrawal

Submitted March 05, 2018 at 06:43PM by Ayush Manish Agrawal
via Flutter Dev http://ift.tt/2I3Lv9K
GGroup: Tutorial : embed flutter views in native apps
Hello, I’m contacting you to have some information. I’m trying to insert some flutter views in my native iOS and Android apps but I have a lot of troubles doing this .. Could you please send me a complete tutorial explaining how to do this ? Thank you very much and congratulations on the

Submitted March 05, 2018 at 06:43PM by raymon...@orange.com
via Flutter Dev http://ift.tt/2oSpYYF
I think a group of telegrams to discuss the development of the flutter might be interesting. What do you think?
anonymous poll

πŸ€™ – 18
πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘ 95%

πŸ‘Ž – 1
▫️ 5%

πŸ‘₯ 19 people voted so far.
GGroup: Flutter Tab AppBar with ListView Items
Hello, I just started learning flutter and I am enjoying it. It is cool for me but I need help on how to create Tab AppBar with 3 tabs that has listview item for each tab. I know how to create a list and tab but I am finding it difficult to combine the 2. I am creating an app which has list item

Submitted March 05, 2018 at 10:18PM by Nana Kofi Annan
via Flutter Dev http://ift.tt/2D1sgtF