Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Is Flutter webview plugin production ready?
Would like to know if there are flutter apps that is in production already and uses webview plugin. How was it?

October 11, 2019 at 02:31PM by tsicnarf
https://ift.tt/2Vym3A6
New post on /r/flutterdev subreddit:

Removing flutter web libs from android build
Hi,I have something done with flutter web that want to compile for flutter android. I understand that they will run in very different environments and for example dart:html has no importance/utility in android (Perhaps webviews?). So, today I tried to compile for android and android studio claimed that "dart:html" lib was not found. I assume this is because dart:html has not been made for anything non web. So, Is there any way to conditionaly (or whatever other way to do it) be able to import libraries depending on the compilation target platform?Cheers!

October 11, 2019 at 04:40PM by wacomlover
https://ift.tt/2MwJWnQ
New post on /r/flutterdev subreddit:

I've seen a few people mention that they export their mock up screens from sketch onto flutter? Why do they do this?
No text found

October 11, 2019 at 04:14PM by ayerinlol
https://ift.tt/2VID1w5
New post on /r/flutterdev subreddit:

How to add typing indicator to chat app?
Hi Everyone!I am build chat app in Flutter. I build ListView from document snapshots() in Firestore collection.But I want add new feature: show if user is typing.I am stuck. I not know how to add different widget to bottom of List from different stream.Anyone know how to do or open source example?Thanks everyone!

October 11, 2019 at 04:13PM by Flutter_Dev
https://ift.tt/2oAhrNR
New tweet from FlutterDev:

🤯It's time to drop some #FlutterFriday knowledge! 🤯

Q: Are you rewriting the same Flutter code over and over again?

Make that a thing of the past with VSCode's code snippets or Android Studio's live templates. #vscode #androidstudio pic.twitter.com/wuh6sA1tm4— Flutter (@FlutterDev) October 11, 2019

October 11, 2019 at 05:41PM
http://twitter.com/FlutterDev/status/1182682731387355136
New post on /r/flutterdev subreddit:

Flutter: CircularLoading delay
So I'm testing using FutureBuilder and I have a CircularLoading widget for when the Future hasn't return yet.​But the animation looks janky, as the http call is quite fast, so you see a jerky motion to the CircularLoading widget which appears for fractions of second and it looks very bad.​Is there a way to selectively display 1 second CircularLoading by default, and if the future returned in less than 1 second, skip the Loading Spinner altogether.​Also, happy birthday Flutter! You're awesome i'm learning new shit from you everyday!

October 11, 2019 at 05:16PM by visiblebutterfly
https://ift.tt/2M4ldYO
New post on /r/flutterdev subreddit:

Moving from Native apps to Flutter?
I have an established app with a solid userbase and growing. The nature of the app is sports data related, so mostly we are talking about sports stats, schedules, and news. The apps are currently native Android/iOS.The app is somewhat outdated and so we are in the process of re-building it with udpated UI/UX and with many new features. Still in the design stage, but will soon have to decide if we stick with Native builds or go crossplatform / hydrid with Flutter or other (R/N). The development company we work with is pushing for Flutter (but not taking into account lack of Admob Native Ad Support).From a product feature, performance and maintenance POV Flutter makes so much sense. However, if we move to Flutter we'll have a monetization challenge. We currently use AdMob with both Native Ads. I am aware that Flutter doesn't support Admob Native Ads and that there is no timeline for this. (so it may never happen or it may happen far into the future). Can someone please advise if monetization with the Firebase AdMob plugin would result in comparable monetization to using AdMob Native Ads or is it expected that Native Ads would outperform non-native ads (interstitials and fixed-position banners)?. Appreciate your thoughts on this topic.

October 11, 2019 at 05:15PM by wredhead
https://ift.tt/2B5sqBO
New post on /r/flutterdev subreddit:

How long does it take to learn Flutter/Dart? (For a web dev)
Hi! I need to build an Android app for school in about a week (A simple CRUD with auth and push notifications) but I'm not a mobile dev, so I need to know if, given my web development background, I can learn to use this framework on time or if it is a better option for me out there. I'm a Vue developer so React Native is not an option right now, I know the Ionic team is working on a Vue version but it's not ready yet.P.D. Sorry about my english

October 11, 2019 at 08:54PM by thatblackgentleman
https://ift.tt/2IIKNR1
New tweet from FlutterDev:

The #BoringShow episode about multithreading in Dart was too isolated, so we filmed another one... 😂
@redbrogdon and @filiphracek live code the fetching of Hacker News articles to execute on a separate thread from the UI thread.

Binge watch here → https://t.co/AV3GjVVjOV pic.twitter.com/pa7N3Ckq1V— Flutter (@FlutterDev) October 11, 2019

October 11, 2019 at 09:42PM
http://twitter.com/FlutterDev/status/1182743366301184000
New post on /r/flutterdev subreddit:

60 Days of Flutter :Building a Messenger : Day 51–54 : Unit Testing Firebase Providers with Mockito
https://ift.tt/2MBIfoT

October 11, 2019 at 09:54PM by aditya_gurjar
https://ift.tt/2IXoDLh
New post on Flutter Dev Google group:

Webview in Flutter for iOS App.
Hello There, I am new in Flutter Development and i have developed an app with Webview. I have upload an apk on Google Play Store that is accepted but for App Store it shows some error. Please find below error, "ITMS-90338: Non-public API usage - The app references non-public symbols in

October 12, 2019 at 08:39AM by Vikramsinh Zala
https://ift.tt/31af7KW
New post on /r/flutterdev subreddit:

Alternative to Bitmoji for Flutter
Do you guys know a alternative to emoji in order to be used into a Flutter app ?I really like the idea of Bitmoji because you can use them in different scenarios (poses, face expression ..) instead of a single profile picture.If not, does someone have managed to implement the Bitmoji SDK into a Flutter app ?

October 12, 2019 at 12:11PM by Kadarach
https://ift.tt/2Mcvann
New post on /r/flutterdev subreddit:

Flutter compile issue
Hi all,Hoping someone can assist. I can build and run flutter apps file on bother Android Studio and VSC as long as I use the IOS emulator. I can run the Android emulator and it looks like it is running fine but when I try and compile an app to it I get the following error.FAILURE: Build failed with an exception.
* What went wrong: Execution failed for task ':app:compileDebugJavaWithJavac'. > com.sun.tools.javac.util.Context.put(Ljava/lang/Class;Ljava/lang/Object;)V * 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.I have not been able to determine on VSC or AS how to turn the tracing on. I have tried completely reinstalling and recreating the Android Studio and Emulators and no change.Hope someone can help or offer a suggestionBilgola

October 12, 2019 at 01:59PM by BilgolaBeach
https://ift.tt/2peNdQy
New post on /r/flutterdev subreddit:

#13 AspectRatio Flutter Widget
https://youtu.be/YSUoi_LWPWs

October 12, 2019 at 01:50PM by systechdevelopers
https://ift.tt/2MCaRyq
New post on /r/flutterdev subreddit:

Anyone know the best practices to implement JWT based authentication in flutter?
I have so far implemented a simple token based authentication in my app. I decided to switch to JWT and I get an access token and a refresh token so it’s a little more complex. I am currently just using shared preferences to store the tokens. It’s working but I am not sure if I am doing everything right and all the posts or tutorial videos generally are only about firebase authentication. Are there any tutorials or videos on how to implement JWT based authentication in flutter?

October 12, 2019 at 05:04PM by Competitive_Ride
https://ift.tt/2MN4AAj