Reddit: [Question] How to display push notification banner in Android?
I was able to implement push notifications for both iOS and Android, problem is in android the banner is not showing up.I understand there's the implementation of notification channels in Android. I tried adding some code for channels in my MainActivity but it still doesn't show up.Anyone tried doing this? Can anyone help me point to the right direction?
Submitted July 22, 2018 at 08:46AM by Epalogs8
via reddit https://ift.tt/2LE1s7R
I was able to implement push notifications for both iOS and Android, problem is in android the banner is not showing up.I understand there's the implementation of notification channels in Android. I tried adding some code for channels in my MainActivity but it still doesn't show up.Anyone tried doing this? Can anyone help me point to the right direction?
Submitted July 22, 2018 at 08:46AM by Epalogs8
via reddit https://ift.tt/2LE1s7R
reddit
r/FlutterDev - [Question] How to display push notification banner in Android?
1 vote and 0 comments so far on Reddit
GGroup: Please update Flutter Tutorial. It's out of date.
Hi Flutter Dev Team, Thanks for your tutorial about Flutter. It really helps me a lot. But I think you should update the tutorial page because it's out of date. For example: https://ift.tt/2F596be When I follow the tutorial it didn't run at all. So I have to compare your main.dart
Submitted July 22, 2018 at 04:22PM by Vũ Văn Lý
via Flutter Dev https://ift.tt/2uFpWaf
Hi Flutter Dev Team, Thanks for your tutorial about Flutter. It really helps me a lot. But I think you should update the tutorial page because it's out of date. For example: https://ift.tt/2F596be When I follow the tutorial it didn't run at all. So I have to compare your main.dart
Submitted July 22, 2018 at 04:22PM by Vũ Văn Lý
via Flutter Dev https://ift.tt/2uFpWaf
flutter.io
Write Your First Flutter App, part 1
This is a guide to creating your first Flutter app. If youare familiar with object-oriented code and basic programmingconcepts such as variables, loops, and conditionals,you can complete this tutorial. You don’t needprevious experience with Dart or mobile…
Reddit: Flutter: Draggable & Drag Target | Ep 3 | Flutter Weekly Widgets | Every Sunday
https://youtu.be/U6WjVYZ3kKc
Submitted July 22, 2018 at 04:59PM by imthepk
via reddit https://ift.tt/2mBKU5D
https://youtu.be/U6WjVYZ3kKc
Submitted July 22, 2018 at 04:59PM by imthepk
via reddit https://ift.tt/2mBKU5D
YouTube
Flutter: Draggable & Drag Target | Ep 3 | Flutter Weekly Widgets
Flutter Weekly Widget Episode 3 - We will see how to use and where to use the Draggable & the DragTarget widget in this episode.
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/FlutterWidgets
Flutter…
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/FlutterWidgets
Flutter…
GGroup: Periodically Updating Data
I'm fairly new to Flutter and am trying to accomplish the following: Data is displayed on a page and it's values are updated periodically by reading a web service endpoint with returns a JSON. I have everything working but can't seem to get my head around how to actually access/update the data
Submitted July 22, 2018 at 08:52PM by K Wilde
via Flutter Dev https://ift.tt/2uUGevj
I'm fairly new to Flutter and am trying to accomplish the following: Data is displayed on a page and it's values are updated periodically by reading a web service endpoint with returns a JSON. I have everything working but can't seem to get my head around how to actually access/update the data
Submitted July 22, 2018 at 08:52PM by K Wilde
via Flutter Dev https://ift.tt/2uUGevj
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.
GGroup: Flutter maps
How create card or inputtext on gogle maps? I want geolocation search and design customize on maps Thanks
Submitted July 23, 2018 at 01:38AM by Asep Dadan
via Flutter Dev https://ift.tt/2LEsKLi
How create card or inputtext on gogle maps? I want geolocation search and design customize on maps Thanks
Submitted July 23, 2018 at 01:38AM by Asep Dadan
via Flutter Dev https://ift.tt/2LEsKLi
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.
GGroup: Drawing a fill polygon with drawRawPoints
Hello! I'm trying to draw fill polygons from a list of points using drawRawPoints(), but I only get the outline. For example, the following code: Paint paint = Paint(); paint.style = PaintingStyle.fill; paint.color = Color.fromRGBO(255, 0, 0, 1.0); var points = Float32List.fromList([0.0, 0.0,
Submitted July 23, 2018 at 01:38AM by Andres Colubri
via Flutter Dev https://ift.tt/2LjMI24
Hello! I'm trying to draw fill polygons from a list of points using drawRawPoints(), but I only get the outline. For example, the following code: Paint paint = Paint(); paint.style = PaintingStyle.fill; paint.color = Color.fromRGBO(255, 0, 0, 1.0); var points = Float32List.fromList([0.0, 0.0,
Submitted July 23, 2018 at 01:38AM by Andres Colubri
via Flutter Dev https://ift.tt/2LjMI24
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.
GGroup: wait for an action to complete and do another in dart
I have written a function that I use to sign in user with email and password. I want to push the user to two diffirent pages with a button press if the firebase user uid returns null or not.I think the problem is that by the time the page is pushed the user uid is always null. I want to wait
Submitted July 23, 2018 at 02:28AM by ABEROR NORBERT
via Flutter Dev https://ift.tt/2uWCHwu
I have written a function that I use to sign in user with email and password. I want to push the user to two diffirent pages with a button press if the firebase user uid returns null or not.I think the problem is that by the time the page is pushed the user uid is always null. I want to wait
Submitted July 23, 2018 at 02:28AM by ABEROR NORBERT
via Flutter Dev https://ift.tt/2uWCHwu
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.
GGroup: Refresh token implementation in flutter
I started development with flutter and stuck with this particular scenario - *TokenExpiredError* occurs while accessing certain apis on server side - Get that error on client side - Queue all requests with old accessToken(so that server is not flooded with too many refreshToken
Submitted July 23, 2018 at 08:37AM by Rajeev Mishra
via Flutter Dev https://ift.tt/2NDDJVQ
I started development with flutter and stuck with this particular scenario - *TokenExpiredError* occurs while accessing certain apis on server side - Get that error on client side - Queue all requests with old accessToken(so that server is not flooded with too many refreshToken
Submitted July 23, 2018 at 08:37AM by Rajeev Mishra
via Flutter Dev https://ift.tt/2NDDJVQ
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.
GGroup: Dialog types
I have created a video which will explain and create three different dialogs. These are information, confirmation and waiting dialog. Video: https://www.youtube.com/watch?v=1ukyE1KZ8Q4
Submitted July 23, 2018 at 09:01AM by Robert Brunhage
via Flutter Dev https://ift.tt/2NDjQOU
I have created a video which will explain and create three different dialogs. These are information, confirmation and waiting dialog. Video: https://www.youtube.com/watch?v=1ukyE1KZ8Q4
Submitted July 23, 2018 at 09:01AM by Robert Brunhage
via Flutter Dev https://ift.tt/2NDjQOU
YouTube
Flutter - Dialogs for waiting, confirmation and information
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ http://bit.ly/Skillshare-Robert
information dialog - 0:44
waiting dialog - 5:24
confirm…
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ http://bit.ly/Skillshare-Robert
information dialog - 0:44
waiting dialog - 5:24
confirm…
Reddit: Flutter - Dialogs tutorial
https://www.youtube.com/watch?v=1ukyE1KZ8Q4
Submitted July 23, 2018 at 01:37PM by brunisdev
via reddit https://ift.tt/2LfzSBV
https://www.youtube.com/watch?v=1ukyE1KZ8Q4
Submitted July 23, 2018 at 01:37PM by brunisdev
via reddit https://ift.tt/2LfzSBV
YouTube
Flutter - Dialogs for waiting, confirmation and information
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ http://bit.ly/Skillshare-Robert
information dialog - 0:44
waiting dialog - 5:24
confirm…
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ http://bit.ly/Skillshare-Robert
information dialog - 0:44
waiting dialog - 5:24
confirm…
GGroup: Integrate Uber app in flutter
How to integrate Uber app in flutter?
Submitted July 23, 2018 at 02:26PM by rakesh lorentz
via Flutter Dev https://ift.tt/2Ls9Eey
How to integrate Uber app in flutter?
Submitted July 23, 2018 at 02:26PM by rakesh lorentz
via Flutter Dev https://ift.tt/2Ls9Eey
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.
Reddit: BackdropScaffold Widget from pub. [In active development]
https://ift.tt/2mzIFiY
Submitted July 23, 2018 at 03:35PM by Harsh182
via reddit https://ift.tt/2LHMr4X
https://ift.tt/2mzIFiY
Submitted July 23, 2018 at 03:35PM by Harsh182
via reddit https://ift.tt/2LHMr4X
Dart Packages
backdrop | Flutter Package
backdrop Flutter and Dart package - Backdrop implementaion in dart. (https://material.io/design/components/backdrop.html)
Reddit: Flutter from scratch - Maps, Markers & Firestore
https://ift.tt/2LIoHxE
Submitted July 23, 2018 at 07:10PM by rajayogan27
via reddit https://ift.tt/2LjqhtF
https://ift.tt/2LIoHxE
Submitted July 23, 2018 at 07:10PM by rajayogan27
via reddit https://ift.tt/2LjqhtF
T-Pub :)
Flutter – Saving/retrieving markers with Firestore
Hi Friends, Hope you are all well. In our previous posts we have been talking about leaflet maps and flutter. In this post let’s see how to save markers onto a Firestore collection and retrie…
GGroup: [Breaking Change] Deprecate -[FlutterDartProject initFromDefaultSourceForConfiguration]
As I mentioned in https://ift.tt/2LEENs5 , I don't think that -[FlutterDartProject initFromDefaultSourceForConfiguration] for iOS is useful anymore. Both of its code paths basically end up doing the same thing. -initFromDefaultSourceForConfiguration is fairly verbose
Submitted July 23, 2018 at 08:05PM by James Lin
via Flutter Dev https://ift.tt/2Lks5Ti
As I mentioned in https://ift.tt/2LEENs5 , I don't think that -[FlutterDartProject initFromDefaultSourceForConfiguration] for iOS is useful anymore. Both of its code paths basically end up doing the same thing. -initFromDefaultSourceForConfiguration is fairly verbose
Submitted July 23, 2018 at 08:05PM by James Lin
via Flutter Dev https://ift.tt/2Lks5Ti
GitHub
-initFromDefaultSourceForConfiguration for FlutterDartProject is awkward to use from Swift #18886
The -initFromDefaultSourceForConfiguration initializer for FlutterDartProject is awkward to use in Swift code because the automatically generated interface is: public convenience init!(fromDefaultSourceForConfiguration: ()) Looking at it...
Reddit: Backdrop with flutter [with backdrop package and BackdropScaffold widget]
https://ift.tt/2mBiPv5
Submitted July 23, 2018 at 08:33PM by Harsh182
via reddit https://ift.tt/2A34zVt
https://ift.tt/2mBiPv5
Submitted July 23, 2018 at 08:33PM by Harsh182
via reddit https://ift.tt/2A34zVt
Medium
Quickly implement backdrop with flutter
I recently got introduced to flutter and its implementation of material design. After going through some sample implementation on the…
Reddit: A Custom Floating Action Button (FAB) library like clapping effect on Medium.
I just published a new @flutterio package: medium_clap_flutter.A Custom Floating Action Button (FAB) library like clapping effect on Medium.For the source, it's right here: https://github.com/iampawan/MediumClapFlutter #flutter
Submitted July 23, 2018 at 10:04PM by imthepk
via reddit https://ift.tt/2A0Xh4Q
I just published a new @flutterio package: medium_clap_flutter.A Custom Floating Action Button (FAB) library like clapping effect on Medium.For the source, it's right here: https://github.com/iampawan/MediumClapFlutter #flutter
Submitted July 23, 2018 at 10:04PM by imthepk
via reddit https://ift.tt/2A0Xh4Q
GitHub
iampawan/MediumClapFlutter
A Custom Floating Action Button (FAB) library like clapping effect on Medium - iampawan/MediumClapFlutter
GGroup: how to use graph api
how to use facebooks graph api with flutter?
Submitted July 24, 2018 at 12:43AM by Ali Anando
via Flutter Dev https://ift.tt/2A4zJfn
how to use facebooks graph api with flutter?
Submitted July 24, 2018 at 12:43AM by Ali Anando
via Flutter Dev https://ift.tt/2A4zJfn
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.
GGroup: flutter google sign in, getting id token for backend server authetication
Hi All, I am using the flutter google sign in plugin for social login with backend server(by OAuth 2). As suggested by google(https://ift.tt/1MkPZUW), I should use the verifiable ID tokens to securely get the user IDs of signed-in users on the server
Submitted July 24, 2018 at 03:47AM by Danny Hui
via Flutter Dev https://ift.tt/2Od3T2Y
Hi All, I am using the flutter google sign in plugin for social login with backend server(by OAuth 2). As suggested by google(https://ift.tt/1MkPZUW), I should use the verifiable ID tokens to securely get the user IDs of signed-in users on the server
Submitted July 24, 2018 at 03:47AM by Danny Hui
via Flutter Dev https://ift.tt/2Od3T2Y
Google Developers
Authenticate with a backend server | Google Sign-In for Websites
GGroup: IDE error couldn't resolve
Error: No pubspec.yaml file found. This command should be run from the root of your Flutter project. Do not run this command from the root of your git clone of Flutter. Please help , Thanks in advance
Submitted July 24, 2018 at 08:49AM by rakesh lorentz
via Flutter Dev https://ift.tt/2mBVLwa
Error: No pubspec.yaml file found. This command should be run from the root of your Flutter project. Do not run this command from the root of your git clone of Flutter. Please help , Thanks in advance
Submitted July 24, 2018 at 08:49AM by rakesh lorentz
via Flutter Dev https://ift.tt/2mBVLwa
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.
GGroup: Display image in staggered View
I have a Grid view and selecting multiple images I need to set over Staggered View Layout where I have got colors as background but I want to set images over there . Below is method for the build box staggered view . Here I am passing an array of books as of now but I want set a place holder
Submitted July 24, 2018 at 10:22AM by rakesh lorentz
via Flutter Dev https://ift.tt/2mDyVEA
I have a Grid view and selecting multiple images I need to set over Staggered View Layout where I have got colors as background but I want to set images over there . Below is method for the build box staggered view . Here I am passing an array of books as of now but I want set a place holder
Submitted July 24, 2018 at 10:22AM by rakesh lorentz
via Flutter Dev https://ift.tt/2mDyVEA
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.
Reddit: Comparison Between Flutter Vs React Native
https://ift.tt/2N7TlAN
Submitted July 24, 2018 at 11:13AM by EllaNicholls
via reddit https://ift.tt/2NF7yFy
https://ift.tt/2N7TlAN
Submitted July 24, 2018 at 11:13AM by EllaNicholls
via reddit https://ift.tt/2NF7yFy
Angular Minds
Comparison Between Flutter Vs React Native for mobile app development | Angular Minds
Flutter vs react native where we are comparing mobile SDK vs framework both are amazingly powerful with React Native you get custom libraries which speed up the development where with flutter you get the seamless app performance with smooth graphics and catchy…