Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New tweet from FlutterDev:

3️⃣ things can be 👀 forever: 🔥, ⛲️, and someone doing your job. 😉

Join “Code less, deliver more” session by Anna Domashych (@AnnaDomashych) to watch code generation in action! ⚡️ 🎉 💙

at #FlutteristasConf2021🤩

Register now! https://t.co/ZlxUXBnRzh#flutteristas pic.twitter.com/lXo2GTSl6D— Flutteristas Conference (@FlutteristasCon) April 7, 2021

April 12, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1381638241451966470
New post on Flutter Dev Google group:

Load an existing SQLite file and display in a Grid
Hello, I’m a newbie in Flutter. I searched several days everywhere, but still didn’t find a needful plain example. All I want is open an existing SQLite file, display records in a Grid, and after clicking on a row - open this record with all fields in a new window. How can this be done?? Thank

April 12, 2021 at 06:10PM by Steepe Hare
https://ift.tt/3dWJ8pR
New post on Flutter Dev Google group:

CPU usage is idle on stable but 20% on dev channel
I recently switched to stable to test out tab character processing. Web and Linux had a 20% cpu usage on the dev channel. When I reported it on Discord. Someone mentioned they could see a 5% usage (better hardware?). Just a heads up that it is 0, now that I am using stable.

April 12, 2021 at 07:59PM by Kevin Chadwick
https://ift.tt/3g8g4hQ
New tweet from FlutterDev:

Is it possible to become "From Zero Programming Knowledge to Software Engineer in 2 years"?🧐

The answer is YES, Mahtab(@mahtab_dev) accomplished it! She is working in Germany now!🎉💙

Join #FlutteristasConf2021🤩 to listen!

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

April 12, 2021 at 08:59PM
http://twitter.com/FlutterDev/status/1381683486378057738
New post on Flutter Dev Google group:

Passing specific document (Object: Document Snapshot) to Details Page
Hi flutter community, I'm trying to pass a Document Snapshot to another view so I can display all its properties. I can declare and initialize the constructor for this Document Snapshot in the Details Page. However, when trying to pass this Document Snapshot, I get *Undefined name 'snapshot'.*

April 12, 2021 at 10:53PM by Andrew Villegas
https://ift.tt/3sd5iJx
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