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

Where to learn flutter?
Hi, so I am finishing a course on the dart programming language and when I finish it i want to move on to learn flutter. Does someone recommend a good course that is free (I am 13 and I have no money)?

February 18, 2021 at 01:59PM by pleal3007
https://ift.tt/3axZBk2
New post on /r/flutterdev subreddit:

The Kin Community would like to work with Flutter Devs
Hi!This is a simple call to see if Kin can help enrich your app development and if you can likewise help the Kin Community.I represent the Unofficial Kin Foundation community r/KinshipThe Kin Foundation r/KinFoundation are a cryptocurrency project currently ranked no.30 in the fastest growing subreddits. https://www.reddit.com/subreddits/leaderboard/finance_and_business/Please check out the above 2 subreddits and join the communities if you like what we are trying to achieve. Here is some more info about Kin and it's goals.You maybe aware of Kin and its new concept to help monetize small and large app developers via the Cryptocurrency KIN and the Kin Reward Engine (K.R.E)We have identified Flutter as a key strategic platform whose Developers would benefit from integrating Kin. Our Community are in the process of building Kin Wallet SDK's which can be implemented directly into app built on the flutter platform.By using Kin within your apps, you can apply for grants and receive free kin which can be used within your apps as earns and spends to your users. A benefit of using Kin, users will be able to transfer kin between apps allowing secure value transfer at a tiny cost. This means what users earn in another app can be potentially transferred and spent within your app.We are looking for people to help join the community, pioneer in building the SDK testing and implementing it into your apps.To have a look at some apps currently using Kin check out; Peerbet, Rave and Perfect365Thanks for reading!!

February 18, 2021 at 01:52PM by squidling_pie
https://ift.tt/3badtzK
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