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

My experiences building and releasing an Android app with Flutter
Quick background: indie dev with app in both iOS and Android (native Swift and Kotlin). Loved Kotlin. Hated Android development. The Android version started to lag behind the iOS app in design and functionality - I just didn’t have enough time to fight against the Android SDK to match the iOS app feature for feature.After bashing my head against the desk after a week of trying to build a slide-up view over a map like in Google Maps (a trivial task in Swift/UiKit) I decided in May to rebuild the Android app in Flutter.Building custom UI in Flutter has been an absolute pleasure. Easier that UIKit, so much easier than Android XML. What a breath of fresh air!Released the update to the Play Store this week. I was a bit worried about crashes appearing but so far none have surfaced. Non-fatal Dart errors are minimal. Positive emails and reviews. A perfect redesign experience!If anybody is thinking about rebuilding their Android app in Flutter - go for it! My app is 50 KLOC and uses external APIs and the Google Maps plugin pretty extensively.Some issues I did encounter:the shared_preferences plugin stores key/value pairs in a different location than the standard Android Shared Preferences. Use native_shared_preferences to migrate old settings over.The official Google Maps plugin is still missing some nice-to-have features like custom views for dynamic markers and animating markers. Small things I’m sure will get addressed eventually.

November 14, 2020 at 09:13PM by PeachyAwn
https://ift.tt/3lASfiD
New post on /r/flutterdev subreddit:

Flutter on FireOS (Fire Tablets) with Push Notifications
I've developed an app (more for learning than anything) and it runs on my 10th generation FireTablet just fine. After fighting a few days to implement FCM (Googles Firebase Cloud Messaging) for push notifications, which works great in my emulator, I realized that these FCM notifications won't work on FireOS. It looks like I'll have to use ADM (Amazon Device Messaging).I've searched pub.dev for any ADM plugins, but didn't see any.Has anyone gotten either FCM or ADM to work for their flutter apps on FireOS?Any tips or tutorials that helped?​Also for anyone else working on push notifications with FCM this was the most helpful as the rest of the many tutorials, medium posts, and youtube videos are all about doing it the old way which is arguably fraught with bugs. https://pub.dev/packages/firebase_messaging/versions/8.0.0-dev.8/example​Edit: Grammar

November 14, 2020 at 09:44PM by not-bot-3000
https://ift.tt/3purMWp
New post on /r/flutterdev subreddit:

Be Careful of Upgrading to macOS Big Sur (Flutter Web)
If you're thinking about upgrading to Big Sur and you develop Flutter Web applications, I'd wait until this issue is resolved:https://github.com/flutter/flutter/issues/70529Currently, mouse clicks are taking 4-7 taps before they're registered (clicked at normal speed) for any Chrome browsers.

November 15, 2020 at 03:02AM by Paulhal
https://ift.tt/2H6uMHc
New post on /r/flutterdev subreddit:

Jetpack Compose or Flutter... Which is the safest bet?
/r/androiddev/comments/judj8o/jetpack_compose_or_flutter_which_is_the_safest_bet/

November 15, 2020 at 02:34AM by mucarito
https://ift.tt/32MvLUy
New post on /r/flutterdev subreddit:

I started last year the SciDart project. SciDart is a experimental cross-platform scientific platform for Dart. If someone have interest to contribute with it, please, let me know.
https://scidart.org/

November 15, 2020 at 02:13AM by polotto
https://ift.tt/36CM47p
New post on /r/flutterdev subreddit:

XMPP Client Library for Flutter/Dart which also supports Jingle Extension
We are integrating video calling feature in our flutter app. We've setup prosody.im in the EC2 (AWS) AMI, and handling chat and video chat between clients.I've looked over XMPP Stone library for flutter. But it seems they don't support Jingle extension. Is there any flutter based XMPP client library which does support Jingle extension?

November 15, 2020 at 05:37AM by Xenymus
https://ift.tt/2K4yjqp
New post on /r/flutterdev subreddit:

Movies and Tv Show Application built using Flutter
So I built this movie application about a month ago. I saw people posting their projects and getting feedbacks on how they can improve it, so I thought I'd post one too. Here is the like for the source code https://github.com/AbePlays/Viewster. I have embedded few screenshots in the Readme file so you can take a look at the UI. Thanks and looking forward for some feedback.

November 15, 2020 at 06:40AM by Ashek10
https://ift.tt/36D62in
New post on Flutter Dev Google group:

Cant able to work in flutter after several tries
Sir, for the past 10 days I am trying to install flutter correctly in Laptop (Windows 10- 64 bit, 4GB RAM), I had gone through different installation procedures and correctly followed procedures mentioned in the flutter website. The prerequisites for flutter installation in windows 10 mentioned

November 15, 2020 at 07:22AM by Abhi
https://ift.tt/38JXKYL
New post on /r/flutterdev subreddit:

Default data sent to google by a flutter app
hi guys,Just getting started with flutter development and was wondering if there is any data that is sent to google by a flutter app.for example, I build a simple stopwatch app, Is there any data that is sent to google? If so what data is sent? and is there any way to stop it?Secondly, is there any data sent by the flutter development tools? I think we can stop telemetry on the flutter tool but what about the dart SDK, can we stop that? Their website mentions the followingMoreover, Flutter includes the Dart SDK, which may send usage metrics and crash reports to Google.source: https://flutter.dev/docs/get-started/install/linux

November 15, 2020 at 07:40AM by rotronic
https://ift.tt/3pFTMqe
New post on /r/flutterdev subreddit:

Building homescreen in Flutter
Hi! I'm planning to build my own speed-focused home screen (launcher), and now I'm choosing the platform.So my question is: which of the following things are achievable in Flutter?1) Getting app quick actions list 2) Getting widgets of other apps and displaying them 3) Getting the list of notifications, including interactive ones

November 15, 2020 at 09:46AM by Pyciko_
https://ift.tt/32NiTgN
New post on /r/flutterdev subreddit:

Big Sur BREAKS Flutter.
Hi there! Today I updated my MacBook Pro 15 2018 to new Big Sur stable. And there is NO WAY working with Flutter on Big Sur. Please be important installing this update.

November 15, 2020 at 11:40AM by roflanPeaceDeath
https://ift.tt/36G3vns
New post on /r/flutterdev subreddit:

Android Tv
There any official dev for support android tv ?

November 15, 2020 at 12:39PM by Sharp_Chard
https://ift.tt/35yzbMm
New post on /r/flutterdev subreddit:

Can someone interested make a flutter app out of the flutter.dev website?
Would it be tough for a beginner? I always wished that it was a PWA like developer.android.com is. Now that it isn't, why not build a flutter app instead, right?

November 15, 2020 at 12:11PM by mondalex
https://ift.tt/32O68mb
New post on /r/flutterdev subreddit:

FlutterForce — Week 96
https://ift.tt/35vIhte

November 15, 2020 at 01:16PM by flutterist
https://ift.tt/3fdfCg1
New post on /r/flutterdev subreddit:

Does anyone know how to get the devtools link for a running Flutter app is I didn't note it down before hand?
Basically, reloading in IntelliJ clears the output and I need the link since there is a bug in the integrated Devtools/Inpector where if you press ESC, it goes back to a page asking to enter the URL to connect to a running Flutter app

November 15, 2020 at 02:48PM by Parkar99
https://ift.tt/2Kc3AIb
New post on Flutter Dev Google group:

Barcode scanner EAN13 + EAN5
Hi, i have a problem: i want read a barcode of italy’s newspaper. Attach the barcode of ILSOLE24ORE as example.( EAN13 + EAN5 ) It’s possibile with fliutter? thanks

November 15, 2020 at 04:05PM by Emanuele Salati
https://ift.tt/2UtOM9D
New post on Flutter Dev Google group:

android gradle plugin version empty
In project structure , under projects, android gradle plugin version is empty and there is nothing in selection list. I am getting an error " Gradle project syn failed. basic funcatinality like (editing debugging) will not work properly " .Please help me on this error..

November 15, 2020 at 04:12PM by Abhi
https://ift.tt/38Mhk6S