Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Re:flutter drop-down menu state is disabled in flutter bloc
Hi, Can any one help me with this? Github repo code is available here below link https://ift.tt/2E9JNWE Thanks & regards K.sukumar 7358670730

August 16, 2020 at 12:45PM by Dindukurthi Kondiah
https://ift.tt/3kPyW5f
New post on /r/flutterdev subreddit:

flutter or native for my case
i’m a dev having some experience with flutter and ios swift but not kotlin , i know wordpress , react and web development.should i focus on flutter and dart or should i add kotlin to my experience.? i will not make a huge apps .. mostly CRUD apps but i like swift more than dart .i don’t know and i’m disappointed because of don’t know is it easy and smart to work with 2 languages ,could somebody have the knowledge in both easily ?. i am not sure of that , although kotlin is like swift.i also think that learning native dev is future stable than cross platform alternatives which has a lot of issues . but i saw that flutter popularity increases quickly.please could you share your knowledge ... please don’t be lazy to add anything .. every experience matters . thx in advance.

August 16, 2020 at 04:35PM by HosMercury
https://ift.tt/3iMQ0Hb
New post on /r/flutterdev subreddit:

Pubspec Assist for Neovim
https://ift.tt/3g2ybCn

August 16, 2020 at 05:13PM by fperson_
https://ift.tt/346RKai
New post on /r/flutterdev subreddit:

When should you choose native over flutter
I am a native iOS app developer who also codes in react native and has been exploring Flutter, so far so good loving every moment.But I was wondering when should we avoid using flutter? What are those technical conditions or requirement in our app that makes you avoid using flutter and build the app in native instead of Flutter?Is Flutter just going to be used for small to medium scale apps with little to medium scale complexity? Do the apps build in Flutter scale well?Please suggest

August 16, 2020 at 06:15PM by codecat15
https://ift.tt/34cbyc2
New post on Flutter Dev Google group:

Sharing edited url preview
Hi im new to flutter and im trying to fetch the htlm data's like metatags(og)title, description and image,while fetched we need to share and post to other application with edited title... description..image...!Which means editing the url preview by users itself. May this is possible in flutter?

August 16, 2020 at 07:31PM by Bhuvi Bhuvi
https://ift.tt/34bDpJL
New post on /r/flutterdev subreddit:

scoped_get_it, a new library to add scopes to get_it package.
I have been using get_it together with injectable alot recently but I found that get_it is lacking support for dependencies that live only inside a certain scope. So I made this simple package to achieve that.I would love to hear your feedback and new features/suggestions.https://pub.dev/packages/scoped_get_it

August 16, 2020 at 08:27PM by TarekkMA
https://ift.tt/2Y72Bgw
New post on Flutter Dev Google group:

CustomScrollView widget error
Hi, I'm having some issues with the CustomScrollView widget... please check: https://ift.tt/3g02QQr would appreciate an immediate response as this is very important, thank you

August 16, 2020 at 09:51PM by Charisa Emmanuel
https://ift.tt/2Fn55AK
New post on /r/flutterdev subreddit:

Is there a way to record audio/video in Flutter Web ?
Good morning,I'm working on a simple Flutter Web app for users to record audio/videos, and I wonder if there's a plugin to accomplish that. So, can someone help me ?Thanks in advance.

August 16, 2020 at 11:31PM by assemsohaib
https://ift.tt/3149MIl
New post on Flutter Dev Google group:

Decentral Hacks Powered by HackerEarth
Do register for the hackathon here: https://ift.tt/322DVXP Please use the following referral code: AMRIT SAHANI It is my pleasure to formally invite you to DecentralHacks, an online blockchain hackathon from the 21st of August to the 28th of August. DecentralHacks is a

August 17, 2020 at 08:46AM by Amrit Sahani
https://ift.tt/3kUqnGb
New post on /r/flutterdev subreddit:

Ideas for Final year project !!
It's my final year of college and I'm thinking about the project which will help me in my interviewsI'm thinking about an app about face recognition but any idea would be appreciatedThanks for reading ☺️

August 17, 2020 at 08:57AM by Pkshri
https://ift.tt/3h3p3OV
New post on /r/flutterdev subreddit:

😎Introducing flutter-remote-icon : dynamically load material icons and custom font icons from server (Just released !)
Hi guys, 😎 Just release flutter_remote_icon on pub, it will be super useful for production applications which requires app to be more dynamic.​What if you decided to load icon from server?But want to use local's font icons?​flutter_remote_icon solves this problem. it enables you to load icons via prebuilt strings, registered custom schema, allows you to load dynamic font icons via whatever your backend / logic is.​demo​github: https://github.com/softmarshmallow/remote-ui/tree/master/flutter/packages/flutter_remote_iconpub: https://pub.dev/packages/flutter_remote_icon

August 17, 2020 at 08:55AM by softmarshmallow
https://ift.tt/2DSJdx0
New post on /r/flutterdev subreddit:

<b>What’s New In Flutter 1.20?</b>
Google, on August 5, 2020 has launched a version of Flutter 1.20 Stable. In the previous release, Google introduced substantial performance improvements, improved support for Metal on ios and new material widgets. With the new biggest release, Flutter 1.20 has resolved 5485 issues and merged 3029 pull requests. Flutter 1.20 release had 359 contributors from across the world and among them 270 were from the flutter community. Flutter 1.20 stable release includes performance improvements, some UI enhancements, update to the visual studio code extension, autofill for mobile text fields and so on. Each new release of Flutter brings with it increased usage and momentum. Google boasts that, now there are more than 90,000 apps developed with Google Play, which was 50,000 till April. And most of the growth comes from India,  which is now the top region for Flutter developers, Google says.Let’s have a look at the new features and updates of flutter 1.20.What’s New in Flutter 1.20? Updates & Features-Performance Improvements For Flutter And Dart-Google Flutter 1.20 is improved with a performance fix for tree-shake-icons which are default when building non web apps and reduce the size of your app by removing icons that are not used. Icon font tree shaking is currently restricted to True Type Fonts  but can be lifted in the future.Janky animations can affect the overall app. It appears negatively in the first run due to a shady compilation jank. With new Skia Shading Language Shader warm-up, the shader compilation jank can be reduced  by 2 times.Flutter has improved mouse hit testing’s performance in web-based micro-benchmark by 15 times. As a result, Google has been able to add support for mouse cursors which will display in various commonly used widgets.Along with all these improvements, Google also enhanced the decoding speed and time of Dart’s UTF-8 Decoder. In UTF-8 decoding benchmarks, the company ahs measured improvements of nearly 200% for english text and 400% for chinese text on low-end ARM devices.1. Autofill for mobile text fields-One of the most requested features among developers is text autofill in Flutter apps. With the new Flutter 1.20 release, basic autofill functionality has been added. Now you do not need to ask your users to fill the data again that the OS has already collected. The text autofill feature is also brought for web apps too.2. Interactive viewer widget-Another new feature in Flutter 1.20 is interactive viewer. This new widget is designed to build interactive elements in your app like pan, zoom, drag ‘n’ drop and so on. The feature takes boundary margin, minScale, maxScale and any type of child property on which transformation is performed. Put your cursor on the property and you can drag n drop, zoom in out using the cursor. 3. Updated DatePicker, TimePicker, RangeSlider, And Material Slider-This new release includes many updated widgets to match the latest material guidelines. These include Slider and RangeSlider. DatePicker has been updated to include a new compact design as well as support for date ranges. And TimePicker has a completely new style.4. New pubspec format for publishing plugins-The pubspec.yaml has been removed in Flutter 1.20. So now you’ve to adopt the new pubspec.yaml format to update or publish new plugin. The old format did not support specifying which platforms your plugins support, and has been deprecated since Flutter 1.12.  The new pubspec.yaml format is now required for publishing new or updated plugins.For clients of plugins, the tools understand the old pubspec format and will for the foreseeable future. Existing plugins on pub.dev using the legacy pubspec.yaml format will work as usual with <a href="https://solaceinfotech.com/blog/flutter-in-mobile-app-development/">Flutter apps</a> for the foreseeable future.5. Tooling metadata for all tool builders-This is an update in Flutter 1.20 for developers creating…
New post on Flutter Dev Google group:

Flutter - how to correctly parse json response for paginator
I am trying to bring the response of an Api that is built in the following way: YOU CAN ALSO SEE THE QUESTION IN STACKOVERFLOW : https://ift.tt/31RVdXe { "events":[ { "event":{ "id":"71",

August 17, 2020 at 09:57AM by Jorge Greñas
https://ift.tt/2E2DB3d
New post on Flutter Dev Google group:

Automatic Email
Dear Team, Are there any options available to send an automatic email to a certain email address? Please advise me. Thank you.

August 17, 2020 at 10:49AM by Ram Kumar
https://ift.tt/2Yp8shx