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

Run checks for Flutter projects with GitHub Actions
https://ift.tt/2CETaNO

July 22, 2020 at 08:23PM by _arthurdenner
https://ift.tt/3jxWbQz
New post on /r/flutterdev subreddit:

The Complete (FREE) Flutter Course
Hello everyone, hope we're all doing amazingly (and I hope I'm not breaking any sub rules by doing this)​I'm currently in the process of creating a Complete Flutter Course, which I'm uploading fully for free on youtube. So far I've completed 14 videos, which cover Dart Basics and Object Oriented Programming concepts in Dart. I'm currently uploading a video per day, so soon we'll also have videos covering Flutter basics, layouts, stateful vs stateless widgets, local storage (hive, sqflite), network apis, TDD, clean architecture, BLoC, and much much more.​We'll take a practical approach, once we've passed the basics we'll cover real apps you can be proud to build. All source code always uploaded to github, for your easy access.​If you feel this would be useful to you, or if you know anyone else who wants to start their Flutter journey, please check out my youtube and consider giving me a subscribe:​https://www.youtube.com/channel/UCJW25d8mW8ciz0DQC-5XNsQ/​Thank you in advance

July 23, 2020 at 01:35PM by trance128
https://ift.tt/3jx0mMC