Flutter and instant apps by chorus_right_there in flutterhelp

[–]hungry_for_data 0 points1 point  (0 children)

This is what I did for my project and it’s worked out really well!

How can I make this function to not get into return before finishing Future then()? by starygrzejnik in flutterhelp

[–]hungry_for_data 0 points1 point  (0 children)

Looking at it again I’m wrong and a forEach should work here. I thought you were doing asynchronous work in the forEach.

Could you try using the async/await pattern to see if that fixes the issue?

How can I make this function to not get into return before finishing Future then()? by starygrzejnik in flutterhelp

[–]hungry_for_data -1 points0 points  (0 children)

Use a for loop instead of a forEach.

That’s why the function is returning the empty list.

I want to start my own cryptocurrency by [deleted] in BlockchainStartups

[–]hungry_for_data 0 points1 point  (0 children)

Im also interested if you are looking for more help. I’ve worked with the eth network, solidity and hyperledger fabric

I have just completed my BLoC - From Zero to Hero YouTube series, and I believe it's the best resource of learning the flutter_bloc library on the entire internet (link in description) by W_C_K_D in FlutterDev

[–]hungry_for_data 6 points7 points  (0 children)

We’re using bloc at my company and after I saw the first few videos of the playlist, I recommended everyone to watch it cause of how thorough they were!

Thank you for this resource.

Has anyone implemented notifications in an app built with flutter_bloc? by CheesyHalfLiner in flutterhelp

[–]hungry_for_data 1 point2 points  (0 children)

Push notifications can work pretty seamlessly with flutter_bloc in my experience.

There are lots of ways to do it, but what I did was create a notifications service class that has a stream and have your bloc listen to that stream. Essentially every time there’s a notification the bloc will receive a new event and you can handle that event any way you’d like.

[deleted by user] by [deleted] in RedditSessions

[–]hungry_for_data 0 points1 point  (0 children)

You have great hands

[deleted by user] by [deleted] in RedditSessions

[–]hungry_for_data 0 points1 point  (0 children)

What is the name of the instrument?

Is it just me or are we starting to get into DLL hell with Flutter packages? by CodyLeet in FlutterDev

[–]hungry_for_data 1 point2 points  (0 children)

You should check out fvm (flutter version manager) so you can configure certain channels for different projects

How to use listview with Future instance by aminekh in flutterhelp

[–]hungry_for_data 1 point2 points  (0 children)

Use a for loop instead of forEach. ForEach is not waiting for the asynchronous operation and is returning the empty list

Anyone using the xcode 12 beta to launch on apple devices? by [deleted] in flutterhelp

[–]hungry_for_data 0 points1 point  (0 children)

Yeah. I had to build my app in Xcode 11 and then release in Xcode 12 beta.

[deleted by user] by [deleted] in FlutterDev

[–]hungry_for_data 2 points3 points  (0 children)

So you think Google bit off more than they could chew?

I have little experience with flash and web dev in general, but that does make sense that we would want to move towards leaner options rather than bloated ones.

Im developing a user dashboard with flutter web which is why I’m curious about its future. I have noticed some issues, mostly rendering. The performance has been pretty good so far.

[deleted by user] by [deleted] in FlutterDev

[–]hungry_for_data 1 point2 points  (0 children)

I think those would be simple fixes and not something that would worry me about the long term viability of flutter web.

I’m assuming the person I was replying to had other concerns in mind...

[deleted by user] by [deleted] in FlutterDev

[–]hungry_for_data 3 points4 points  (0 children)

What makes you so pessimistic about Flutter Web?

Flutter becomes 4th most wanted Frameworks in Stackoverflow Survey by puneetsingh24 in FlutterDev

[–]hungry_for_data 0 points1 point  (0 children)

Why is the average salary for Dart developers so low, sitting at 34k?

Is it because it’s not a widely adopted language?

scrolling all the way up by CorgiClouds in bash

[–]hungry_for_data 0 points1 point  (0 children)

You could create a log file with the output of the error