Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

using a Material widget (Firebase UI) in a Cupertino app
I would like to leverage the firebase_ui library in my Cupertino app. However, I can't use it directly since it is a Material widget and I get errors about missing MaterialLocalizations. What is the best approach here? 1. Fork firebase_ui and

June 01, 2019 at 07:25PM by Peter E
http://bit.ly/2QzZskc
New post on /r/flutterdev subreddit:

Does Flutter can run background Service or something like that which can run when app is not running on foreground?
No text found

June 01, 2019 at 07:53PM by darshank5761
http://bit.ly/2W3lFII
New post on /r/flutterdev subreddit:

Flutter Custom Paint Tutorial | Draw a Custom Shape Path in Flutter
http://bit.ly/2QCFk0P

June 01, 2019 at 09:20PM by profvtalks
http://bit.ly/2JRgmdG
New post on /r/flutterdev subreddit:

A simple Note app develop by Flutter
Hey guys.​Google PlayMy Note showcase​I have created a simple note app with flutter. Use BLOC for state management.Please give it a try. Thank you ^^^^

June 02, 2019 at 06:14AM by Selena0706
http://bit.ly/2WfOO8u
New post on /r/flutterdev subreddit:

5 Tips for First Time Developers on Flutter
https://youtu.be/q6kr5unEcTYAfter studying Flutter for a year & releasing my first app last week. Here's 5 tips for non Programmer starting to study Flutter & Dart. It's the things not included in the coding bootcamps that can help you out.
Also thank you Flutter Team...

June 02, 2019 at 06:50AM by replayjpn
http://bit.ly/2wz93Pf
New post on /r/flutterdev subreddit:

FlutterForce — Week 29
http://bit.ly/2XgZUGG

June 02, 2019 at 10:33AM by flutterist
http://bit.ly/2EOz6qd
New post on Flutter Dev Google group:

A simple to use Dart package, for detecting & translating text/ html pages using Yandex.Translate AP
what does it do ? - Fetches list of languages along with language codes, supported by Yandex.Translate API - Detects which language given text belongs to - Translates text or html page to certain language, denoted by language code Source : http://bit.ly/2Wj4iIF Pub link:

June 02, 2019 at 11:46AM by Anjan Roy
http://bit.ly/2IebyMf
New post on /r/flutterdev subreddit:

Does Flutter Web (Hummingbird) work with the Firebase pubs?
It would be great if they do. Has anyone every done this before?Thanks.

June 02, 2019 at 12:50PM by helptraviecode
http://bit.ly/2EPrp37
New post on Flutter Dev Google group:

Management of Pizza Hut: We don't want Halal Foods
Hello there, I just signed the petition "Management of Pizza Hut: We don't want Halal Foods" and wanted to see if you could help by adding your name. Our goal is to reach 1,000 signatures and we need more support. You can read more and sign the petition here: http://chng.it/MXbXZPD2vJ

June 02, 2019 at 06:13PM by rajapaksh...@gmail.com
http://bit.ly/2WGmPye
New post on Flutter Dev Google group:

No clean solution for Firestore + Flutter with offline access
I'm using Cloud Firestore package but none of the Firestore operations work reliably if phone is offline, despite everything the documentation says. I'm quite frustrated that I have to keep checking for internet connectivity before issuing any Firestore calls. I should be able to make the

June 02, 2019 at 06:28PM by Jagannathan Srinivasan
http://bit.ly/2KkeycB
New post on /r/flutterdev subreddit:

Is Mac really better than windows for programming and particularly mobile dev with flutter and an emulator? I should’ve posted it here my bad. Also I don’t know half the terms they are referring to
http://bit.ly/2Ic8pfN

June 02, 2019 at 08:35PM by shehabs
http://bit.ly/2WgCaWN
New post on /r/flutterdev subreddit:

Tutorial on Routing in Flutter using Fluro
http://bit.ly/2XndMz5

June 02, 2019 at 08:00PM by AmruthPillai
http://bit.ly/2Kl9Hrz
New post on /r/flutterdev subreddit:

Does mixing dev platforms (Windows & Mac) for the same flutter project work?
We're looking at development of a flutter app where the dev environments will be mixed.Some development will take place on VSCode in Windows and pushed up and the same git will be opened with VSCode on a Mac. Has anybody tried this? Does it work without any issues?

June 02, 2019 at 07:50PM by iamaconsumer
http://bit.ly/2Wk3xzh
New post on /r/flutterdev subreddit:

How to know which firebase plugin versions to install?
I've been stuck for a few days with gradle not building (working on iOS fine). For 2 days I struggled because gradle was giving a generic error, finally got this today:​
FAILURE: Build failed with an exception. * What went wrong: Failed to capture fingerprint of input files for task ':app:preDebugBuild' property 'compileManifests' during up-to-date check. > In project 'app' a resolved Google Play services library dependency depends on another at an exact version (e.g. "[18.0. 0]", but isn't being resolved to that version. Behavior exhibited by the library will be unknown. Dependency failing: com.google.firebase:firebase-messaging:18.0.0 -> com.google.firebase:firebase-iid@[18.0.0], but fire base-iid version was 17.1.2. The following dependencies are project dependencies that are direct or have transitive dependencies that lead to the art ifact with the issue. -- Project 'app' depends on project 'firebase_messaging' which depends onto com.google.firebase:firebase-messaging@18.0. 0 -- Project 'app' depends on project 'firebase_core' which depends onto com.google.firebase:firebase-core@16.0.9 -- Project 'app' depends on project 'firebase_analytics' which depends onto com.google.firebase:firebase-analytics@16.5. 0 -- Project 'app' depends on project 'firebase_remote_config' which depends onto com.google.firebase:firebase-config@16.4 .1 -- Project 'app' depends onto com.google.firebase:firebase-core@16.0.9 For extended debugging info execute Gradle from the command line with ./gradlew --info :app:assembleDebug to see the dep endency paths to the artifact. This error message came from the google-services Gradle plugin, report issues at https:// github.com/google/play-services-plugins and disable by adding "googleServices { disableVersionCheck = false }" to your b uild.gradle file. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org 
​This was after I took out the version numbers from my pubspec to see if that would help lol (desperate times and all that...). I don't understand Google's version numbering and I'm not sure which versions of plugins I should be installing as it has caused conflicts in the past?​
dependencies: 
flutter: sdk: flutter http: cached_network_image: flutter_cache_manager: carousel_pro: cloud_firestore: firebase_core: firebase_remote_config: dynamic_theme: flutter_signin_button: shared_preferences: share: flutter_search_bar: google_sign_in: #flutter_facebook_login: flutter_html: requests: webview_flutter: flutter_webview_plugin: firebase_analytics: flutter_app_badger: #for launcher badge icon (notifications) uuid: font_awesome_flutter: device_info: carousel_slider: flutter_spinkit: flutter_typeahead: firebase_messaging: html_unescape: flutter_masked_text: configurable_expansion_tile: stripe_payment: square_in_app_payments:

June 02, 2019 at 09:39PM by ac_version_01
https://www.reddit.com/r/FlutterDev/comments/bw1bdk/how_to_know_which_firebase_plugin_versions_to/?utm_source=ifttt
New post on /r/flutterdev subreddit:

FlutterHub is a mobile application that allows developers to showcase their Flutter projects and hiring personnel to search for qualified, experienced Flutter developers.
https://github.com/felangel/flutter_hub

June 02, 2019 at 11:26PM by EngineerScientist
https://www.reddit.com/r/FlutterDev/comments/bw2if4/flutterhub_is_a_mobile_application_that_allows/?utm_source=ifttt