Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: BREAKING CHANGE - FlutterViewController will not load default splash screen automatically
flutter/engine#6883 - FlutterViewController will no longer load your app's splash screen by default. The implementation of that has been moved to a new method loadDefaultSplashScreenView. The existing implementation made it challenging to avoid

Submitted November 16, 2018 at 09:47PM by Dan Field
via Flutter Dev https://ift.tt/2OSsCsE
GGroup: #hamcam
Hello . I am a new on flutter. I was really impressed by the #hamcam function in the hamilton application and I would like some indication of how to reproduce it in a flutter application

Submitted November 17, 2018 at 02:37PM by Seydou Gnali Ousman
via Flutter Dev https://ift.tt/2DsLz2I
GGroup: firebase example for flutter with multiple records
Hi developers, nice to meet you, I was trying flutter and firebase lately, and i wonder does anyone has example for flutter and firebase app, that display Firebase database with 3 or more fields (example : Name, Address, and phone numbers). and can someone kindly tells why and what does

Submitted November 17, 2018 at 02:46PM by Bambang Soetanto
via Flutter Dev https://ift.tt/2zeBqDS
GGroup: Problem running the fluter app
Hi, Devs I am facing trouble running the flutter app in visual studio code . Whenever . I run the app in visual studio code in the terminal (vs code) a dialogue is displayed "Initializing gradle......" and it takes forever .I am stucked here It takes so long that i close it . Please help me

Submitted November 17, 2018 at 04:40PM by Piyus
via Flutter Dev https://ift.tt/2BdgEWB
Reddit: FirebaseAnimatedList: Firebase realtime db to firestore
Hi Everyone!​I am migrate flutter app from Firebase realtime database to firestore but have big trouble because firestore no have FirebaseAnimatedList.. I have look everywhere for answer, but cannot find. :(​I new to flutter and try many day to solve problem.​I have post to stackoverflow but no luckhttps://stackoverflow.com/q/53341493/10654377Anyone help me? <3​

Submitted November 17, 2018 at 05:54PM by Flutter_Dev
via reddit https://ift.tt/2Dsm4yz
GGroup: Hire Flutter Dev
Hi, Socodeur is still searching for freelancers to recruit we usually re-contact those who work for a good price. Fill this form : https://goo.gl/forms/4YK4BqmnF1eAV3vK2 If your profile correspond to our request, you’ll be contacted via mail. We unfortunately do not have time to answer

Submitted November 17, 2018 at 09:32PM by Socodeur
via Flutter Dev https://ift.tt/2QPKoyo
Reddit: Hypothetical Question
Let's say someone created an entire app using just main.dart and it got to the point where the single file is 12k lines and really laggy how would on solve this terrible coding practice?

Submitted November 18, 2018 at 01:53AM by dancingbannana
via reddit https://ift.tt/2FCxMJY
Reddit: A Deep Dive Into Draggables and DragTarget in Flutter - Deven Joshi - Medium
https://ift.tt/2qQMDWL

Submitted November 18, 2018 at 03:29AM by deven9852
via reddit https://ift.tt/2FCoWLU
GGroup: T-shirt flutter
Bonjour, Je suis dans le groupe du Meet up Flutter de Montréal https://ift.tt/2FqWkFB, j'aimerais rentrer en contacte avec quelqu'un qui pourrait m'aider à trouver des t-shirts Flutter. Merci!!

Submitted November 18, 2018 at 07:53AM by madar...@gmail.com
via Flutter Dev https://ift.tt/2qTOx98
Reddit: Beginner Level Tutorials Recommendations
I'm making a list of GREAT beginner tutorials that is a MUST WATCH for everyone starting out in #Flutter. What did you watch or read or follow when you started out with Flutter? What are your best recommendations? It could be a Youtube channel, article series or anything.
Or just point me to another list of tutorials if you know any?PS. Remember it has to be super beginner!

Submitted November 18, 2018 at 01:26PM by pblead26
via reddit https://ift.tt/2zbek12
Reddit: Nice open source flutter libraries, code examples and news weekly
https://ift.tt/2FtdUZF

Submitted November 18, 2018 at 12:12PM by flutterist
via reddit https://ift.tt/2qSZWpz
Reddit: MVVM vs BLoC
Can somebody summarize difference between those two in regards to Flutter?Based on articles I've found they're similar, if not the same.So what is your opinion and what do you prefer?(I'm not taking Redux and such into an account, because as an Android developer it seems too alien and overengineered for my taste, so sorry if that's your thing)https://quickbirdstudios.com/blog/mvvm-in-flutter/?utm_source=sohttps://github.com/ReactiveX/rxdart/blob/master/example/flutter/github_search/lib/search_bloc.dart

Submitted November 18, 2018 at 08:02PM by ArmoredPancake
via reddit https://ift.tt/2qT7uJd
Reddit: clippy_flutter | Clip your widgets with custom shapes provided.
https://ift.tt/2PzvMGU

Submitted November 18, 2018 at 10:43PM by Elixane
via reddit https://ift.tt/2A4EXo7
Reddit: question about design, backend
Hey guys, this is my first app in my life. I am doing great so far and can keep on going. I would like to take a break and ask a question about firebase and firestore.Now the free tier of firestore has limits of writes/deletes per day. My goal is, if I launch my app, I am pretty sure I will go over the writes in a single day with just 130 people using it by my calculations.It will have a real time chat built in, so whenever a user sends a message, I use up a "set/data" command to write to the Database. This would take up 1 transaction(I hope i get the lingo correct).Is there a possibility or another way to go about, keeping my side of things on the free side?perhaps, keep the firestore for contact request/send and use firebase realtime DB for the chat part?I guess a hurdle here would be how to manage users on the chat side because that information will be on firestore side:( confusingI believe firestore is mostly cost dependent on amount of read/writes/deletes while the firebase DB is mostly bandwidth and storage(idc about storage).thank you so much for reading up to here!! :D g'day

Submitted November 19, 2018 at 12:11AM by Bk_ADV
via reddit https://ift.tt/2ORiCj8
Reddit: When use flutter or pwa?
No text found

Submitted November 19, 2018 at 02:40AM by murilo_haas
via reddit https://ift.tt/2Qa3aDm
GGroup: Is it possible to use Flutter to build an iOS / Android SDK?
I'm looking for answers to this question https://ift.tt/2FrEpyx. It seems the add2app documentation focuses on the integration of flutter into an existing app. Wanted to know if it's possible to use flutter to generate a framework or

Submitted November 19, 2018 at 03:45AM by don
via Flutter Dev https://ift.tt/2qS8H3r
GGroup: how to get array from "dio" response flutter
I have used Dio for HTTP request and i get response Successfully but when I tried getting array from response It gives me exception. Dio dio = new Dio(); dio.options.baseUrl = "https://ift.tt/2PCmZ6Y"; dio.options.connectTimeout = 50000; //5m dio.options.receiveTimeout = 50000;

Submitted November 19, 2018 at 06:45AM by Gursewak Singh
via Flutter Dev https://ift.tt/2QSOmGw
GGroup: How to create PDF with Chinese character (UTF8) ?
How to create PDF with Chinese character (UTF8) ?

Submitted November 19, 2018 at 07:41AM by Eric Chong
via Flutter Dev https://ift.tt/2qURshI
GGroup: How to print txt file to printer ?
How to print txt file to printer ?

Submitted November 19, 2018 at 07:42AM by Eric Chong
via Flutter Dev https://ift.tt/2Fw2zb2