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

Is flutter good for freelancing?
To explain briefly, I am a student and for some reasons I need to start earning money urgently. I like flutter but I don't know much about freelance market. Do you think flutter is a good option to make money with freelance? $500 a month is more than enough for me. Can I do this as an intermediate flutter developer? I have no work experience by the way.

December 02, 2021 at 10:06PM by jody439
https://ift.tt/3xPKMTZ
New post on /r/flutterdev subreddit:

Where to start learning for building a backend for an elearning App?
Hey, some weeks ago I started getting into Flutter Dev. Now my employee has a side project for me that I can work on freely and learn from (no deadline). It's a basic elearning app where users can track their progress and enroll into different courses. Since I'm a newbie I hoped somebody here has Tips where I can start for building a the backend for this App, where admins can upload course content like chapters with text, videos and quizzes (it has to be easy to upload content for courses, since the content comes from non technical people). I started using firestore, since most tutorials use it for managing data.But I don't know how well it handles more complex stuff and besides Flutter Dev I'm also a newbie with Backend Dev. So a hint where to start and what tools to use, would help a lot.

December 02, 2021 at 11:52PM by Moepius
https://ift.tt/3dhyQkl
New post on /r/flutterdev subreddit:

How are you guys approaching multi platform development?
I've gained quite a lot of experience in Flutter development during the last year. However, I've usually targeted a particular platform when creating Flutter applications. Now, I am interested in creating apps that target desktop, mobile and possibly also web.​The most basic approach that comes to my mind would be to separate the UI elements into directories like "mobile", "desktop" and "web", and also a "shared" directory for UI elements that can be used platform independently. Then, I would create separate widget trees for each platform, and decide in my main file which widget tree to render based on the current platform.​Is this the way you would go about it? Or is it totally stupid? I don't know, how are you guys and girls approaching this?

December 03, 2021 at 12:59AM by relativity_phase
https://ift.tt/3poDpis
New post on /r/flutterdev subreddit:

App Feedback Thread - December 03, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

December 03, 2021 at 03:00PM by AutoModerator
https://ift.tt/3Gc2ROR
New post on /r/flutterdev subreddit:

Choice Chip, Range Slider, Expansion Tile.
This is 3 widgets I recently discovered so why not share these with you boys.

December 03, 2021 at 03:35PM by fluttermapp
https://ift.tt/3Ifandz
New post on /r/flutterdev subreddit:

Chrome emulator eating up storage
hi guysI have been running into a problem I am struggling to solve, so I seem to be running out of storage every time I run the chrome emulator in vs code for flutter, but after every use and closing the program, the storage used by the chrome emulator does not return.e.g. with Android emulator you can clear the GBs it has used but with chrome you get nothing back.pls help.

December 03, 2021 at 04:41PM by Suspicious-Kale-6928
https://ift.tt/3G67Hgu
New post on /r/flutterdev subreddit:

Has the Dart analyzer become very bad?
Hey guys,I've been programming with Flutter for three years now and in the last few months I've noticed that the analyzer keeps crashing or freezing and I have to restart it. I have to restart it about 10 times an hour. In addition, the Darts code suggestions often contain the same suggestion 2-3 times. Do you have the same problems?I am using macOS Monterey 12.0.1 (also experienced this on Big Sur) and program with VSCode in LSP mode. I feel like it got bad when I enabled LSP mode, but I could very well be wrong about that. I am not sure where to create the issue, in the Dart extension, in the Dart repository, in the Flutter repository and where I can find the logs for it.

December 03, 2021 at 04:27PM by legoa
https://ift.tt/3ddAx2e
New tweet from FlutterDev:

🦋 Chapter 7: Pop Quiz! The switch from Navigator 1.0 to Router is... #flutterapprentice— Flutter (@FlutterDev) Dec 3, 2021

December 03, 2021 at 06:02PM
https://twitter.com/FlutterDev/status/1466815146764881920
New post on /r/flutterdev subreddit:

Advent of Code - Leaderboard Flutter/Dart developer.
HelloWith the start of December, appear the annual https://adventofcode.com/ event.For this year, with a fellow Flutter developer, we created a 'team' composed of Dart and Flutter developers, you can join me (and other members as they join) with this team id if you're interested:1539135-f0ba4a57There is also a DartPad workshop with all assignments and solutions in Dart, if you want to contribute with ideas, or by code contact me on Twitter with the handle @ EnzoConty

December 03, 2021 at 06:36PM by Saeriana
https://ift.tt/3xV29CD
New tweet from FlutterDev:

🤩💙 The new DartPad channel switcher is here! Previously, DartPad was always running the latest stable version. Now, you can use the latest beta channel releases instead by using the new channel switcher in the status bar. Check it out https://t.co/TI3XesZrA5 https://t.co/TVkdB5lWhj— Flutter (@FlutterDev) Dec 3, 2021

December 03, 2021 at 09:00PM
https://twitter.com/FlutterDev/status/1466859792891322370
New post on /r/flutterdev subreddit:

Are the docs the best learning resource?
I need to learn Flutter for my new job. Since I start very soon, I need to learn the essentials fast and well. I know C++, JS and Go, and I've played around with SwiftUI and React before which are similar in principle, so it shouldn't take long for me to grasp the concepts at least.After looking at other threads, the consensus seems to be that the Flutter Apprentice book is the most up-to-date and therefore the best resource. It is true that some of the Udemy courses are still outdated despite their changed titles (I have free access to a bunch of them and Academind just has like 1 or 2 extra videos explaining the changes). However, I'm not sure I'm liking the book so far. I'm only a few chapters in, but I feel like I'm copypasting a bunch of code snippets instead of learning how to build stuff myself. It's a "learn by doing" kind of book, which is OK, especially if you're a beginner, but there seems to be more "doing" than "learning". I wonder if I'm better off just reading the docs and building my own apps myself.

December 03, 2021 at 11:56PM by Reddit1396
https://ift.tt/3xSgb8a