New post on /r/flutterdev subreddit:
How to handle FCM notification without firebase_messaging?
Hello everyone,I'm developing an app that relies heavily on notifications sent by my backend via FCM. These messages are data messages that need to be handled via background message.Now, the obvious solution for that is to use library firebase_messaging. The issue is that I'm having some problems with it that seem like old problems that are taking longer than expected to be fixed.The issues are:Every notification received by the app is duplicated. This is a known issue that you can check it here #1669. This is already fixed, but only on master, and there is no deadline on when it will be available no stable. This is fine for now but doesn't seem like a good idea to run flutter master in a production-ready app;Usage of background message handler crashes the app. This is also an issue that is open in their GitHub #125 and is a very old one, from Sep 2019. This is a major issue simply because it removes the option to use data messages and handle any message before showing it to the user.What I don't understand is how people are developing and deploying Flutter applications that use FCM notifications with the above issues.My guess is that there is some alternative that I'm not aware of, maybe implementing the notification part directly in Kotlin and Swift and sending it to flutter via some channel, or maybe there is some alternative library that I'm not aware.So, how do you guys work around these problems? And do you have some suggestions for me?Thanks!
April 28, 2020 at 01:03AM by sezaru
https://ift.tt/2yQ2HiC
How to handle FCM notification without firebase_messaging?
Hello everyone,I'm developing an app that relies heavily on notifications sent by my backend via FCM. These messages are data messages that need to be handled via background message.Now, the obvious solution for that is to use library firebase_messaging. The issue is that I'm having some problems with it that seem like old problems that are taking longer than expected to be fixed.The issues are:Every notification received by the app is duplicated. This is a known issue that you can check it here #1669. This is already fixed, but only on master, and there is no deadline on when it will be available no stable. This is fine for now but doesn't seem like a good idea to run flutter master in a production-ready app;Usage of background message handler crashes the app. This is also an issue that is open in their GitHub #125 and is a very old one, from Sep 2019. This is a major issue simply because it removes the option to use data messages and handle any message before showing it to the user.What I don't understand is how people are developing and deploying Flutter applications that use FCM notifications with the above issues.My guess is that there is some alternative that I'm not aware of, maybe implementing the notification part directly in Kotlin and Swift and sending it to flutter via some channel, or maybe there is some alternative library that I'm not aware.So, how do you guys work around these problems? And do you have some suggestions for me?Thanks!
April 28, 2020 at 01:03AM by sezaru
https://ift.tt/2yQ2HiC
Dart packages
firebase_messaging | Flutter package
Flutter plugin for Firebase Cloud Messaging, a cross-platform messaging solution that lets you reliably deliver messages on Android and iOS.
New post on /r/flutterdev subreddit:
Flutter Home Rent Services App UI
https://youtu.be/BFzdYRtXYj8
April 28, 2020 at 07:00AM by vilhd
https://ift.tt/2yU3HST
Flutter Home Rent Services App UI
https://youtu.be/BFzdYRtXYj8
April 28, 2020 at 07:00AM by vilhd
https://ift.tt/2yU3HST
YouTube
Flutter Home Rent Services App UI - Flutter UI Tutorials - Protorix Code
In this video, we are going to design a Home Rent Services App UI using Flutter.
#flutter #flutterui #flutterdesign #flutteruidesign #protorixcode #ui #uidesign #android #ios #design #musicplayer #musicplayerapp #googleflutter #uichallenges #cleandesigns…
#flutter #flutterui #flutterdesign #flutteruidesign #protorixcode #ui #uidesign #android #ios #design #musicplayer #musicplayerapp #googleflutter #uichallenges #cleandesigns…
New post on /r/flutterdev subreddit:
Can I copy the code from android studio (win) and paste it to visual studio(mac)?
Would it directly work the same?I have installed android on pc and vsc on macbook. I'm trying yo build an mvp myself as a nonprogrammer.
April 28, 2020 at 08:25AM by alpello
https://ift.tt/2KH54XK
Can I copy the code from android studio (win) and paste it to visual studio(mac)?
Would it directly work the same?I have installed android on pc and vsc on macbook. I'm trying yo build an mvp myself as a nonprogrammer.
April 28, 2020 at 08:25AM by alpello
https://ift.tt/2KH54XK
reddit
Can I copy the code from android studio (win) and paste it to...
Would it directly work the same? I have installed android on pc and vsc on macbook. I'm trying yo build an mvp myself as a nonprogrammer.
New post on /r/flutterdev subreddit:
weekday_selector package - Customizable, i18n-ready
https://ift.tt/3cReyMf
April 28, 2020 at 08:02AM by serial_dev
https://ift.tt/2YaW2KL
weekday_selector package - Customizable, i18n-ready
https://ift.tt/3cReyMf
April 28, 2020 at 08:02AM by serial_dev
https://ift.tt/2YaW2KL
Dart packages
weekday_selector | Flutter Package
A collection of Flutter widgets and classes to help you select weekdays in your apps. Perfect for recurring events, alarms.
New post on Flutter Dev Google group:
Binding to C native code with dart:ffi: pass strings to C
Hi, I am trying to do my first plugin using a native c library but I don't know how to pass a string to a native c function. I have seen this dart example that use Utf8 Class
Binding to C native code with dart:ffi: pass strings to C
Hi, I am trying to do my first plugin using a native c library but I don't know how to pass a string to a native c function. I have seen this dart example that use Utf8 Class
New post on Flutter Dev Google group:
Flutter Commands Not Working
I have downloaded flutter and I have added it to the path. When I try to run some flutter commands such as "flutter doctor" nothing happens. It doesn't show an error or anything else. Can someone please help me?
April 28, 2020 at 08:14AM by Oscar Sargent
https://ift.tt/35bY1jj
Flutter Commands Not Working
I have downloaded flutter and I have added it to the path. When I try to run some flutter commands such as "flutter doctor" nothing happens. It doesn't show an error or anything else. Can someone please help me?
April 28, 2020 at 08:14AM by Oscar Sargent
https://ift.tt/35bY1jj
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:
Insecure about using width height values explicitly. Am I too naive?
Hi Flutter devs,So, I'm new to Flutter basically any UI development for that matter.I find using explicit width height values to get the look I want, a bit insecure because every device is different and has different sizes. Is it not better to use relative values?When would anyone ever decide their UI element should be let's say 400 pixels wide? That would look inconsistent across devicesI'd like to hear from flutter expert devs how you go about developing an UI, what are your basic strategies, and your approach towards sizing elements on the screen.Thank you
April 28, 2020 at 09:55AM by veneno11
https://ift.tt/2VJbT1B
Insecure about using width height values explicitly. Am I too naive?
Hi Flutter devs,So, I'm new to Flutter basically any UI development for that matter.I find using explicit width height values to get the look I want, a bit insecure because every device is different and has different sizes. Is it not better to use relative values?When would anyone ever decide their UI element should be let's say 400 pixels wide? That would look inconsistent across devicesI'd like to hear from flutter expert devs how you go about developing an UI, what are your basic strategies, and your approach towards sizing elements on the screen.Thank you
April 28, 2020 at 09:55AM by veneno11
https://ift.tt/2VJbT1B
reddit
Insecure about using width height values explicitly. Am I too naive?
Hi Flutter devs, So, I'm new to Flutter basically any UI development for that matter. I find using explicit width height values to get the look...
New post on Flutter Dev Google group:
Flutter Error: RangeError (index): Invalid value: Only valid value is 0: 1
I am filtering a listview depending on options i get this error RangeError (index): Invalid value: Only valid value is 0: 1 filterdata = widget?.categoryId?.map((f) { return GetAnswers?.where((ans) { return ans?.category?.contains(f) ?? ""; })?.toList() ?? [];
April 28, 2020 at 10:26AM by khaliq Dad
https://ift.tt/2KCgTP9
Flutter Error: RangeError (index): Invalid value: Only valid value is 0: 1
I am filtering a listview depending on options i get this error RangeError (index): Invalid value: Only valid value is 0: 1 filterdata = widget?.categoryId?.map((f) { return GetAnswers?.where((ans) { return ans?.category?.contains(f) ?? ""; })?.toList() ?? [];
April 28, 2020 at 10:26AM by khaliq Dad
https://ift.tt/2KCgTP9
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:
Handling Connections in flutter
https://youtu.be/AtjIdSdcU3E
April 28, 2020 at 11:01AM by cimplesid
https://ift.tt/2y90cYK
Handling Connections in flutter
https://youtu.be/AtjIdSdcU3E
April 28, 2020 at 11:01AM by cimplesid
https://ift.tt/2y90cYK
YouTube
Flutter tutorial - Handling connection like a pro
link to code:https://github.com/cimplesid/learn-flutter-youtube SUBSCRIBE HERE: http://bit.ly/sidtubesub Buy me a cup of coffee:https://www.patreon.com/cimpl...
New post on /r/flutterdev subreddit:
what after angela course
i studied angela course and finished it so any ideas for what doing after that ?
joining max course or just watching videos for app from scratch on Youtube ?
thanks.
April 28, 2020 at 12:56PM by egy_me
https://ift.tt/2W9w4op
what after angela course
i studied angela course and finished it so any ideas for what doing after that ?
joining max course or just watching videos for app from scratch on Youtube ?
thanks.
April 28, 2020 at 12:56PM by egy_me
https://ift.tt/2W9w4op
reddit
what after angela course
i studied angela course and finished it so any ideas for what doing after that ? joining max course or just watching videos for app from scratch...
New post on /r/flutterdev subreddit:
What is the current state of Flutter and piracy?
Important note: Please let's not get into a discussion about privacy itself. There already are many reddit threads talking about this. Let's keep this purely technical and Flutter related.I am currently working on an app (not a game) and I want to sell it on the Apple AppStore as well as the Google Play Store. The app still takes a while to be finished, but I just did some googling on how to best monetize it. As an enduser I really don't like ads or IAP. I want to buy an app, have all the features and just use it. However with piracy rates regularly being 90%+ I feel like I need to explore other options.My research seems to suggest the following:Most piracy anecdotes/numbers are for games. But I suppose other types of apps won't be significantly better.It seems anyone with a rooted Android phone can get a native Android app's source code (dex2jar).Contrary to my expectation the situation on iOS is similar with piracy rates of 90%+ being normal. (sideloading)Right now the most sensible (in terms of income security) seems to be to just publish the app for free and put ads in it. Then offer an IAP to remove ads and add a few more features. However AFAIU even IAPs can be hacked. I however need to do more research on this.So I now have two questions:In regards to Flutter, are there any piracy differences compared to native apps? For example: If Flutter is AOT compiled, tools like dex2jar probably won't work? Is that indeed the case? And even if it is the case, does that make pirating any harder?Can anyone share his/her experience with Flutter in regards to Piracy? I obviously googled "Flutter piracy", but there isn't a single article talking about it.Looking forward to your experiences and technical expertise. And again: Let's please keep it technical and Flutter related.
April 28, 2020 at 01:30PM by booooomba
https://ift.tt/2VJb9t5
What is the current state of Flutter and piracy?
Important note: Please let's not get into a discussion about privacy itself. There already are many reddit threads talking about this. Let's keep this purely technical and Flutter related.I am currently working on an app (not a game) and I want to sell it on the Apple AppStore as well as the Google Play Store. The app still takes a while to be finished, but I just did some googling on how to best monetize it. As an enduser I really don't like ads or IAP. I want to buy an app, have all the features and just use it. However with piracy rates regularly being 90%+ I feel like I need to explore other options.My research seems to suggest the following:Most piracy anecdotes/numbers are for games. But I suppose other types of apps won't be significantly better.It seems anyone with a rooted Android phone can get a native Android app's source code (dex2jar).Contrary to my expectation the situation on iOS is similar with piracy rates of 90%+ being normal. (sideloading)Right now the most sensible (in terms of income security) seems to be to just publish the app for free and put ads in it. Then offer an IAP to remove ads and add a few more features. However AFAIU even IAPs can be hacked. I however need to do more research on this.So I now have two questions:In regards to Flutter, are there any piracy differences compared to native apps? For example: If Flutter is AOT compiled, tools like dex2jar probably won't work? Is that indeed the case? And even if it is the case, does that make pirating any harder?Can anyone share his/her experience with Flutter in regards to Piracy? I obviously googled "Flutter piracy", but there isn't a single article talking about it.Looking forward to your experiences and technical expertise. And again: Let's please keep it technical and Flutter related.
April 28, 2020 at 01:30PM by booooomba
https://ift.tt/2VJb9t5
reddit
What is the current state of Flutter and piracy?
*Important note: Please let's not get into a discussion about piracy itself. There already are many reddit threads talking about this. Let's keep...
New post on Flutter Dev Google group:
Re: controller length property(5) does not match the number of tabs(1) present in tabbars tabs property.....error occured.....how to resolve this problem
Do you want to share the entire error message and file. Line numbers matter. On Tue, Apr 28, 2020 at 7:30 AM Arthee Krishnamoorthy
Re: controller length property(5) does not match the number of tabs(1) present in tabbars tabs property.....error occured.....how to resolve this problem
Do you want to share the entire error message and file. Line numbers matter. On Tue, Apr 28, 2020 at 7:30 AM Arthee Krishnamoorthy
New post on /r/flutterdev subreddit:
Weekly Questions Thread - April 28, 2020
This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Also the Flutter.dev getting started tutorial and the Flutter Cookbook should have the answers to most simple questions.If you're new to Flutter you might also consider taking this free introductory course.Examples of questions:How do I send data to a new screen?Does anyone have a link to the source for the Flutter Gallery app?How do I change the application launcher icon in Flutter?Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged.Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead.Have a question about the subreddit or otherwise for /r/FlutterDev mods? We welcome your mod mail!Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Fridays.Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link!
April 28, 2020 at 02:33PM by AutoModerator
https://ift.tt/2Sf1JDA
Weekly Questions Thread - April 28, 2020
This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Also the Flutter.dev getting started tutorial and the Flutter Cookbook should have the answers to most simple questions.If you're new to Flutter you might also consider taking this free introductory course.Examples of questions:How do I send data to a new screen?Does anyone have a link to the source for the Flutter Gallery app?How do I change the application launcher icon in Flutter?Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged.Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead.Have a question about the subreddit or otherwise for /r/FlutterDev mods? We welcome your mod mail!Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Fridays.Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link!
April 28, 2020 at 02:33PM by AutoModerator
https://ift.tt/2Sf1JDA
Reddit
index - FlutterDev
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Any ideas or guides to get a robust video cutter
I have been working for a long time on a small functionality to trim a video, but I have not yet completed this. I have searched for a package, but have not yet seen something robust that does something similar.
April 28, 2020 at 04:07PM by wilfredonoyola
https://ift.tt/2W7DiJf
Any ideas or guides to get a robust video cutter
I have been working for a long time on a small functionality to trim a video, but I have not yet completed this. I have searched for a package, but have not yet seen something robust that does something similar.
April 28, 2020 at 04:07PM by wilfredonoyola
https://ift.tt/2W7DiJf
reddit
Any ideas or guides to get a robust video cutter
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Verify and Update User password with Firebase and Flutter
https://youtu.be/2yBiPAS3CZE
April 28, 2020 at 03:58PM by MyracleDesign
https://ift.tt/35c8F9T
Verify and Update User password with Firebase and Flutter
https://youtu.be/2yBiPAS3CZE
April 28, 2020 at 03:58PM by MyracleDesign
https://ift.tt/35c8F9T
YouTube
Verify and Update User password with Firebase and Flutter - Firebase Profile IV
Today we want to update the username inside of our #Firebase #Profile. Besides that, we fix a Pixel Overflow problem whenever we click inside one of the TextFields.
⭐️⭐️ Helpful Ressources ⭐️⭐️
SourceCode: https://github.com/md-weber/firebase_profile_tu…
⭐️⭐️ Helpful Ressources ⭐️⭐️
SourceCode: https://github.com/md-weber/firebase_profile_tu…
New post on Flutter Dev Google group:
flutter running stuck
hello guys and welcome i have a problem with my flutter in android studio once i click run it stuck in "Running gradle task assembeleDebug"please help me
April 28, 2020 at 04:25PM by Haitham Aleryani
https://ift.tt/3bMKWzw
flutter running stuck
hello guys and welcome i have a problem with my flutter in android studio once i click run it stuck in "Running gradle task assembeleDebug"please help me
April 28, 2020 at 04:25PM by Haitham Aleryani
https://ift.tt/3bMKWzw
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:
How to access live video recording stream and pipe it elsewhere?
Hello, I would like to access a live recording video stream and pipe the bytes elsewhere through WebSockets. Is it possible to achieve this using the camera package in Flutter? The closest method I could find is `startImageStream`, but I don't think it includes audio.
April 28, 2020 at 04:12PM by chuabingquan
https://ift.tt/3f0PFQc
How to access live video recording stream and pipe it elsewhere?
Hello, I would like to access a live recording video stream and pipe the bytes elsewhere through WebSockets. Is it possible to achieve this using the camera package in Flutter? The closest method I could find is `startImageStream`, but I don't think it includes audio.
April 28, 2020 at 04:12PM by chuabingquan
https://ift.tt/3f0PFQc
reddit
How to access live video recording stream and pipe it elsewhere?
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
Firestore on macOS
Not really a question, but it might be interesting for you to hear that Flutter's "cloud_firestore" plugin for iOS seems to work also on macOS out of the box! I was under the impression that Firebase only supports iOS and Android (and the Web) but when running my app on macOS it emits "tvOS and
April 28, 2020 at 05:07PM by Stefan Matthias Aust
https://ift.tt/2YdCVje
Firestore on macOS
Not really a question, but it might be interesting for you to hear that Flutter's "cloud_firestore" plugin for iOS seems to work also on macOS out of the box! I was under the impression that Firebase only supports iOS and Android (and the Web) but when running my app on macOS it emits "tvOS and
April 28, 2020 at 05:07PM by Stefan Matthias Aust
https://ift.tt/2YdCVje
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:
MultiTween in 3min
https://youtu.be/Er87bi9AM0M
April 28, 2020 at 04:57PM by felixlein
https://ift.tt/3bL7MaT
MultiTween in 3min
https://youtu.be/Er87bi9AM0M
April 28, 2020 at 04:57PM by felixlein
https://ift.tt/3bL7MaT
YouTube
MultiTween in 3min
Brief introduction into Simple Animations' Multitween. For more information: https://pub.dev/packages/simple_animations
New post on /r/flutterdev subreddit:
Glutton, better key-value storage for flutter
https://ift.tt/2VLMVhK
April 28, 2020 at 06:01PM by NimbleMouse
https://ift.tt/2SdLR4o
Glutton, better key-value storage for flutter
https://ift.tt/2VLMVhK
April 28, 2020 at 06:01PM by NimbleMouse
https://ift.tt/2SdLR4o
GitHub
agungnursatria/glutton
Flutter shared preferences customized plugin. Secure, Encrypted, Simplified use, Simple key-value pairs storage. - agungnursatria/glutton
New post on /r/flutterdev subreddit:
Flutter_blue - bluetooth
I am having a lot of trouble with flutter_blue and graphing Bluetooth data. I can see the devices and connect and see services/characteristics and turn notification on, but can't get/put the data that is being streamed into a list to graph (or access a list that is already there). Thank you for any help.
April 28, 2020 at 05:56PM by mmathys
https://ift.tt/2zwUnom
Flutter_blue - bluetooth
I am having a lot of trouble with flutter_blue and graphing Bluetooth data. I can see the devices and connect and see services/characteristics and turn notification on, but can't get/put the data that is being streamed into a list to graph (or access a list that is already there). Thank you for any help.
April 28, 2020 at 05:56PM by mmathys
https://ift.tt/2zwUnom
reddit
Flutter_blue - bluetooth
I am having a lot of trouble with flutter\_blue and graphing Bluetooth data. I can see the devices and connect and see services/characteristics...