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

Hive sync on background
Hi,I'm creating an app that keeps track of some things (let's say TODO's for this example).
I'm using hive as a DB manager for the first time and I'm loving it so far.However my users are a lot in places where they have no internet. So I was looking for a way to sync the To-do's to the api when the internet comes available (even when the app is closed).I tried fiddling with the `AndroidAlarmManager` but that gives me an error when the app is open. Because I edit the box from the UI and from the background service (saving the id).So now I was wondering what would be the best approach to sync these items and storing it's id?

February 18, 2021 at 01:25PM by Glatomme
https://ift.tt/3jXYixQ
New post on /r/flutterdev subreddit:

Just wondering more about flutter and it's abilities
Is flutter ready to be used in production on a broad scale? Like can it be used to create powerful apps that have a lot of features or scale a small app into a startup?Any stories or advice is appreciated.

February 18, 2021 at 03:04PM by C0d3rStreak
https://ift.tt/2ZplcEK
New post on /r/flutterdev subreddit:

And just like that, I've switched to Riverpod
Thanks Remi!Best state management approach I've usedI work on a pretty large enterprise application. Provider's shortcomings eventually broke downThis post is to encourage people to at least try riverpod. It's really great

February 18, 2021 at 02:14PM by RyanTheLionHearMeRor
https://ift.tt/3aAUuj7
New post on Flutter Dev Google group:

Flutter RSS Feed XML Request Error Issue
Hi, Can anyone advise to why i'm getting this issue? You can also find this presented better on stack https://ift.tt/2ZpPFCK any help would be appreciated. ``` import 'package:ad/main.dart'; import 'package:flutter/material.dart';

February 18, 2021 at 03:49PM by Bridget Kelly O'Sheehan
https://ift.tt/2Nix9cX
New post on Flutter Dev Google group:

ADB existed with exit code 1 (BEGINNER's QUESTION)
Window 10, latest update, trying to run an emulated device, 8MB RAM I am totally new to Flutter and Dart. I have experience with software development, but mainly using a non-standard language called LiveCode. Now, I want to learn Dart and Flutter. I just followed the installation description

February 18, 2021 at 05:02PM by Roland Huettmann
https://ift.tt/3u498H4
New post on /r/flutterdev subreddit:

Web-fist Flutter project in production?
Hello,I know that Flutter web has not reached stable yet. And I know that you are not supposed to build projects aimed for web (rather than porting mobile apps to the web). But I have a "rich internet application" project that I need to choose a stack for. Does anyone have a web-first Flutter project in production (with reasonable traffic)?Thanks

February 18, 2021 at 04:23PM by palebt
https://ift.tt/2N8yEdP
New tweet from FlutterDev:

💙We’re thrilled to share that the #FlutterEngage schedule is live on our website — find out what we’ve been building!

Learn more → https://t.co/T9025C5NCV pic.twitter.com/cUpNRF5jV5— Flutter (@FlutterDev) February 18, 2021

February 18, 2021 at 06:33PM
http://twitter.com/FlutterDev/status/1362455182370426884
New post on Flutter Dev Google group:

An InputDecorator, which is typically created by a TextField, cannot have an unbounded width
I get this error. The following assertion was thrown during performLayout(): An InputDecorator, which is typically created by a TextField, cannot have an unbounded width I have attached image of my code you can also find the code here using carbon sh Link to code < https://carbon.now.sh/?b

February 18, 2021 at 06:16PM by Kwaku amoh-aboagye
https://ift.tt/2NjgdmD
New post on Flutter Dev Google group:

How do I Record Video With Native Camera (IOS and Android) using Flutter?
Is there documentation and working examples for recording video with the native camera for IOS and Android provided by Flutter? So far, It been difficult to find anything.

February 18, 2021 at 06:29PM by Jake C
https://ift.tt/3qBX6CH
New post on /r/flutterdev subreddit:

How do you prevent flutter provider from becoming a God class?
My team and I have been using the provider package for state management for awhile now and it seems like there are some apparent issues post Mortem of some of our projects using it.I understand how provider is basically a souped up dependency injection tool for my widget tree. But I don’t see how using this tool can lead to a good design. In my experience, our providers become bloated god classes with state and business logic thrown all over the place.I understand provider is a super simple and easy to explain state management tool especially for beginners but I just don’t see how using singletons like this in app development can lead to clean architecture. Let alone the inability to using test any of the methods in my providers without jumping through hoops.Just seems like while BloC looks scarier it can provide a better way of keeping business logic separated from the presentation layer.Open to your thoughts and discussion. I’ve only been developing in flutter for about 4 months now or so if I’m dead wrong on this and there are better ways of using provider alongside cleaner architecture and layering applications I would love to hear about them.

February 18, 2021 at 07:31PM by Mrbiggleswarth25
https://ift.tt/3s0KkOg
New post on Flutter Dev Google group:

Is Android screen saver (DreamService) functionality supported?
Hi folks, I managed to add my app to the Screen savers list, but that's it – the app won't actually launch from there. I haven't found anything related to the matter in official SDK API docs. So, AFAIU, this kind of functionality is not supported for now, but maybe I'm wrong... Any suggestions?

February 18, 2021 at 08:41PM by Artem Bondarenko
https://ift.tt/3qunqi2
New tweet from FlutterDev:

📣 Get your #FlutterEngage questions ready for the leadership roundtable!

Want to ask about engineering roadmaps, product features, or technical architecture? Tweet using #AskFlutter for a chance to get your questions answered live on March 3.

Join us &rarr; https://t.co/T9025C5NCV pic.twitter.com/CtnUEAkBHr— Flutter (@FlutterDev) February 18, 2021

February 18, 2021 at 10:00PM
http://twitter.com/FlutterDev/status/1362507221943291905