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
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
reddit
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...
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/exampleEdit: Grammar
November 14, 2020 at 09:44PM by not-bot-3000
https://ift.tt/3purMWp
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/exampleEdit: Grammar
November 14, 2020 at 09:44PM by not-bot-3000
https://ift.tt/3purMWp
Dart packages
The official repository for Dart and Flutter packages.
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
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
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
GitHub
[Web] Big Sur mouse clicks often not processed · Issue #70529 · flutter/flutter
On Mac OS Big Sur browser Chrome, mouse clicks are often not processed. You need to click many times on a button before it’s code is processed. This problem is not in Safari. It can be reproduced o...
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
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
reddit
Jetpack Compose or Flutter... Which is the safest bet?
Posted in r/FlutterDev by u/mucarito • 1 point and 0 comments
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
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
scidart.org
SciDart is a experimental cross-platform scientific platform for Dart.
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
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
reddit
XMPP Client Library for Flutter/Dart which also supports Jingle...
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...
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
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
GitHub
AbePlays/Viewster
Browse through the list of movies and tv shows! Contribute to AbePlays/Viewster development by creating an account on GitHub.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
docs.flutter.dev
Choose your first type of app
Configure your system to develop Flutter on Linux.
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
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
reddit
Building homescreen in Flutter
A subreddit for Google's portable UI framework.
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
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
reddit
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...
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
Android Tv
There any official dev for support android tv ?
November 15, 2020 at 12:39PM by Sharp_Chard
https://ift.tt/35yzbMm
reddit
Android Tv
There any official dev for support android tv ?
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
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
reddit
Can someone interested make a flutter app out of the flutter.dev...
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...
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
FlutterForce — Week 96
https://ift.tt/35vIhte
November 15, 2020 at 01:16PM by flutterist
https://ift.tt/3fdfCg1
Medium
FlutterForce — #Week 96
Weekly Flutter Resources
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
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
reddit
Does anyone know how to get the devtools link for a running...
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...
New post on /r/flutterdev subreddit:
Widgets Explained | Flutter For Beginners
https://youtu.be/H3f8lisrSIo
November 15, 2020 at 02:17PM by Marcus-Ng
https://ift.tt/3kz1rTa
Widgets Explained | Flutter For Beginners
https://youtu.be/H3f8lisrSIo
November 15, 2020 at 02:17PM by Marcus-Ng
https://ift.tt/3kz1rTa
YouTube
Flutter Widgets Explained (Stateless vs Stateful) | Flutter For Beginners
» Flutter courses, writeups, and source code on Launch Club 🧠
https://LaunchClub.io
In Flutter, everything is a widget. But what are widgets? Widgets are like legos, and they're the building blocks of Flutter apps. We can combine them together to build amazing…
https://LaunchClub.io
In Flutter, everything is a widget. But what are widgets? Widgets are like legos, and they're the building blocks of Flutter apps. We can combine them together to build amazing…
New post on /r/flutterdev subreddit:
Flutter - Stojo App - Clean UI - Beautiful Curves - Appnics
https://www.youtube.com/watch?v=FfsAaApkW5M
November 15, 2020 at 02:15PM by singh_preet_
https://ift.tt/3lA8tIK
Flutter - Stojo App - Clean UI - Beautiful Curves - Appnics
https://www.youtube.com/watch?v=FfsAaApkW5M
November 15, 2020 at 02:15PM by singh_preet_
https://ift.tt/3lA8tIK
YouTube
Flutter - Stojo App - Clean UI - Beautiful Curves - Appnics
Nice clean #ecommerce app #UI using #flutter
source code- https://github.com/singh-preet/Stojo
design -https://dribbble.com/shots/14286390-Stojo-Mobile-App
Thanks for watching
Subscribe for more
source code- https://github.com/singh-preet/Stojo
design -https://dribbble.com/shots/14286390-Stojo-Mobile-App
Thanks for watching
Subscribe for more
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
New app! What do you think?
https://ift.tt/3kvyzLH
November 15, 2020 at 03:50PM by datanutting
https://ift.tt/3lCgKfe
New app! What do you think?
https://ift.tt/3kvyzLH
November 15, 2020 at 03:50PM by datanutting
https://ift.tt/3lCgKfe
Google Play
Nostrasight - Apps on Google Play
Stay ahead with AI and data science powered reports and speculations in various fields.
The Nostrasight app offers you knowledge with an attempt to address events with a novel approach that is analytical and easily comprehensible.
With Nostrasight you can:…
The Nostrasight app offers you knowledge with an attempt to address events with a novel approach that is analytical and easily comprehensible.
With Nostrasight you can:…
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.