Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

What are the things to be mindful of before starting medium/big flutter project
I am curious what things do you keep in mind before starting a new flutter project, I'll startProject/folder StructureState managementRouting

August 29, 2021 at 08:34PM by spsr123
https://ift.tt/3DmQW09
New post on /r/flutterdev subreddit:

Does anybody need any advice for Flutter?
Hello guys, does anybody have any questions about flutter or any problems? I have experience wirh Flutter for more than 1.5 years and would love to give some advice? Frameworks that I am pretty good with are: All Firebase Services, MongoDB, Push Notifications, implementing REST API-s, Social Logins, BLOCs and Providers. If you have any questions, please write them in the comments. I would love to give back to this community as much as I can!

August 29, 2021 at 09:16PM by Few_Profession_1087
https://ift.tt/3BlB77T
New post on /r/flutterdev subreddit:

Continous speech to text recognition
Hi,I am looking for continous text to speech librarys. By continous i dont mean long speeches, its more like whenever i say something and the app is activated, it should be able to recognize that im speaking and convert it into a word without needing to press anything or prepare it.I have looked into some librarys but most of them dont support continous speech recognition, sadly.Thank you!

August 29, 2021 at 11:31PM by Adorable_Profile8875
https://ift.tt/3kyRB62
New post on /r/flutterdev subreddit:

What Flutter video tutorials would you like to see?
Hey guys, I am wondering, what tutorials would you like to watch when it comes to Flutter Development or are you more interested in Enterpreneur type of content? I am trying to make a Youtube channel and would love to hear your feedback. The main content would be Flutter Coding tutorials and/or my experiences about being a 18 year old enterpreneur who started coding at 11, about my startup and all the lessons that I have learned regarding user onboardings, signup processes, human psychology, marketing and sales in the app industry.Also one intersting series that I would love to make is making a Flutter app in a few parts and then publishing it, doing SEO/ASO and paying influencers to promote it. Is this something that would interest you?Thank Youuu so much!

August 30, 2021 at 01:52AM by Few_Profession_1087
https://ift.tt/3jpLRMl
New post on /r/flutterdev subreddit:

PDA Scanner whit Flutter
I am testing flutter application for android pda, which should use its built-in reader for barcodes, I wanted to know if you know any plugin to be able to use the pda scanner. or if anyone has experience with it. sorry for my english and thanks

August 30, 2021 at 03:12AM by Nehutrew
https://ift.tt/3gJAk94
New post on /r/flutterdev subreddit:

Mixing PlatformView with Texture
has anyone tried to mix a PlatformView (hybrid comp) based widget with a Texture widget( ie camera)?When I have the PlatformView, it seems to halt the Camera preview.I am trying on Android and the PlatformView at this stage is just a wrap around an Android ImageView.I am guessing that having the native view somehow prevents the updates to the Texture view that draws the camera frames.Ultimately I want to have a "native view" which is an image that I can set in the native side, to have it appear very quickly on screen. I tested platform channels, and CameraX capture to disk, the read in flutter and both were a little slow for my need.Anyone have any ideas/suggestions?

August 30, 2021 at 03:08AM by tomkulaga
https://ift.tt/3ymwo44
New post on /r/flutterdev subreddit:

z-index on flutter stack
widget allow you to order the items inside stack, something like z-index.
Online demo
https://dartpad.dev/?id=2bbadcf3554cf5d7222b62c639a18e5d...
package:
https://pub.dev/packages/indexed

August 30, 2021 at 04:51AM by mohamadlounnas
https://ift.tt/38D897v
New post on /r/flutterdev subreddit:

Arrrghh I've had it with Flutter's layout drama!
Is there a 3rd party tool that can help with the problem of "coding it then running and seeing nothing"? I don't feel like investing 6 months understanding the layout management - there must be something to build Android apps against Firestore with drag and drop that builds the streaming pipeline boilerplate and allows you to not waste time fiddling with stuff that should be easy

August 30, 2021 at 05:29AM by Fancy-Map2872
https://ift.tt/3mJZKXS
New post on /r/flutterdev subreddit:

best way to use provider state management?
Hi devs, I am new at flutter I have a few questions about the provider state management.​while developing the project I use a lot of time providers read, watch methods along with stateful widgets.is there any impact of this?like for eg., I use context.read on the onPress method to get values. and use context.watch in build method.​also can I use provider states completely for a widget?I use the stateful widget and the provider states?is it good practice to use only stateless widgets and provider states for every widget?(please don't suggest other state management lib. as of now my only focus is on provider .)

August 30, 2021 at 06:27AM by prONoOB1004
https://ift.tt/2WAmVt6