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

Camera app using Flutter or Swift
Hi,I am looking for advice from experienced mobile app developers regarding using Flutter for my future camera app development.Short intro: I have started programming a year ago and have developed an Android app, which I published on Google Play. It is a camera app written in Kotlin using CameraX, which allows to take pictures, adds text (timestamp and more) and eventually a logo to the photo and saves it into a specific folder in the main pictures folder on Android with a custom file name. The app also uses the GPS location of the user to add the coordinates and address (retrieved over the internet) onto the picture. The app has more features, but this are the most important ones. The app relies heavily on the interaction with the camera (zoom, auto-focus, tap-to-focus, brightness control), the GPS location service and most importantly with the external storage of the phone.​I would now like to develop the same app for iOS, however I am struggling to decide if I should write the app in Swift or Flutter. Both are unknown to me yet, so taking a decision is even harder. I would like to build an identical app for iOS and when completed, add more features to both the iOS and Android version. As I am a sole developer, the developing time is important and I thought about building a multi-platform app which would eventually "overtake" the native Android app and I could continue to code in Flutter for both the iOS and Android version. My big worry is that because the app relies so heavily on the camera, GPS service and storage interaction, I could encounter problems with Flutter and it might be best to develop the iOS version natively with Swift.​What are your thoughts on this? I really really appreciate your help!

June 30, 2021 at 01:41PM by Michael_K14
https://ift.tt/3AhCvci
New post on /r/flutterdev subreddit:

A new flutter plugin!
Flutter Shortcuts - A flutter plugin for creating static & dynamic app shortcuts on home screen.Found it really useful, what's other flutter community members views on this plugin.Pub dev link: https://pub.dev/packages/flutter_shortcutsGithub repo: https://github.com/DevsOnFlutter/flutter_shortcuts

June 30, 2021 at 04:13PM by DredditorS
https://ift.tt/2SI6wRy
New post on /r/flutterdev subreddit:

Flutter: Building Beautiful Windows apps — Fluent Design Buttons, Toggle Switches, Checkboxes and Sliders
The Fluent Design is Microsoft’s solution for designing beautiful Windows programs. Flutter has finally expanded support to Windows UWP in Google I/O 2021, which calls for well-designed Windows apps. In this article, I will show you how to create buttons, checkboxes, and sliders with Flutter.Read the whole post here.

June 30, 2021 at 03:58PM by Viruscatman
https://ift.tt/363MuE4
New post on /r/flutterdev subreddit:

Has anyone used the eo_renderer package? Curious to hear if it is worth implementing in Flutter Web
https://ift.tt/3wT6FAg

June 30, 2021 at 05:55PM by McCossum
https://ift.tt/3hpUh4n
New post on /r/flutterdev subreddit:

Has anyone used the seo_renderer package? Curious to hear if it is worth implementing in Flutter Web
https://ift.tt/3wT6FAg

June 30, 2021 at 06:26PM by McCossum
https://ift.tt/3jtQ2Y5
New tweet from FlutterDev:

💙 #WidgetoftheWeek goes to... MouseRegion Ever wondered how to capture a mouse over a widget? MouseRegion lets you know when a mouse is in a certain space! Just wrap it around a widget and listen for the enter, exit, or hover events. Learn more → https://t.co/og9SI1pemC https://t.co/QHXbCoZHsJ— Flutter (@FlutterDev) Jun 30, 2021

June 30, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1410289584026570753
New post on /r/flutterdev subreddit:

Reasons Why Flutter App Development Is in trend for Startups in 2021?
https://ift.tt/3qBLWPa

June 30, 2021 at 08:00PM by alexisgilburt
https://ift.tt/3jwmqJE
New post on Flutter Dev Google group:

Problem: Push Notifications Flutter
Hello! In functions, if I want to get a specific field (the "userDeviceToken") from my Firebase database, how would I do it? I have a 4 options below but I do not know which one is correct (see below): *functions>index.js:* exports.onCreateFollowerNotification = functions.firestore .document('

July 01, 2021 at 02:47AM by Alvaro Gonzalez Rico
https://ift.tt/3hqsf8G
New post on Flutter Dev Google group:

Failed to build Hybrid composition on Hosting native Android views
Follow the sample code in url: https://ift.tt/3AiC3u4 to build a Hybrid composition native for my app on Android, and the flutter report the below erorr: ../lib/src/rtc_render_view.dart:86:27: Error: The

July 01, 2021 at 04:22AM by Neo Yang
https://ift.tt/3AaredH
New post on Flutter Dev Google group:

Image Crashing OOM bug
Please help us with our image caching issue that crashes every time we open a page with a lot of images on it.

July 01, 2021 at 06:27AM by Alvin Alaphat
https://ift.tt/2UhyBzy
New post on /r/flutterdev subreddit:

Thoughts on the new linting rules?
Overall they seem pretty good, but the `const` thing really drives me crazy. It really sucks the joy out of things when you're constantly going around making sure things are const, or deleting const that you previously had to enter, that now you need to remove.Just feels like a whole lot of busywork.

July 01, 2021 at 09:55AM by esDotDev
https://ift.tt/3ye3ZOa
New post on /r/flutterdev subreddit:

Flutter: Building Beautiful Windows apps — Fluent Design Buttons, Toggle Switches, Checkboxes and Sliders
The Fluent Design is Microsoft’s solution for designing beautiful Windows programs. Flutter has finally expanded support to Windows UWP in Google I/O 2021, which calls for well-designed Windows apps. In this article, you can learn how to create buttons, checkboxes, and sliders with Flutter.Enjoy :)

July 01, 2021 at 09:55AM by Viruscatman
https://ift.tt/3hsz21X
New post on /r/flutterdev subreddit:

Compile Flutter App to iPad Pro M1
Hey folks,is anyone here who compiled an app for the new iPad Pro M1 ? We have a simple app that uses Google ML Kit to extract text from the camera stream. This works good on an A14 CPU but I want to know if it also works on the new iPad and if it works maybe faster on the M1 compared to the A14.

July 01, 2021 at 09:52AM by steroidenberserker
https://ift.tt/3jBbGJZ
New post on /r/flutterdev subreddit:

Both Facebook and Google Logins in the same page?
I am wondering how to implement both Facebook (flutter_facebook_auth) and Google (google_sign_in) in the same page?It would be lovely if any of you know a github project with G&FB Login already implemented.NOTE: I know there is flutter_facebook_login package as well, I can use it as well, so long as I can use both Google and Facebook Account Page.

July 01, 2021 at 11:00AM by AdLive8235
https://ift.tt/2UbcPgK