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

Integrating search bar with camera
I want a feature in my app where I can open my camera and it will recognise the objects the show the results.But I'm not able to integrate this object recognition function with search barPlease help

September 12, 2020 at 09:35AM by Pkshri
https://ift.tt/3bRKLnj
New post on Flutter Dev Google group:

Scroll ListView to an index on Tab Click
Hi In my project I have SilverAppBar, Tabs and ListView. On click of tab I want move on a position on item in list corresponding to tab position. Please Help.

September 12, 2020 at 01:06PM by Sanjay Kumar
https://ift.tt/2Zr5cCH
New post on /r/flutterdev subreddit:

Multiple "android" & "ios" directories
Is it possible to have multiple "android" & "ios" directories and tell the Flutter which one to use while building?

September 12, 2020 at 12:43PM by Spectarion
https://ift.tt/3hoKOIv
New post on /r/flutterdev subreddit:

New plugin: flutter_charset_detector for auto-detecting and decoding text with unknown charset/encoding
I recently released flutter_charset_detector: a plugin that auto-detects and decodes text with unknown charset/encoding.Under the hood it uses the best native libraries I am aware of: uchardet on iOS and juniversalchardet on Android. Both of these are originally based on work from Mozilla.This plugin is useful for apps that might have to interpret user-supplied data (especially files) that could be in arbitrary encodings.(You might think that the whole world has moved to UTF-8, but you'd be wrong.)I am using it in production right now in my app Orgro, an org-mode file viewer for iOS and Android.

September 12, 2020 at 03:40PM by amake
https://ift.tt/32o4TdB
New post on Flutter Dev Google group:

SingleChildScrollView in full device height
Hi all. I've created a SingleChildScrollView with Column: return Scaffold( body: _bookDetailsUI(book), Widget _bookDetailsUI(Book book) { return SingleChildScrollView( child: Column( children: [ _bookHeaderWidget(book), _ratingRow(), _bookInfo(book), _bookAnnotation(book), _bookCategories(book),

September 12, 2020 at 04:24PM by Igor Karelin
https://ift.tt/3ipnlYN
New post on /r/flutterdev subreddit:

Flutter Automation Script for Windows and Linux!
I find it cumbersome every time to create a flutter project, upload it to github and then start the real work. So I made a script that will do exactly the same under a minute or so.This is an update to my post: https://www.reddit.com/r/FlutterDev/comments/io1dfp/flutter_automation_script/Now, Linux scripts are also available!For more info on how to use, how does it do this etc please head over to my Github repohttps://github.com/Tushar-OP/Flutter-AutomationPlease leave a star if you like it, and any suggestions on the scripts are welcome!

September 12, 2020 at 05:25PM by Tushar-OP
https://ift.tt/2ZwMWrI
New post on /r/flutterdev subreddit:

Does a Flutter app have an advantage over other apps for Editor's Choice designation in the Playstore?
I remember reading in one website that Google prefers that devs use its products for development, including Firebase and Flutter, and recommends good apps built on these technologies for Editor's Choice. Is this true, or just another legend?

September 12, 2020 at 06:28PM by Akandoji
https://ift.tt/35xkkT0
New post on Flutter Dev Google group:

passing a list as constructor arguement
*class Home{* * final String name;* * final String favFood;* * final int age;* * Home(this.name, this.favFood , this.age);* *}* *class A{* * List
New post on /r/flutterdev subreddit:

What was your experience with Angela Yu's Flutter Bootcamp and how do you feel about your skills upon completing it?
Hey all,So I'm wanting to learn flutter to launch an app (I know) and I see that Angela Yu's Flutter development bootcamp on udemy seems to be universally recommend. if you've taken this course:Do you feel like you're prepared to launch a commerical mobile app with it? (ignore hosting)what did you do after you completed the course?Show off your app to me?cheers, happy coding.

September 13, 2020 at 01:36AM by hmblhstl
https://ift.tt/2Zyfukj
New post on /r/flutterdev subreddit:

Flutter Funding Choices: Flutter implementation of Funding Choices, a Google service that allows to request user consent for personalized ads in AdMob.
https://ift.tt/3bRORMh

September 13, 2020 at 01:11AM by Skyost
https://ift.tt/3maiAVo
New post on /r/flutterdev subreddit:

Which application do you use for most of your flutter development?
I am curious about the adoption of VS Code amongst flutter developers now that a good amount of time has passed since flutter has been available and since plugins continue to get better.View Poll

September 13, 2020 at 01:39AM by bitsbotsrobots
https://ift.tt/2DVezmB
New post on /r/flutterdev subreddit:

When publishing to android app store, is it possible to limit the aspect ratio of devices who can get it between 2 values? Such as, only between x ratio and y ratio? Thanks!
My flutter app just doesnt look good on certain ratios... I dont really know what to do. This is my first ever all I've made and want it to look beautiful. Thanks for understanding!

September 13, 2020 at 02:35AM by 7382hd
https://ift.tt/2FvOYRG
New post on /r/flutterdev subreddit:

Best practices in flutter to reduce the App size.
“Size matters: Reducing Flutter App size best practices” by Suryadevsingh https://link.medium.com/xNNKtdr6I9

September 13, 2020 at 05:55AM by surya_dev_singh
https://ift.tt/3hqLFIG
New post on /r/flutterdev subreddit:

Best practices in flutter to reduce the App size.
“Size matters: Reducing Flutter App size best practices” by Suryadevsingh https://link.medium.com/xNNKtdr6I9

September 13, 2020 at 05:55AM by surya_dev_singh
https://ift.tt/2FovezE
New post on /r/flutterdev subreddit:

The download completion rate of an app with an APK size of around 10MB will be ~30% higher than an app with an APK size of 100MB. So after all coding part, we do #optimization and try to #reduce the app #size. In terms of optimization each and every #bytes matter.
“Size matters: Reducing Flutter App size best practices” by Suryadevsingh https://medium.com/@suryadevsingh24032000/size-matters-reducing-flutter-app-size-best-practices-ca992207782

September 13, 2020 at 05:53AM by surya_dev_singh
https://ift.tt/3hqJDbp