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

Is creating UI from design really painful? Is there a need of a tool which can convert design to code?
I have an idea to work on converting the design into code. I want to know does the problem exists?If exists then is there a need for a tool for that?

November 24, 2021 at 11:13AM by Gold_Spinach1028
https://ift.tt/32ukZVI
New post on /r/flutterdev subreddit:

Are your projects migrate to null safety?
Are your projects migrate to null safety? At present, there are many plug-ins in the project, and I feel it is not easy

November 24, 2021 at 11:10AM by PrestigiousNetwork19
https://ift.tt/3FKgYuI
New post on /r/flutterdev subreddit:

Using the ultrawide camera in flutter with camera package or any other package
I'm working on a flutter project that uses camera but the project is such that I need an ultrawide camera if the phone has one. Now the problem is that the camera package doesn't support choosing the rear camera at all no mather how much cameras a phone has. I tried intalling some third party apps on my phone, like Open Camera and I am able to use ultrawide camera there so it's not that other cameras are locked by the manufacturer on my phone and that's why I can't use them in flutter.Inside the camera plugin there is a function getAvailableCameras() that is incharged of getting the camera list and descriptions and it uses the getCameraIdList() function which only returns two cameras, one main rear camera and one main front camera even if a phone has a 5 cameras in total. The other thing that I tried is using the getPhysicalCameraIds() to get the list of physical cameras but it returns an empty value.I compared the source code of Open Camera and camera package and it seems that they both are using the getCameraIdList() function for getting the camera list but Open Camera is somehow getting the ultrawide camera in that list.If anyone is interested here is some documentation that could help:https://developer.android.com/training/camera2https://developer.android.com/training/camera2/multi-cameraI need someone interested in helping with modification of android part of the plugin, the iOS part is easy to fix. If some other package can be modified more easily that's okay too, or if there is already some plugin that is allowing to use the ultrawide camera that's great, it doesn't have to be strictly the camera package.

November 24, 2021 at 11:02AM by kokyca
https://ift.tt/3cLvLZn
New post on /r/flutterdev subreddit:

What are you looking for in a flutter dev job?! I'm trying to hire but having no luck.
I'm trying to figure out where I'm going wrong - is it possible there's a massive shortage of Flutter devs?What are you looking for in a job posting? Aside from salary, what would trigger you to apply to a role? Would you expect your salary to be based on where you're located, or the same rate for everyone worldwide?

November 24, 2021 at 06:12PM by hefgi
https://ift.tt/3nQaDHG
New post on /r/flutterdev subreddit:

Flutter app inside Flutter app?
Summary: Use Flutter Engine to render, at runtime, a Flutter app inside a released Flutter app.I have a macOS app in Flutter inside which I would like to have a Flutter Engine running to render another Flutter app, at runtime.Basically what I'm trying to achieve is using the AOT compiler to release my macOS app, which is something like a DartPad, inside which I want to use JIT & Flutter Engine to render another Flutter app at runtime.All docs I've read talk about how to use the Flutter Engine inside iOS/Android apps, but not into Flutter itself; any clue on how to do that?

November 24, 2021 at 05:14PM by gabriel_dny
https://ift.tt/3cInFRd
New tweet from FlutterDev:

🚀 Help improve Flutter! Take our Q4 survey 💙 We want your input into how Flutter makes various engineering decisions. Take this quarter's User Survey to help improve Flutter. Start the survey 👉 https://t.co/vxF8OGY2vZ https://t.co/u4MYrHcwU3— Flutter (@FlutterDev) Nov 24, 2021

November 24, 2021 at 06:00PM
https://twitter.com/FlutterDev/status/1463553036589191175
New post on /r/flutterdev subreddit:

Android Jetpack Compose to Flutter
I'm a Native Android developer by trade. I've been plugging a long for a while and started making my own Android apps in my (very little) spare time. Jetpack Compose has been blowing up from what I can tell and looks to potentially be a standard in a few years. Looking at Flutter, it seems that a lot of the design philosophy is veeeery similar to that of Compose. Is there a huge gap between Compose and Flutter? I've used Compose a few times and Flutter doesn't seem like that much of a jump, however I haven't really spoken with any Flutter devs about it.Any insight?

November 24, 2021 at 08:03PM by ddmac__
https://ift.tt/3HUCpv0
New post on /r/flutterdev subreddit:

Learning Path
Hi everyone! I would like to start learning Flutter so I can develop some applications and become an app dev some day. Personally, I'm a UI UX designer with a good knowledge of HTML and CSS and I already use bootstrap to build some websites. My questions are: What are the best tutorial to learn out there? Do I need to learn Dart before? Thanks.

November 24, 2021 at 10:40PM by ulrichgero
https://ift.tt/3nMiNkz
New post on /r/flutterdev subreddit:

Is there a GOOD course where someone codes complete apps from beginning to end?
I have hit that point where I am familiar with the basics and can actually code some small applications, but I have difficulties in organizing my work or doing complex things or adding more functionality beyond simple CRUD apps.Is there a series or courses where someone just begins by explaining what they want to do and just doing it the right way, without overly explaining everything or purposefully leaving mistakes in so they can reuse the same app when they teach about a better way thirty minutes later?I am mostly looking for actual code and somewhat useful apps, and not just UI mock-ups with no real functionality behind them.Thank you for your time!

November 25, 2021 at 12:56AM by BarelyAnAmateur
https://ift.tt/3CNUDKQ
New post on /r/flutterdev subreddit:

Ecommerce API for flutter
does anyone know some good ecommerce third party API's for flutter or where I could find them

November 25, 2021 at 03:32AM by bill2340
https://ift.tt/3xjAmM2
New post on /r/flutterdev subreddit:

Firestore page view doc read
If I’m using page view to display each firestore document (like a quote app), when user launches the app, do all documents get called (read) or do they get read only per page view user sees?I’m asking because when app launches, I don’t want to read all docs at once to avoid unnecessary firebase bill

November 25, 2021 at 06:34AM by ManleyPlayz
https://ift.tt/3CO5SCL
New post on /r/flutterdev subreddit:

GetX is dead, what to use next?
Since getx no longer gets any updates, which state management approach would you suggest learning? I am aware about the getx drama but as a beginner I used it because it got the job done. What to go with next? Cubit? Provider? Thanks

November 25, 2021 at 07:24AM by ConfectionCool
https://ift.tt/3cK9Hym