New post on /r/flutterdev subreddit:
In-App Purchase or InApp Purchase???
Hey i hope everyone is doing great. Actually I am confused because of this term In App Purchase. Does In App Purchase mean the purchase through google play store and apple store or does it mean the purchase through Apis like stripe and paypal etc. Can someone clearly create a difference and if they can provide some good resource as to where I can learn the in app purchase through stores. Thanks❤️
October 20, 2020 at 03:24PM by SnooPeanuts7237
https://ift.tt/37nxrH3
In-App Purchase or InApp Purchase???
Hey i hope everyone is doing great. Actually I am confused because of this term In App Purchase. Does In App Purchase mean the purchase through google play store and apple store or does it mean the purchase through Apis like stripe and paypal etc. Can someone clearly create a difference and if they can provide some good resource as to where I can learn the in app purchase through stores. Thanks❤️
October 20, 2020 at 03:24PM by SnooPeanuts7237
https://ift.tt/37nxrH3
reddit
In-App Purchase or InApp Purchase???
Hey i hope everyone is doing great. Actually I am confused because of this term *In App Purchase*. Does In App Purchase mean the purchase through...
New post on /r/flutterdev subreddit:
Firebase
Suggest me some good resources for learning Firebase
October 20, 2020 at 07:12PM by optimist1177
https://ift.tt/37pZllG
Firebase
Suggest me some good resources for learning Firebase
October 20, 2020 at 07:12PM by optimist1177
https://ift.tt/37pZllG
reddit
Firebase
Suggest me some good resources for learning Firebase
New post on /r/flutterdev subreddit:
Bar Chart - FLChart - Flutter (Tutorial)
https://www.youtube.com/watch?v=7wUmzYOPQ8w
October 20, 2020 at 06:48PM by JohannesMilke
https://ift.tt/2TbBjmi
Bar Chart - FLChart - Flutter (Tutorial)
https://www.youtube.com/watch?v=7wUmzYOPQ8w
October 20, 2020 at 06:48PM by JohannesMilke
https://ift.tt/2TbBjmi
YouTube
Flutter Tutorial - Bar Chart - FLChart
Create Bar Charts easily with the FLChart plugin in Flutter.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/fl_bar_chart_example
- Buy My Courses: https…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/fl_bar_chart_example
- Buy My Courses: https…
New post on /r/flutterdev subreddit:
Reducing boilerplate code with the notifier_plugin
https://medium.com/@thehumankid8086/flutter-is-easy-and-great-heres-how-you-could-make-it-even-easier-and-more-productive-to-use-654ba55082eaThe plugin basically uses the approach that almost all state management plugins use, but it eliminates most of the boilerplate code and makes using Future(s) and Stream(s) more easy while designing an UI in Flutter. Apart from that this plugin does make implementing animations at an lower level easier (you'll just have to specify the start and end value along with the duration) and the plugin will manage the rest for you! The article describes how the plugin can be used while developing an app and a few reasons why should be trying out this plugin.Plugin: https://pub.dev/packages/notifier_plugin
October 20, 2020 at 07:40PM by the_human_kid
https://ift.tt/2HbADLs
Reducing boilerplate code with the notifier_plugin
https://medium.com/@thehumankid8086/flutter-is-easy-and-great-heres-how-you-could-make-it-even-easier-and-more-productive-to-use-654ba55082eaThe plugin basically uses the approach that almost all state management plugins use, but it eliminates most of the boilerplate code and makes using Future(s) and Stream(s) more easy while designing an UI in Flutter. Apart from that this plugin does make implementing animations at an lower level easier (you'll just have to specify the start and end value along with the duration) and the plugin will manage the rest for you! The article describes how the plugin can be used while developing an app and a few reasons why should be trying out this plugin.Plugin: https://pub.dev/packages/notifier_plugin
October 20, 2020 at 07:40PM by the_human_kid
https://ift.tt/2HbADLs
Medium
Flutter is easy and great. Here’s how you could make it even easier and more productive to use.
Hello World,
New post on Flutter Dev Google group:
Json Serialization
So, Im new to flutter and dart so probably some of my java is sifting through. I am trying to parse some simple json into a more then simple class structure. the json is: {"id":1,"name":"Acme"} and the class structure is: class Company extends Salinas { final String name; // have tried
October 20, 2020 at 08:16PM by Ray Madigan
https://ift.tt/2IOpTTE
Json Serialization
So, Im new to flutter and dart so probably some of my java is sifting through. I am trying to parse some simple json into a more then simple class structure. the json is: {"id":1,"name":"Acme"} and the class structure is: class Company extends Salinas { final String name; // have tried
October 20, 2020 at 08:16PM by Ray Madigan
https://ift.tt/2IOpTTE
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 Flutter Dev Google group:
Scheduled notification datetime
Hi, I'm looking to integrate Flutter's plugin date_time_picker with local notification. So when I select a date&time I also schedule a notification. Here's my code..could you help me? Now I don't have any error but code is not working. *Code:* Future scheuleAtParticularTime(DateTime timee)
October 20, 2020 at 10:24PM by Albe
https://ift.tt/34g2935
Scheduled notification datetime
Hi, I'm looking to integrate Flutter's plugin date_time_picker with local notification. So when I select a date&time I also schedule a notification. Here's my code..could you help me? Now I don't have any error but code is not working. *Code:* Future scheuleAtParticularTime(DateTime timee)
October 20, 2020 at 10:24PM by Albe
https://ift.tt/34g2935
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:
Good flutter starters
Hey guys,I just started learning flutter. And comming from React Native I've always used starters with stuff like navigation stack, auth and login screens already included and i can't really find anything comparable for flutter. Do any of you have any recommendations? All help will be greatly appreciated.
October 20, 2020 at 10:13PM by Goel40
https://ift.tt/2T9nuF1
Good flutter starters
Hey guys,I just started learning flutter. And comming from React Native I've always used starters with stuff like navigation stack, auth and login screens already included and i can't really find anything comparable for flutter. Do any of you have any recommendations? All help will be greatly appreciated.
October 20, 2020 at 10:13PM by Goel40
https://ift.tt/2T9nuF1
reddit
Good flutter starters
Hey guys, I just started learning flutter. And comming from React Native I've always used starters with stuff like navigation stack, auth and...
New post on /r/flutterdev subreddit:
What is the best way to test a flutter app that requires a physical device?
I have a flutter app that relies on a BLE connection, and so I can't use an emulator for end-to-end testing. I have been manual testing, not a super big fan of that.One of the big things I would like to test is if changes to a large form result in the correct state and are persisted. To do this, I'd have to maybe use something like selenium I'd think. I really have no idea though how I'd see what's happening in the backend when just testing the interface. Anyone have good recommendations to avoid manual testing?
October 21, 2020 at 12:14AM by 11010001101001
https://ift.tt/2HlqD2b
What is the best way to test a flutter app that requires a physical device?
I have a flutter app that relies on a BLE connection, and so I can't use an emulator for end-to-end testing. I have been manual testing, not a super big fan of that.One of the big things I would like to test is if changes to a large form result in the correct state and are persisted. To do this, I'd have to maybe use something like selenium I'd think. I really have no idea though how I'd see what's happening in the backend when just testing the interface. Anyone have good recommendations to avoid manual testing?
October 21, 2020 at 12:14AM by 11010001101001
https://ift.tt/2HlqD2b
reddit
What is the best way to test a flutter app that requires a...
I have a flutter app that relies on a BLE connection, and so I can't use an emulator for end-to-end testing. I have been manual testing, not a...
New post on /r/flutterdev subreddit:
[Self Promotion] Making a podcast app Ep 3
Hi Everyone! White Wisky Wolf here, back again with making a podcast.I've just posted Ep. 3!We'll go over the API, creating models, and how to generate the code for them.YoutubeWritten Postgithub
October 21, 2020 at 12:13AM by DoPeopleEvenLookHere
https://ift.tt/2IP08CG
[Self Promotion] Making a podcast app Ep 3
Hi Everyone! White Wisky Wolf here, back again with making a podcast.I've just posted Ep. 3!We'll go over the API, creating models, and how to generate the code for them.YoutubeWritten Postgithub
October 21, 2020 at 12:13AM by DoPeopleEvenLookHere
https://ift.tt/2IP08CG
YouTube
Building a Podcast Ep 3
Welcome to White Whisky Wolf!
We're back with Ep 3 of building a podcast. We're going to explore building our first models, and take a detailed look at the API, and code generation.
To read the written tutorial take a look at the post below!
https:/…
We're back with Ep 3 of building a podcast. We're going to explore building our first models, and take a detailed look at the API, and code generation.
To read the written tutorial take a look at the post below!
https:/…
New post on Flutter Dev Google group:
How to fetch cover image (album art) of songs in flutter?
I am making an music app where user can select the songs from internal storage of device with the help of file_picker package and I want to fetch meta data including cover image of music files or songs and display it into the music tile in the UI. I don't find any package that can fetch the cover
October 21, 2020 at 03:53AM by Parth patel
https://ift.tt/3oeJe0C
How to fetch cover image (album art) of songs in flutter?
I am making an music app where user can select the songs from internal storage of device with the help of file_picker package and I want to fetch meta data including cover image of music files or songs and display it into the music tile in the UI. I don't find any package that can fetch the cover
October 21, 2020 at 03:53AM by Parth patel
https://ift.tt/3oeJe0C
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:
100-off-flutter-and-firebase-part-1-real-time-database/
https://ift.tt/2FK7hTs
October 21, 2020 at 04:20AM by codeeuler1
https://ift.tt/34gqNR1
100-off-flutter-and-firebase-part-1-real-time-database/
https://ift.tt/2FK7hTs
October 21, 2020 at 04:20AM by codeeuler1
https://ift.tt/34gqNR1
United Academy
[100% OFF] Flutter and Firebase Part 1 (Real-Time Database) - United Academy
Advanced CRUD Operations in Firebase Real-time Database
New post on /r/flutterdev subreddit:
HMS Core plugins dedicated to FLUTTER projects
/r/HMSCore/comments/jf45it/hms_core_plugins_dedicated_to_third_party/
October 21, 2020 at 05:38AM by ooWYXNoo
https://ift.tt/3jb0CiY
HMS Core plugins dedicated to FLUTTER projects
/r/HMSCore/comments/jf45it/hms_core_plugins_dedicated_to_third_party/
October 21, 2020 at 05:38AM by ooWYXNoo
https://ift.tt/3jb0CiY
reddit
HMS Core plugins dedicated to FLUTTER projects
Posted in r/FlutterDev by u/ooWYXNoo • 11 points and 0 comments
New post on /r/flutterdev subreddit:
Coding custom shapes versus exporting as PNG
So I've been coding the designs the designer has been doing on figma. A lot of the screens have ellipses or shapes in the corners. Instead of manually coding these shapes with custom painter or whatever I've just been exporting them as PNG 4x to ensure they dont pixelate and adding them on the screen. I havent had any issues and i've made the images responsive too but Im wondering is this bad practice? It saves me time and is much easier than learning how to actually code the shapes and images. Any ideas?
October 21, 2020 at 07:06AM by AcademicPotatoes
https://ift.tt/34h24MA
Coding custom shapes versus exporting as PNG
So I've been coding the designs the designer has been doing on figma. A lot of the screens have ellipses or shapes in the corners. Instead of manually coding these shapes with custom painter or whatever I've just been exporting them as PNG 4x to ensure they dont pixelate and adding them on the screen. I havent had any issues and i've made the images responsive too but Im wondering is this bad practice? It saves me time and is much easier than learning how to actually code the shapes and images. Any ideas?
October 21, 2020 at 07:06AM by AcademicPotatoes
https://ift.tt/34h24MA
reddit
Coding custom shapes versus exporting as PNG
So I've been coding the designs the designer has been doing on figma. A lot of the screens have ellipses or shapes in the corners as well as the...
New post on Flutter Dev Google group:
Shared preferences getString works only after i refresh my vscode while running app
here is my full problem in detail https://ift.tt/2TdSCmM
October 21, 2020 at 07:42AM by Macphail Magwira
https://ift.tt/2Hmkt1N
Shared preferences getString works only after i refresh my vscode while running app
here is my full problem in detail https://ift.tt/2TdSCmM
October 21, 2020 at 07:42AM by Macphail Magwira
https://ift.tt/2Hmkt1N
Stack Overflow
Shared preferences getString works only after i refresh my vscode while running app
I have a stream builder whose query requires a value from shared preferences, so in the init state i created an async function to get a value from the shared preferences and set it equal to a local
New post on Flutter Dev Google group:
Scrim-tapping doesn't dispose bottom sheet when used with DraggableScrollableSheet
I want to show a bottom sheet that may have contents that is scrollable and is also disposable by tapping the scrim. First started out basic, without scrolling. Below code displays a bottom sheet that is dispose when scrim is tapped: showModalBottomSheet( context: context, isScrollControlled
October 21, 2020 at 09:54AM by Geir Gullestad Pettersen
https://ift.tt/34icjQC
Scrim-tapping doesn't dispose bottom sheet when used with DraggableScrollableSheet
I want to show a bottom sheet that may have contents that is scrollable and is also disposable by tapping the scrim. First started out basic, without scrolling. Below code displays a bottom sheet that is dispose when scrim is tapped: showModalBottomSheet( context: context, isScrollControlled
October 21, 2020 at 09:54AM by Geir Gullestad Pettersen
https://ift.tt/34icjQC
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:
Flutter mentor for covid project
Hi allApologies if this is not the correct place to post this.I am a UK A&E doctor, and am working on developing a flutter app to help in response to the covid pandemic.I am teaching myself flutter/dart to build it; I have no background experience in any development at all.I am not looking for someone to build the app for me, not at all. I want to develop it myself and learn development as part of the process.But, I really need experienced mentor to be able to work with to help guide me in the right direction at different stages to help me work out how to do certain parts.If this would be something you’d be interested in, please DM me and let’s chat more.I’d be really grateful for any help offered.
October 21, 2020 at 09:32AM by Holmetis
https://ift.tt/3jh1nqN
Flutter mentor for covid project
Hi allApologies if this is not the correct place to post this.I am a UK A&E doctor, and am working on developing a flutter app to help in response to the covid pandemic.I am teaching myself flutter/dart to build it; I have no background experience in any development at all.I am not looking for someone to build the app for me, not at all. I want to develop it myself and learn development as part of the process.But, I really need experienced mentor to be able to work with to help guide me in the right direction at different stages to help me work out how to do certain parts.If this would be something you’d be interested in, please DM me and let’s chat more.I’d be really grateful for any help offered.
October 21, 2020 at 09:32AM by Holmetis
https://ift.tt/3jh1nqN
reddit
Flutter mentor for covid project
Hi all Apologies if this is not the correct place to post this. I am a UK A&E doctor, and am working on developing a flutter app to help in...
New post on Flutter Dev Google group:
Rails api on flutter
Hi, I am new to flutter development. I have created APIs using Ruby on rails using MS SQL Server as the database. My API work fine on the emulator but I am unable to run my APIs on a physical device (connected via usb). I have tried using ipv4 address with the ruby port number 3000 but nothing
October 21, 2020 at 11:08AM by Devashi Jain
https://ift.tt/2HmLJx9
Rails api on flutter
Hi, I am new to flutter development. I have created APIs using Ruby on rails using MS SQL Server as the database. My API work fine on the emulator but I am unable to run my APIs on a physical device (connected via usb). I have tried using ipv4 address with the ruby port number 3000 but nothing
October 21, 2020 at 11:08AM by Devashi Jain
https://ift.tt/2HmLJx9
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:
Developing an App for paid courses.
I want to make tutorial app for my client and I'm not really sure about how to go about it. After the UI design 😓
October 21, 2020 at 11:09AM by PushHub69
https://ift.tt/2TcH7vP
Developing an App for paid courses.
I want to make tutorial app for my client and I'm not really sure about how to go about it. After the UI design 😓
October 21, 2020 at 11:09AM by PushHub69
https://ift.tt/2TcH7vP
reddit
Developing an App for paid courses.
I want to make tutorial app for my client and I'm not really sure about how to go about it. After the UI design 😓
New post on Flutter Dev Google group:
Fluxstore WooCommerce App
Hey Anyone here who is working on Fluxstore WooCommerce App? I want to ask some things. Thanks.
October 21, 2020 at 12:58PM by Usama Altaf
https://ift.tt/3m8iDQR
Fluxstore WooCommerce App
Hey Anyone here who is working on Fluxstore WooCommerce App? I want to ask some things. Thanks.
October 21, 2020 at 12:58PM by Usama Altaf
https://ift.tt/3m8iDQR
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:
Easy way to pick COLOR FOR FLUTTER APP DEVELOPMENT
Just created a website to pick color for your Flutter App development. Enjoy!https://flutter-color-picker.herokuapp.com/
October 21, 2020 at 12:26PM by stpid_developer
https://ift.tt/2HorVJv
Easy way to pick COLOR FOR FLUTTER APP DEVELOPMENT
Just created a website to pick color for your Flutter App development. Enjoy!https://flutter-color-picker.herokuapp.com/
October 21, 2020 at 12:26PM by stpid_developer
https://ift.tt/2HorVJv
Herokuapp
Flutter Doctor Color Picker
Select whatever color is suited for your flutter mobile app
New post on /r/flutterdev subreddit:
Social Media Sharing Package (Flutter) & more - WEEK 42 - PUB.DEV RELEASES
https://www.youtube.com/watch?v=WGa9vXVXAzc&feature=share
October 21, 2020 at 12:08PM by syntacops
https://ift.tt/35ibEy2
Social Media Sharing Package (Flutter) & more - WEEK 42 - PUB.DEV RELEASES
https://www.youtube.com/watch?v=WGa9vXVXAzc&feature=share
October 21, 2020 at 12:08PM by syntacops
https://ift.tt/35ibEy2
YouTube
Social Media Sharing Package (Flutter) & more - WEEK 42 - PUB.DEV RELEASES
A Social media sharing package for sharing content on social networks like Instagram, Facebook, but also by E-Mail, SMS and Whatsapp and more useful pub.dev...