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

I Made An Open-Source Video Diary App - Download It Now!
Hey, Flutter Devs!​I've been working on "One Second Diary" - a video diary app inspired by this TED Talk.​The idea itself is pretty simple:Open the app at the moment of your day that you would like to remember in the futureTap the Record button and save the videoThat's it, open the app the next day and repeat the process​Then, after a couple months or even years:Tap the button to generate a compilation of all those videos, creating the movie of your life​If you record 1 second everyday for the next 10 years, you will have a 1-hour video that summarizes all these years of your life.​There are No-Ads and No Data is Collected.​This is my first "complete" app made with Flutter, and it's under review on PlayStore, but you can already download the apk on GitHub.​I would love to hear your feedback!Thank you!​Source Code: https://github.com/KyleKun/one_second_diaryPs: it even comes with Dark Mode set as default ;)

April 13, 2021 at 02:00AM by kylekundev
https://ift.tt/3sc235f
New post on Flutter Dev Google group:

Connection between SQL SERVER and FLUTTER
Can I connect sql server with flutter? Any one help me. I am using C#.Net and SQL SERVER for my current project. But my clients need android desktop or tab App with this SQL SERVER database. Is it possible?

April 13, 2021 at 03:47AM by Liyakathali K
https://ift.tt/32ctnFX
New post on Flutter Dev Google group:

Error installing flutter on linux
Hi I can't install flutter. I do it on console like this: ~$ sudo snap install flutter --classic [sudo] hasło użytkownika rafalk: flutter 0+git.e339663 from Flutter Team✓ installed ~$ flutter doctor Initializing Flutter cat: releases_linux.json: There is no such file or directory

April 13, 2021 at 08:12AM by Rafał Kaczmarczyk
https://ift.tt/3e1SgcX
New post on Flutter Dev Google group:

Documentation error, 2 time of webdriver core error, in documentation
https://ift.tt/2Qi7u5t 2 time of webdriver co
New post on Flutter Dev Google group:

Webdriver. io and webdriver.core is repeated 2 time in documentation . just check it
check it
New post on /r/flutterdev subreddit:

PROPER Flutter Error Reporting
This is an extension of this post by u/submergedmoleIn light of that post it seems in Crashlytics there is no way to implement proper Error handling.Because to catch all errors, there must be a few thingsFlutterError.onError callback must be assigned.runApp() must be called inside runZoneGuarded.WidgetsFlutterBinding.ensureInitialized() must be the first thing called INSIDE runZoneGuardedBut if we try to implement Crashlytics the following way:
void main() { runZonedGuarded<Future<void>>(() async { WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp(); FlutterError.onError = FirebaseCrashlytics.instance.recordFlutterError; runApp(CrashyApp()); }, (error, stackTrace) => FirebaseCrashlytics.instance.recordError) } 
Few problems occur:In case any FlutterError occurs before onError is set it won't be caughtIn case any async error occurs after entering runZoneGuarded but before Firebase.initializeApp() calling FirebaseCrashlytics.instance will crash again. (combo x2)

April 13, 2021 at 10:26AM by ElongatedMuskett
https://ift.tt/3tjrXoY
New post on Flutter Dev Google group:

App is not available for any of my TV devices
My TV is not available for any of my devices on Google Play. I'm getting the message that it is not compatible on any of my devices despite having been using the same devices to debug. I have set all the features and metas required for the app to be available to TV devices as shown below:

April 13, 2021 at 11:16AM by Paul Mutondo
https://ift.tt/3wTxogH
New post on /r/flutterdev subreddit:

What do you want to achieve as an app developer?
What is motivates you to learn (or) grow as a developer?View Poll

April 13, 2021 at 01:21PM by codesundar
https://ift.tt/2PWQTEc
New post on /r/flutterdev subreddit:

Advices on how to prevent iOS first launch jank
Hi, I am creating this thread so we can share advices on how to prevent the iOS jank on first launches caused by the Metal shader. May be there are some animations that work better than others are they are simpler. What's been your experience regards this topic?

April 13, 2021 at 02:56PM by Rahuvich
https://ift.tt/3tgRoaC
New post on /r/flutterdev subreddit:

Flutter demo audioplayers on background via audio_service
In this article i will show you how to use audio_players with audio_service.If you find it use full please give me some clapshttps://denis-korovitskii.medium.com/flutter-demo-audioplayers-on-background-via-audio-service-c95d65c90ae1

April 13, 2021 at 07:36PM by beerline
https://ift.tt/3uMNmal
New tweet from FlutterDev:

We cannot imagine anything without animations and users are more attracted when they see them in the app. 🤩

To dive into animations, don't miss "Animate With Flutter" by Khushbu Thakker(@KhushbuThakker) 💙🎉

at #FlutteristasConf2021🤩

Register now! https://t.co/ZlxUXB6gHJ pic.twitter.com/3ZhYunauIR— Flutteristas Conference (@FlutteristasCon) April 8, 2021

April 13, 2021 at 09:00PM
http://twitter.com/FlutterDev/status/1382045927893037056