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

Unity flutter implementation
Does anyone have any useful content about communication btw flutter and unity I've been struggling all week :'(

August 28, 2021 at 10:19PM by EroMCakes
https://ift.tt/3jmfoXw
New post on /r/flutterdev subreddit:

I made a flutter app for Anime episodes and news updates.
FeaturesGet push notified when an episode is available on the internet.Browse the list of episode updates.News aggregation (AnimeNewsNetwork, r/Anime Subreddit, LiveChart Headlines, and MyAnimeList). And get notified too.More details here.Google Play | GitHubTechnical (dev)Admob Integration.Google Play In-app purchase.Firebase Push NotificationsGitHub CI/CD for automated builds and upload to Google Play.I used my own state management for this.Nodejs + mongodb backend (closed-source for now).PS: The ads (Admob) are not working in production for now. I made a single mistake and google limited my AdMob account. Will try to resolve this in the future. The test ads do work perfectly fine though. Damn google too strict.

August 29, 2021 at 02:44AM by yurabe
https://ift.tt/3jmKwpE
New post on /r/flutterdev subreddit:

How to pass widget in function
i want to create utility shortcut . for repeated work like for eg.
await Navigator.of(context).push( MaterialPageRoute( builder: (context) => SomeWidget(), ), ); 
I want to create a function and pass SomeWidget as parameter . and call this SomeWidget from function parameter :here what I tried :
Future gotoScreen(context, screen) async { return await Navigator.of(context).push( MaterialPageRoute( builder: (context) => screen(), ), ); } 
but it is not working giving me this error : The expression doesn't evaluate to a function, so it can't beI understand this error .but how can I achieve this?

August 29, 2021 at 07:34AM by prONoOB1004
https://ift.tt/3yrz2FQ
New post on /r/flutterdev subreddit:

FlutterForce — Week 135
https://ift.tt/3sYavXz

August 29, 2021 at 11:06AM by flutterist
https://ift.tt/3Du6yyM
New post on /r/flutterdev subreddit:

Now it's possible to build your Apple CarPlay Apps with Flutter! 🎉🎉
I recently saw a post on Reddit, so I want to share the solution with everyone. Now it's possible to build and run your Apple CarPlay Apps with Flutter 🚀Apple CarPlay is now a standard feature in most of our automobiles. flutter_carplay aims to make it safe to use apps made with Flutter in the car by integrating with CarPlay. CarPlay takes the things you want to do while driving and puts them on the car’s built-in display.In pub.dev: https://pub.dev/packages/flutter_carplayGitHub: https://github.com/oguzhnatly/flutter_carplayThis package is now a candidate for Flutter Favorite Awards! To support, feel free to star, like, comment, and contribute. Contributors are always welcome!

August 29, 2021 at 12:41PM by oguzhanatalay
https://ift.tt/3sW3J4C
New post on /r/flutterdev subreddit:

Who Needs A Step By Step adv tutorial building the deer todo app?
So some of you know that I contribute to one of the cross platform plugins for automatic handling AMterialApp and CupertinoApp named Fluter Platform Widget.​How Many Would be interested in a real world example step by step tutorial in building full deer like todo app?​What I amen by full:-integration, goldens, unit, widget testing-full cross platform with both materialapp and cupertinoapp looks and feels-full devops except CI-full cross platform theme-ing-Full DI and up to date discussion of state management approaches and how memory foot print, using integration-testing and etc factor into your state solution choices-full architecture and onion layering approaches-separate project folders for each step-UI polish in forms of onboarding, showcase view, custom widgets, etc​-explaing all the subjects of UML, OOP, Fp, etc​I am asking as if I get enough interested people then I know I can reasonably start as its enough Medium artilclees to make it worth while.​Thoughts?​I think it would work out as its a somewhat better long-term focus. Plus yu guys gals get all the free code that actually has been fully tested to work! :)

August 29, 2021 at 01:58PM by fredgrott
https://ift.tt/3Dvydzi
New post on /r/flutterdev subreddit:

Programming basics practice with python & dart [Arabic Tutorial]
https://youtube.com/playlist?list=PLsw8GzRs7xZPn2DMBQvIRf9I4SuGOsFMB

August 29, 2021 at 02:41PM by m97chahboun
https://ift.tt/3kDs37R
New post on /r/flutterdev subreddit:

Does anyone have experience with building search functionality into their flutter applications?
I'm looking to build a search functionality in my app because it fetches a lot of data and it'll be a pain to do it without a search logic. If anyone has experience/ideas about it, I'm all ears! let's discuss the implementations. Thanks.

August 29, 2021 at 03:10PM by ritamk
https://ift.tt/3sY2Ngs
New post on /r/flutterdev subreddit:

single appbundle with multiple app icon and app name
How can i have dynamic app_name and app_icon for single app in playstore ? or can i serve single app with multiple app_icon and app_name from playstore using same id(com.ex.myapp)?

August 29, 2021 at 04:47PM by Accurate-Spare1389
https://ift.tt/2UX7OZT
New post on /r/flutterdev subreddit:

v0.2.0 former a type-safe form library for Flutter is officially released!
Hello everyone! I recently published v0.2.0 of former, which is a Flutter package that aims to reduce boilerplate for handling and validating forms. It utilizes code generation to provide type-safe usage of forms and form widgets provided by this package. It also features a declartive, fluent API for specifying requirements of your forms.I appreciate any feedback from you!Link to repoLink to documentation

August 29, 2021 at 04:27PM by MrCreeper1008
https://ift.tt/3yC9aY1
New post on /r/flutterdev subreddit:

Middle mouse button scrolling for Flutter Web/Desktop (POC)
Hi, I've been working on a solution for middle button scrolling behaviour, in Flutter.If everything works well this will soon turn into a package.Here is a proof of concept app. Could you guys drop me some feedback? Thanks
https://middle-click-scroll-example.netlify.app/#/

August 29, 2021 at 06:29PM by adrian-flutur
https://ift.tt/3Bn05Ea
New post on /r/flutterdev subreddit:

How do i implement Storage Access Framework (SAF) in flutter app?
I want the flutter app to access the folders user give access to and able to read/write/create files and folders. should work in android 10 and 11.as google play store rejecting apps with requestLegacyExternalStorage: true for android 11.thank you in advance.

August 29, 2021 at 07:23PM by 7JKS
https://ift.tt/2Y8Gt8r
New post on /r/flutterdev subreddit:

How do you estimate the time of completion for freelance flutter project
I am sort of intermediate flutter developer, I started with flutter early but didn't worked with flutter for a long time.How do one estimate the duration of completion?

August 29, 2021 at 08:37PM by spsr123
https://ift.tt/3Dv2QFi