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

FlutterForce — Week 155
https://ift.tt/zBUOfodL7

January 30, 2022 at 11:11AM by flutterist
https://ift.tt/eP1wtDG5o
New post on /r/flutterdev subreddit:

Has anyone tried SqlDelight in Flutter? What relational database are you using?
I need a relational database in the app and I am thinking about the possibilities.Currently, the only option I am seeing supported by Flutter is using sqlite, but the issue here is that it is ton of code to write, as shown in this documentation page.You have to create:mapping and parsingdata classesSQL queriesand this a lot of boilerplate.So I was wondering what other solutions there are and since Kotlin Multiplatform is technically callable from Flutter, it would be theoretically possible to use SqlDelight in Kotlin Multiplatform and generate MethodChannel, but I don't see a way of doing it.Basically, the goal would be to write the SQL queries once and generate code along the way so it is type-safe to use. Random idea would be (no idea if it works) a SqlDelight -> Kotlin -> Pigeon -> Dart generation. My aim is to minimize the boilerplate I have to write, no matter how ridiculous the generation chain is.Maybe someone has some solution though. What are you guys using?

January 30, 2022 at 12:49PM by NotSoIncredibleA
https://ift.tt/Za1RNFKW7
New post on /r/flutterdev subreddit:

How do i remove a background from a video file on Flutter
Hello,​I've been developing applications with flutter for the past year and I'd like to start working on more advanced projects that make use of deep learning. I know there are tutorials on udemy and youtube but most of them work on images only. Im lost at the moment trying to find a way to way to start a project where I can remove the background from a video file all on flutter? From my research, I know I have to look into flutter OpenCv and tflite but I cant figure out how I'll be doing that. Im eager to learn a new framework / laguage that will work hand in hand with flutter but i dont know where to start.​Any and all help is much appreciated.

January 30, 2022 at 01:19PM by captainpizza23
https://ift.tt/YTyuwpHtk
New post on /r/flutterdev subreddit:

I need your help to attract the attention of the Flutter team for adding support for test ids. I'm using Cypress and because of this little missing detail there's a bunch of extra hassle to contend with. Please upvote the GitHub ticket. Thank you!
https://ift.tt/LcTNq67dB

January 30, 2022 at 05:08PM by SpaceInstructor
https://ift.tt/OckWHd7oe
New post on /r/flutterdev subreddit:

Undo/Redo Mechanism with Riverpod in Flutter
https://ift.tt/9CqmUfFa8

January 30, 2022 at 07:19PM by iisprey
https://ift.tt/KnojcEk6R
New post on /r/flutterdev subreddit:

Flutrer Bloc: Putting Streams in repositories ?
I'm studying flutter_bloc and I have a question about the connection example, available here: https://bloclibrary.dev/#/flutterlogintutorial?id=authentication-repositoryMy question is about the AuthenticationRepository which contains login, logout methods and an AuthenticationStatus stream. This repository is injected in LoginBloc(connection form) and AuthenticationBloc(routing/redirecting logic). AuthenticationBloc directly subscribe to AuthenticationRepository's stream and update it's state accordingly.It's these 2 streams that confuse me. It's very clear that a block behaves like a stream, but is it really a good practice to put streams in repositories?The consequence of this is that all blocs that need authentication depend on authRepository. They call the methods of the repo which end up updating the AuthenticationBlock thanks to its internal stream.But it looks weird to me. Instinctively I would rather tend to make my blocs dependent on AuthenticationBloc and remove the stream from the AuthenticationRepository. This way the authenticationRepository would only be responsible for calling the API and hiding the token.I would love to hear your opinion on this. The BloC architecture is not really easy to understand so feedback from people who have already practiced it would be very helpful.

January 30, 2022 at 10:16PM by Pierre2tm
https://ift.tt/O2FiZMsP0
New post on /r/flutterdev subreddit:

Lokalise Academy
Hey Redditors,Full disclosure – I work for Lokalise, and we just launched Lokalise Academy, a free platform where you can learn how to plan, manage, and deliver localization projects. The courses are mainly dedicated to localization/project managers and are available on-demand.The lecturers are industry experts, and you’ll receive a completion certificate. You can sign up here (free of charge, no strings attached): https://academy.lokalise.com/I hope you’ll find this useful and would love to hear some feedback from you. Enjoy!

January 31, 2022 at 10:37AM by cristiantonio
https://ift.tt/pmXc89G2a
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 120 - Tutorials, videos, packages, and much more!
https://ift.tt/aqVlSYmLI

January 31, 2022 at 01:40PM by vensign
https://ift.tt/Rwn6FetoN
New post on /r/flutterdev subreddit:

Flutter Delay Widgets - FlutterBeads
https://ift.tt/Qh0zdnfHm

January 31, 2022 at 02:58PM by pinkeshdarji
https://ift.tt/Zq3lkJnMm