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

Flutter - Google Maps - Implementing route navigation
Hi All, I am trying to use google maps for live tracking the delivery of an ordered item. (developing an eCommerce platform) Need to display the route and the driver's location(who is delivering the ordered item) on the Users Mobile phone within our app. Whenever the drivers co ordinates

July 22, 2020 at 01:27PM by Balamurugan
https://ift.tt/2WKiske
New post on /r/flutterdev subreddit:

Shravik App (social platform for Migrant Workers and Employers) made with Flutter
Hi guys, I spent the past few days working on a project that I'm excited to share now!​Over 120 million people in India lost their jobs due to the Covid-19 pandemic, and around 40% of those are blue-collar jobs. Indian migrant workers are facing multiple hardships, they have to deal with the loss of income, food shortages and uncertainty about their future.​Shravik (short for Shramik Vikas) is a geolocation based multilingual social platform for Employers and blue-collar Migrant Workers affected by the Covid-19 Pandemic which aims to solve the probem of mass unemployment and lack of communication between Employers and Workers.​Shravik acts as a matchmaker between workers desperately looking for jobs closer to their homes to sustain their livelihood and potential employers who want to hire them to sustain their business as their previous employees have either migrated or quit.​Users can be searched with easy location based filters, their skill sets or skill requirements, contacted with their registered mobile number (or email) and their location is displayed on the map. Distance calculation between registered users is also available to help them decide in hiring or working, near the better.​Download link: https://play.google.com/store/apps/details?id=tech.siddharthsaini.shravik&hl=en_IN​Open to suggestions for improvement.

July 22, 2020 at 03:16PM by siddharthsaini
https://ift.tt/32J7sHR
New post on /r/flutterdev subreddit:

In this video, We will work on the Profile screen. First, we will add a button on the Profile screen to navigate onto the Create profile screen. Then we work on the Create Profile screen.
https://youtu.be/-9pzOpEQVAc

July 22, 2020 at 09:53AM by devstackin
https://ift.tt/39jtRfY
New post on /r/flutterdev subreddit:

Flutter Remote Meetup Flutter BLR x GeekyAnts
Hello Flutterverse! 💙💙We hope you're safe and well.We're excited to announce the next edition of 'Flutter Remote Meetup', aimed towards making you leave the world behind and indulge yourself into the technology that we all love, Flutter!The date of the event is August 8th, 2020.CFP's are now open. If you have anything that you'd like to talk about with the world, fill up the form here: https://forms.gle/oHeUUsd5kzJHtTrx6Keep up with the details on the event here: https://bit.ly/flutterblr-9Stay tuned! More info coming soon!

July 22, 2020 at 02:24PM by geekyants
https://ift.tt/3eRk9To
New post on /r/flutterdev subreddit:

New plugin: flutter_tex_js, a lightweight AND full-featured LaTeX rendering plugin for iOS, Android
I recently released flutter_tex_js, a new LaTeX rendering plugin supporting iOS and Android.There are already a few LaTeX plugins out there, so why make a new one?Existing plugins all seem to either be a) very heavyweight, embedding an entire webview per text run, or b) very immature, not yet supporting a wide variety of LaTeX syntax.flutter_tex_js strikes a balance by using what seems to be a somewhat novel approach:Render on a single native webviewCapture the result as PNG bytesSend bytes back to Dart for display as an imageThe result is performant and has good syntax support (thanks to KaTeX, the underlying JavaScript rendering library).See also a demo video with a comparison to existing packages. The thread also has some more of the story of how I came to create this plugin.I am using the plugin in production right now in my app Orgro, an org-mode file viewer for iOS and Android.

July 22, 2020 at 04:33PM by amake
https://ift.tt/32LlQ2u
New tweet from FlutterDev:

📊Q2 2020 Survey Results are in!

👍8,000 respondents and an all-high score for satisfaction.

📱92% of the users are positively satisfied with Flutter’s mobile performance.

Get the results here ↓ https://t.co/Us9vBXKwl2— Flutter (@FlutterDev) July 22, 2020

July 22, 2020 at 05:21PM
http://twitter.com/FlutterDev/status/1285958180963409921
New post on /r/flutterdev subreddit:

Flutter performance: Do we expect desktop apps to perform better than Electron?
I've had an idea for a Mac/Windows desktop app for a long time, but haven't been happy with any cross-platform development platforms. Electron seems way too heavy for my use-case. I read about Flutter recently, and I'm wondering if it might be the solution I've been looking for.I read some articles on performance, and it seemed somewhat unclear whether or not there was a big difference between Flutter and React Native, for example.I just thought I'd ask, once desktop development on Flutter is a viable solution, should we expect it to be faster and/or lighter-weight than Electron? Or is the main benefit just the development experience?

July 22, 2020 at 06:32PM by eithernet
https://ift.tt/3eSECr0
New post on /r/flutterdev subreddit:

Angela Yu's Flutter course - which module from the course was the hardest for you?
Let's talk a bit about Angela Yu's Flutter course. I'm currently at the flash-chat app that uses Firebase. Of those of you who finished her course, what was the hardest part? Were you a total beginner when you took her course or you were coding already? And what module (app) gave you the most headaches? Also, how far you came now if you were a total beginner?

July 22, 2020 at 07:24PM by Bat_is_my_last_name
https://ift.tt/3fQ4o0o
New post on Flutter Dev Google group:

Failed assertion: line 4229 pos 14: 'owner._debugCurrentBuildTarget == this': is not true.
Hello, I am using sliver and I faced this issue. error 'package:flutter/src/widgets/framework.dart': Failed assertion: line 4229 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. My Widget tree myapp -> customscrollview -> somewidget1 -> somewidget2 -> somewidget3 somewidget1

July 22, 2020 at 08:48PM by Aayush Bhattarai
https://ift.tt/2OMJALd
New post on Flutter Dev Google group:

how to generate UID which contains 8 numbers?
how to generate a UID which contains only 6-8 numbers? like 123566, 12345678

July 23, 2020 at 06:40AM by che.ca...@gmail.com
https://ift.tt/3g5TB2l
New post on /r/flutterdev subreddit:

I created a package called Lit Firebase Auth to easily add Firebase Auth (with UI) to a Flutter application. Completely customizable!
https://pub.dev/packages/lit_firebase_auth

July 23, 2020 at 10:34AM by postgor
https://ift.tt/2ZTdhAQ
New post on /r/flutterdev subreddit:

Flutter Authentication without Firebase (Web API)
Hi all, I'm curious how you have or would recommend setting up authentication for Flutter to work with a web API.

July 23, 2020 at 10:59AM by owensdev
https://ift.tt/2OQQ9fT
New post on /r/flutterdev subreddit:

Most commonly used State Management Strategies within+outside of flutter
I am currently trying to decide which state management approach to use/learn for a bigger app I am building. Since many resources say that basically all flutter favourites are very good choices and all of them propose fine solutions to mange state, my thought process was "let's learn the one that is used in other frameworks too". I understand that Redux comes from AngularJS and MobX is also used over there, but BLoC not so much.So what other frameworks, be it app development or other similar project types, are there and how do they commonly solve state management? I'd rather learn and use a solution that is reasonably popular in more frameworks than just flutter, as the next job might force me to use something other than flutter.

July 23, 2020 at 10:58AM by Mithrandir2k16
https://ift.tt/3juF9CV