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

Transparent window method
Is anyone aware of a good library or method for setting window transparency in Flutter Desktop? I'm only interested in Linux for now, but ideally cross-platform would work.I was able to find this issue online where someone has successfully done so for MacOS (although I am not sure how this was achieved exactly). There is an image within the thread.This seems like it'd be relatively simple. Ideally there is a plugin or mechanism already available for doing so. If not, I'd not be averse to writing my own plugin.Thanks for any input.

February 18, 2021 at 10:49AM by wsdefgtryjukjyhrtfed
https://ift.tt/3k39oSi
New post on /r/flutterdev subreddit:

How to Create Lazy Loading ListView In Flutter?
ListView Widget is one of the important widget types that can be used anywhere ... Check out the full article here: https://flutteragency.com/create-lazy-loading-listview/

February 18, 2021 at 10:25AM by lil_dragplix
https://ift.tt/2NAwEef
New post on /r/flutterdev subreddit:

back-end stuff
can i access firebase cloud with two different apps, (example{app for users, app for admin} )

February 18, 2021 at 11:29AM by ThaboMatlenana
https://ift.tt/37oQ64B
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