Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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