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

Frontend web dev looking to get into Flutter.
Hey,I'm a frontend web dev and I've been looking to get into mobile dev for a while now. But since I have no experience in backend and I'm honestly only interested in frontend I was wondering if it's possible to be a mobile frontend dev? I've been looking for some courses about UI/Frontend only but nobody talks about Flutter like frontend/backend is separate, all the courses just cover everything. I've bought this Udemy course https://www.udemy.com/course/flutter-bootcamp-with-dart/ to start with. Do I just stop once I learn UI stuff?Also in web frontend there are web apps as well where you fetch APIs and so on (client side apps) but if I just stop at UI on Flutter it feels like I just learned HTML/CSS for web (example by web development). Can someone elaborate on what's exactly needed to be a Flutter frontend dev and help me out a little?Thanks a lot in advance

October 29, 2020 at 09:33AM by 6ichem
https://ift.tt/3ovOXz0
New post on Flutter Dev Google group:

Flutter [ spotify SDK how can we use spotify sdk for flutter ]
is there any blog , article or video which shows how can we use spotify sdk in flutter to play music and all other things which spotify api provides ? hey if anyone could help that would be great :) thanks in advance

October 29, 2020 at 10:33AM by Madan Raj
https://ift.tt/3kFy5DM
New post on /r/flutterdev subreddit:

Amplify Flutter and AWS
I'm developing an own mobile app written in Flutter and as back end I would like to use AWS, in particular Dynamo DB to store user's informations like : Profile picture, bio...I never used Amplify Flutter before ! I Just know that it exists!Since I'm new in AWS, I would like to know if this is a good idea and if Flutter is well supported and how much is hard connect the DB to my Flutter App.

October 29, 2020 at 10:27AM by _seeking_answers
https://ift.tt/35GwNlK
New post on Flutter Dev Google group:

I want solution to solve this error
Running "flutter pub get" in Newapp... Got socket error trying to find package cupertino_icons at https://ift.tt/1mvd6ms. pub get failed (server unavailable) -- attempting retry 1 in 1 second... Got socket error trying to find package cupertino_icons at

October 29, 2020 at 11:46AM by Naveen Kumar
https://ift.tt/3kGldwX
New post on /r/flutterdev subreddit:

Is there up to date showcase / index of apps built with flutter?
Preferably, with apps in production both on appstore and play store

October 29, 2020 at 12:50PM by Selentest
https://ift.tt/2HIclII
New post on Flutter Dev Google group:

Is it ok to create image Processing apps on flutter ?
I create Android application on image processing i was littel confused that should i use flutter to create such applications so that it can run on ios too. Thank you in Advance

October 29, 2020 at 01:24PM by shashank singh bisht
https://ift.tt/3kSltcF
New post on Flutter Dev Google group:

help
hi, please i would like to change the default error page of the flutter webview but i can't do it please help me

October 29, 2020 at 02:03PM by toutpuissant ged
https://ift.tt/31VFAyS
New post on /r/flutterdev subreddit:

Spaceiva _ Space Explorer App Made with Flutter
Hey guys , being a space enthusiast I always an app for space exploration. I used my skills to make one and Play store Link published it on play store 📷. Spaceiva - The Astronomy App. Please Download, share and support . I loved the flutter framework and used it to make this app.Here is the play store link :https://play.google.com/store/apps/details?id=nitesh.spaceivaFeatures of the app are:ISS trackingLatest updates on SpaceNASA Astronomy picture of the dayExplore planets in our solar system Space wallpapers with many categoriesLatest happenings about spaceflight newsISS historyAstronauts in the spaceLight/dark mode Looking forward to add more features.

October 29, 2020 at 02:03PM by nitesh-007
https://ift.tt/3kGfnvw
New post on /r/flutterdev subreddit:

Why You Should Choose Flutter to Ramp-up Your Mobile Apps
If you're looking forward to ramping up your mobile app development game, then choose Flutter, it can help you get through the competition. Learn why Flutter is the best. https://www.softprodigy.com/why-you-should-choose-flutter-to-ramp-up-your-mobile-apps/

October 29, 2020 at 01:24PM by sp_jamesdaniel
https://ift.tt/2JarGm0
New post on /r/flutterdev subreddit:

Interdependency between BLoCs, how do you handle it?
Disclaimer:My project is an hybrid angular dart + flutter app, the angular dart is for the webapp while the flutter app is for the mobile clients, they both use the BLoC pattern and BLoCs are shared between the apps in order to maximize code sharing between web and mobile clients.Also I'm sorry if this has been somehow already asked, but I wasn't able to find anything.To the beef:After a couple of architectural mistakes I've realised I should split a few monster BLoCs int smaller, more fine grained, units of business logic, and I should also drop the assumption that I should have one and only one bloc per screen (do you agree on that btw?).So now I was trying to come up with a solution for BLoC interoperability, here's an example scenario:Let's assume my app displays a list of Conversations, they get updated periodically and streamed to the ui, in different pages, and with different styles/info. The Conversations are tied to the logged user, hence, if the user logs out, the Conversations get cleared, if the user changes the Conversation change and so on.So I have a ConversationsBLoC that strams all the conversations and an AuthBLoC that handles the auth layer, somehow ConversationsBLoC should be aware of the user changes from the AuthBLoC and react accordingly (obviously receiving some data, like the user ID).How do you solve such scenarios? Do you rely on sink inputs on one BLoC and pipe those to stream outputs of another? Do you use a shared repository upon which all BLoCs depend? Do you create a shared event pool?For the injection to the widgets/components I would rely on Provider or something even simpler like implementing InheritedWidget and implementing BLoC providers on my own. I don't wanna rely on flutter_bloc because after some inspection it looks too rigid, there's nothing wrong with mapping events and states in such details, but it seems too cumbersome and too "boiler-platey" for something that might be otherwise easily implemented with streams and sinks (also, there's the angular dart thing to be taken into account).Thank you for your patience 🙏!

October 29, 2020 at 02:47PM by i_mush
https://ift.tt/3mzk2Qu
New post on /r/flutterdev subreddit:

Vladimir Ivanov (EPAM) discusses Flutter pipelines in this free webinar later today:
https://ift.tt/2HKVGEw

October 29, 2020 at 03:45PM by HHendrik
https://ift.tt/3oCAuBk
New tweet from FlutterDev:

Join this digital @fluttervadodara event!

Oct 31st at 2PM GMT

🌟 Introduction to GitHub
🌟 How to contribute to Flutter
🌟 1:1 expert advice

PS: If you want to contribute to Flutter in a new way, tune in to learn about a fun project!

Event ↓ https://t.co/KxURBnac7L— Flutter (@FlutterDev) October 29, 2020

October 29, 2020 at 03:55PM
http://twitter.com/FlutterDev/status/1321828058706272256
New post on Flutter Dev Google group:

Flutter on 32 bit Windows 7
Can I install Flutter on 32 bit Windows 7?

October 29, 2020 at 05:01PM by Partha Mandayam
https://ift.tt/31Thkxj
New post on /r/flutterdev subreddit:

How to check how many app are using my flutter package ?
Hey community, is there a way to check how many apps are using my flutter package?

October 29, 2020 at 06:11PM by ZealousidealPick1451
https://ift.tt/3e6hQNm
New post on /r/flutterdev subreddit:

Does Angela Yu’s course on Flutter is qualifies to make someone comfortable developing apps?
I have some experience (about a year) developing web applications and would like to expand my knowledge to app development as well, so how far could I go with Angela’s course?

October 29, 2020 at 05:53PM by notpikatchu
https://ift.tt/31W7o6j
New post on /r/flutterdev subreddit:

I made Envify - a better way to handle environment variables
/r/dartlang/comments/jkfs40/i_made_envify_a_package_to_handle_environment/

October 29, 2020 at 07:40PM by frencojobs
https://ift.tt/3kGkUT2
New post on /r/flutterdev subreddit:

How expensive are canvas drawing operations? Should I check whether elements are on screen first?
Let's say I've got 3000 circles to draw on an interactive viewer. 90% of the points will be off screen at any given point. Should I check if part of each circle would be inside the current viewport when I draw it and draw a few hundred or are the calls cheap enough to not bother with it? Also wondering if this changes or goes from yes to definitely if the circles are smiley faces, so 4 circles total for each totaling 12,000 canvas calls when ever the interactive viewer is panned.Also curious if that should also be true of an html5 canvas - should I be checking if things are offscreen before trying to draw them? Is it only worth it if you have a large number of things to draw that will not frequently be on screen at the same time?

October 29, 2020 at 07:02PM by Tomnnn
https://ift.tt/2G9pMRu