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

Error in get data from google map using geocoder plugin from gps. it showing old data from the google map. my pincode is mathur,600068
Error in get data from google map using geocoder plugin from gps. it showing old data from the google map. my pincode is mathur,600068 13.1719805, 80.2462054 for this lat and long it showing 600051 and mathur, thiruvallur in google map itself. but now the pincode is 600068. just check on the

May 28, 2021 at 12:15PM by Gobal Krishnan V
https://ift.tt/3fLtSx2
New post on /r/flutterdev subreddit:

📱Build a Flutter Wishlist App, Part 3: Finishing the App with User Authentication and a Secured API.
Hey Devs! This is the last part of this full tutorial about Build a Flutter Wishlist App. I'd like to share with you the last part of this interesting article about  Flutter. Read more about the Tutorial here.

May 28, 2021 at 01:59PM by robertinoc
https://ift.tt/3uw22u7
New post on /r/flutterdev subreddit:

App Feedback Thread - May 28, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

May 28, 2021 at 03:00PM by AutoModerator
https://ift.tt/3uv57KW
New post on /r/flutterdev subreddit:

Mock behavior of android navigation controller fragment in flutter?
I'm trying to look alternative of using fragment in flutter, also using it like stack navigation (stacked fragment, so if i tap back button its gonna pop to previous fragment, and when there is no fragment stacked, its gonna close the activity/stateful widget. Just like android native navigation controller). It is also gonna affect the appBar back button.How to achieve this? Is there any alternative for this in Flutter? PageView is a thing that comes firrst to my head but I think PageView only is not enough.

May 28, 2021 at 05:04PM by ydhnwb
https://ift.tt/2QYMEIO
New post on /r/flutterdev subreddit:

Examples of good Flutter code to study?
Can you share a link to a project or two that you think displays good Flutter practices? Personal favorites or your own is fine.Right now I'm particularly interested in how people break up a big messy build() method into parts. (If that's even a best practice.) But any project that is up-to-date with best practices will be useful.

May 28, 2021 at 04:58PM by matt-at-work-2021
https://ift.tt/2TkzPt7
New tweet from FlutterDev:

What is BuildContext?

And why are there so many BuildContexts in my code?!? Watch the latest episode of #DecodingFlutter with @Fitzface to learn what BuildContext is, how it is used, & why it shows up in so many widgets and builders.

Learn more 👉 https://t.co/lu9cvCn6bG pic.twitter.com/0km6k4yM0f— Flutter (@FlutterDev) May 28, 2021

May 28, 2021 at 06:30PM
http://twitter.com/FlutterDev/status/1398315679951040516
New post on Flutter Dev Google group:

How to solve 'CERTIFICATE_VERIFY_FAILED: self signed certificate in certificate chain(handshake.cc:354)'
Hello everyone! I am trying to connect my application in Flutter with a Websocket, but it has not been possible as the Websocket server uses a self-signed certificate and Flutter considers the certificate to be invalid. Does anyone know if it is possible to configure Flutter to accept self-sign

May 28, 2021 at 06:35PM by Nicolás Peñaloza
https://ift.tt/34oRu5i
New tweet from FlutterDev:

😴 Lazy-loading FTW

In this #GoogleIO talk, @justinjmcc explores the ideas behind ListView.builder and InteractiveViewer.builder, and builds a procedurally generated, lazy-loaded universe in Flutter.

Watch https://t.co/w9SdNv3KA0 pic.twitter.com/ZeWV2VbGWz— Flutter (@FlutterDev) May 28, 2021

May 28, 2021 at 08:30PM
http://twitter.com/FlutterDev/status/1398345832894767111
New post on Flutter Dev Google group:

Tutorial to use Custom Icons in Flutter
https://ift.tt/3v4amCr

May 28, 2021 at 08:14PM by Rahul Agarwal
https://ift.tt/3vqXx5f
New post on Flutter Dev Google group:

Bored of Navigation Boilerplate? Try AutoRoute in Flutter
https://ift.tt/3f2AnMY

May 28, 2021 at 08:15PM by Rahul Agarwal
https://ift.tt/2RJWmzn
New post on Flutter Dev Google group:

Best Usage of Video Player in Video Feeds in Flutter
There are many packages for the video player in pub.dev < https://draft.blogger.com/blog/post/edit/911071162777539428/4264523305280682388#> but it is very hectic to maintain the video player in list view as it throws some kind of dispose error or some kind of crashes occurred during playing

May 28, 2021 at 08:17PM by Rahul Agarwal
https://ift.tt/3c1fhMJ
New post on Flutter Dev Google group:

Widely used image packages in Flutter with usage
There are many packages on https://pub.dev/ < https://draft.blogger.com/blog/post/edit/911071162777539428/872970248345521319#> but sometimes we are searching for the one package that fits our needs well and it takes time to search for the right package as per our needs. So here I'm sharing

May 28, 2021 at 08:19PM by Rahul Agarwal
https://ift.tt/2RSmmbK
New post on /r/flutterdev subreddit:

Windows Desktop Image Download Tutorial Series
New easy Flutter tutorial series shows how to download network images and save the images to the pictures directory on Windows. This is good for Flutter beginners. It uses path_provider, so you can save images to the Documents section of Mac, Android, iOS with a small modification.Flutter Image Download and Save to Windows Pictures TutorialThe tutorial is built with Flutter 2.2, Dart 2.12, sound null-safety, provider 5 for state management and http for network connection.Images are pulled from a free image server, Lorem Picsum. Additionally, if you have a 360 camera that complies to the Google Open Spherical Camera (OSC) specification, you can replace Lorem Picsum with a physical camera in an upcoming tutorial in the series.Full code on GitHub is available for the completed application in the description of the playlist.Videos and learning conceptsIntroduction to tutorial seriesLayout Control With Expanded and Scrollable WidgetsFlutter State Management with ProviderOrganize Flutter Code Into Separate FilesFlutter Desktop and Windows FilesGenerate Test Images for Flutter AppsSave Flutter Network Images to Windows Pictures FolderFeedback and advice are welcome. We are trying to increase use of Flutter and advocate for it to make our work easier. Our actual work involves testing camera and image APIs. We'd ideally like to build Flutter tutorials instead of having to deal with iOS and Android separately. As part of our general long term strategy, we are trying to help increase interest and experience with basic Flutter image management. This tutorial series is specifically designed to be used without any special hardware. You do not need a camera to go through the series as we use a public image server.

May 28, 2021 at 08:21PM by cloudster314
https://ift.tt/3vqQZDH
New post on Flutter Dev Google group:

is State.dispose() deprecated?
Hi all, Many examples in the official docs use `State.dispose()` to free resources, like for example this websocket example closes the connection: https://ift.tt/3vADy47 However, if you copy/paste this example into your project and add `debugPri

May 28, 2021 at 11:21PM by Piotr Morgwai Kotarbinski
https://ift.tt/3fR5zxG