Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Flutter Marketplace payment gateway
Hello guys,​I am currently coding an app a bit like Depop. Users have the option to sell items but also to buy.I am now at a point where i need to integrate a payment gateway. I have started with Stripe Connect but I find it a bit overcomplicated since every users need to create a Stripe account in order to enter their bank details.I was wondering if some of you had already coded apps like this and what gateways you used.​Thanks

May 02, 2021 at 02:29PM by tobiodp12
https://ift.tt/3nD3KYO
New post on /r/flutterdev subreddit:

Synchronizing offline data with a relational database
Hi guys, I've started building an app with flutter and one of the requirements is it works offline. I wanna use a relational database and sync the data on the app in the database when the app have access to internet.I was thinking to use firestore since they had this functionality build in, but I don't wanna use a non relational database. Any suggestions?

May 02, 2021 at 05:35PM by Successful-Jelly-501
https://ift.tt/3xP67fV
New post on /r/flutterdev subreddit:

Playlist for Awesome Flutter UI Tutorials!
Here I present you a complete playlist featuring some cool UIs from my channe. All of them are detailed videos except one speed code! Feel free to check them out!https://www.youtube.com/playlist?list=PLJftqVZ-OFLjv86RnPIu3_w0DjD7k9VsO

May 02, 2021 at 07:56PM by saheb1313
https://ift.tt/2QFO4Il
New post on /r/flutterdev subreddit:

Any way to batch apply quick fixes for linter problems?
I just added always_specify_types to my lint rules, which added 1000+ problems. Anyway to batch apply these, rather than selecting each one individually and applying its quick fix?

May 02, 2021 at 07:18PM by buttonsrtoys
https://ift.tt/3vCrfEc
New post on /r/flutterdev subreddit:

failed assertion: boolean expression must not be null error solution
When i run my code i got this error( failed assertion: boolean expression must not be null) despite doing everything right as the code of my course instructor is the same as mine and it goes well so i would be appreciated if i got any help with this error.

May 02, 2021 at 10:48PM by Alert_Arm_2800
https://ift.tt/2QG3TPf
New post on /r/flutterdev subreddit:

Phosphor is a flexible icon family for interfaces, diagrams, presentations — whatever, really.
https://ift.tt/3rh1oj2

May 02, 2021 at 10:42PM by marsNemophilist
https://ift.tt/2SlC13f
New post on /r/flutterdev subreddit:

Brand new to Flutter? Try reading this.
Hi everybody,I wrote this blog post targeted towards those who are essentially brand new to Flutter. My goal was to provide a succinct overview of what Flutter is, what it achieves, and a very basic intro into how to get started.Here's the link!Veterans: I'd appreciate any feedback on how I could make this better.Beginner: If this helped, what part of it helped the most? If it didn't, what kind of resources are you looking for?Thanks!

May 03, 2021 at 12:34AM by Apallon
https://ift.tt/338Axvf
New post on /r/flutterdev subreddit:

Twitter emojis for flutter
I was looking for a way to use Twitter emojis instant of the device ones but didn't find any solution so I created this package. please give me your opinionhttps://pub.dev/packages/twemoji

May 03, 2021 at 03:01AM by xohadi
https://ift.tt/3xRM1BE
New post on /r/flutterdev subreddit:

FVM 2.0 - Flutter Version Management is out!
Check out the new docs page for more information https://fvm.appHere are some of the changes and improvements:Feature: Flavors - Set Flutter SDK versions per project flavor.Feature: Doctor - Easily view the Flutter version configure for the project and configuration stateFeature: Spawn - Easily proxy Flutter commands through any cached versionFeature: Commits - Ability to install/use commits as the pinned SDK version.Feature: Custom versions - Manage custom SDK versions by add custom_
in front of the version.Improvements: null-safetyImprovements: Global - Create own command to set global versions. Deprecated "--global" flag.Improvements: Flutter command proxy now defaults to FVM global configured version before looking for one configured on PATHImprovements: Better error messaging, notifications, and loggingImprovements: Many quality of life improvementsRepo: https://github.com/leoafarias/fvmWebsite: https://fvm.app

May 03, 2021 at 02:26AM by leokcta
https://ift.tt/335V2J0
New post on /r/flutterdev subreddit:

Wrapper around Flutter's Router/Pages API
Hey guys, I'm currently working on a wrapper around Flutter's Router/Pages API. The intention is to offer web support but make things a little easier.It's still in the early stages, but it would be great to have some feedback 🤔: https://pub.dev/packages/aps_navigator

May 03, 2021 at 04:46AM by SnooDonkeys8774
https://ift.tt/3taXPuX
New post on /r/flutterdev subreddit:

Mobile Developers Cafe - Weekly Issue #25 is out now with lots of curated mobile developers content (with Flutter) like News, Articles, Dev Blogs, Events and lot more. Subscribe now and get the next issue delivered straight to your inbox.
https://ift.tt/3nFzAEh

May 03, 2021 at 06:56AM by iranjith4
https://ift.tt/3eQ7CkZ
New post on Flutter Dev Google group:

Regarding Music Player
Hello All, I have to build an App which is a Music Player. So, I have to implement music player . The songs URL will come from JSON API. The UI should look like this. Please suggest me best/suitable flutter plugin for this. Thanks and Regards HIMANSHU MISHRA [image: 3.png]

May 03, 2021 at 07:16AM by HIMANSHU MISHRA
https://ift.tt/3nJcc92
New post on /r/flutterdev subreddit:

Dart on AWS Lambda and Serverless Computing with Sebastian Döll - Flutter 101 Podcast
Listen to the episode here.In this episode of the Flutter 101 Podcast, I talked to Sebastian Döll.Sebastian is a Senior Software Engineer living in Berlin. He currently works on GitHub at Microsoft. Previously, he worked as Solutions Architect at AWS. He created products at DigitalOcean, Axel Springer, Accenture, and IBM.I found his article on the AWS Open Source Blog about a Dart Runtime for AWS Lambda:Writing your functions in Dart enables you to use your skills to develop mobile applications to create serverless backends. You also can share code between your application and your backend, and use the power of a statically typed language.Sebastian explained how he was able to support the Dart language via custom Lambda runtimes, and how we can create a Lambda function in Dart.We also talked about several related topics, serverless compute, the serverless app framework, AOT vs JIT, alternative languages and serverless compute services, and how devs can get started and need to think about serverless architectures.Listen to other episodes of the Flutter 101 Podcast here, or search for "Flutter 101" in your podcast app.

May 03, 2021 at 07:21AM by serial_dev
https://ift.tt/3eauOLF
New post on /r/flutterdev subreddit:

WhatsApp clone using Flutter
I was researching a bit and then came up with this guide on building a WhatsApp clone from scratch using flutter. My friends have tried putting all parameters together here but it is still not comprehensive. Building a WhatsApp clone from scratch using Flutter.Would love to get some feedback here. Also how secure will this clone be?

May 03, 2021 at 08:16AM by trishla_tv
https://ift.tt/3xCPK61
New post on /r/flutterdev subreddit:

A proper totourial / implementation of a 'WhatsApp clone' with UI & networking code ?
My hobby project here to be learning flutter is to - like many others it seems - to create a WhatsApp clone ( one-to-one, group-chat, realtime status ( someone is writing...), sending media, etc.My focus is on the text-chat part dont want to include video and speech & i dont want to be using external chat SDK's would like to implement it in Dart & Flutter and ex Node or even Dart as backend ( backend language less important ).Ive been searching around - alot and you find tonnes of whatsapp-clones out there that :- either are way too narrow, i classic is how to implement a one to one chat, no group chat- or using some SDK and cloud service so you are not in control of the backend- or have the coolest UI implemented, but without code so its hard to spot how to start integrating the chat into theseMy question is - do anyone knows of some proper totourials, guides of making a chat framework from scratch that both implements one-to-one and group chats - that also include how to make it work in a nice UI ?

May 03, 2021 at 09:51AM by Lazy-Chemist-7083
https://ift.tt/2Slwr0O
New post on Flutter Dev Google group:

Screen Recording 2021-05-03 at 1.37.53 PM.mov.zip
I've shared an item with you: Screen Recording 2021-05-03 at 1.37.53 PM.mov.zip https://ift.tt/3t8X4m9 It's not an attachment -- it's stored online. To open this item, just click the link above. Please help with this

May 03, 2021 at 10:36AM by Rakesh Lahkar (via Google Drive)
https://ift.tt/3xGJMku
New post on /r/flutterdev subreddit:

project unity
a distinct real-world meeting platform to practice mindful practices together is wantedthe practice sessions can only be in the near future (today & tomorrow) at public places (parks, riversides, ...)it is without ads and for freeso a public github repository is created: https://github.com/Str4ken/unityfeel free to share, connect and create togethergreets bin

May 03, 2021 at 10:58AM by Electronic-Duck-6700
https://ift.tt/339e6WT