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

Authenticating User to Get Data from REST API
I am building my first Flutter app and I've found myself stuck. Users should be able to locally store their data and send it to the server when they're back online (possibly?). They may also need to retrieve their data regarding their profile. I want users to be able to fetch data via my API but I want to authenticate that the user can get their profile data. Should I have their username as their key in the database? I.E. SELECT * FROM profile WHERE user = 'crispteeth' and send that data back? Granted that they are sending their username in the request. Any ideas?

April 16, 2020 at 01:55AM by crispteeth
https://ift.tt/34E8vI1
New post on /r/flutterdev subreddit:

For the people who are, like me, into listening music while coding...
... try my personal coding playlist: 10 hours of synthwave, spacewave and darksynth. Hope you enjoy it and help you focus!

April 16, 2020 at 05:14AM by sporesandstamets
https://ift.tt/3becQUQ
New post on Flutter Dev Google group:

Need Live Transcoding / Live Streaming API, SDK, Plugin for Flutter App
Hello Flutter Support Team! I am a mobile app developer in BestWeb Technologies . i need to integrate the live transcoding or live streaming feature in app. Can you guide me that how can i do that and what plugins, SDKs or APIs do we currently have for live streaming in

April 16, 2020 at 05:13AM by khaliq Dad
https://ift.tt/2REgfVi
New post on Flutter Dev Google group:

Method of encryption and decryption using SHA 512 and AES
what is the method of encryption and decryption string using SHA 512 or aes?

April 16, 2020 at 05:37AM by Ambika chamoli
https://ift.tt/3cndAac
New post on /r/flutterdev subreddit:

How did you get hired as a Flutter Developer Job?
Don't post hiring posts here, please.Let me start with mine. I think it was by sheer luck. I updated my LinkedIn profile (when Flutter was still in beta) that I was exploring Flutter as one of my technologies. And a week goes by and someone contacted me to talk about Flutter. It was a co-founder of a start up. Then I went to meet him and we talk. A couple days later, went to another interview with the founders of the start up earlier. Long story short, I got to be their tech intern, and became a full-time Flutter developer.Twist: I quit that Flutter dev job and now create videos teaching Flutter.Why share? Well, I think its good to share and give hope to people who eventually want's to be a Flutter developer (some of us may not have that luck). I know the current climate its not looking to good in the job market. However, I feel by upgrading your skills at this time and beefing up your portfolio is great. Also, I know there are limited Flutter Dev jobs as Flutter is pretty new.When there's a will, there's a way.Employers (from my experience) look into your projects (which you guys are doing well) rather than your qualifications and experience. Focus on that.All the best.

April 16, 2020 at 05:55AM by thehappyharis
https://ift.tt/3bpeYcc
New post on /r/flutterdev subreddit:

Some Questions about Flutter_bloc
Hi,
I'm new to Flutter and I really like it, but yeah State-Management is hard. Especially for a Web-Dev, I think.
So I want to create an complex app with a big model that looks something like this:
newDiaryEntry date name userid diaryConfig -> other Model List<tasks> -> Tasks has a list of Subtasks note 
And I want to create it in three Steps:PageNamediaryConfigPageadd Tasks that come from a server as Listadd Subtask to itPageoverview over created Modeladd a notepush to Firebase​What is the best way to implement this?Thank you:)

April 16, 2020 at 08:03AM by scopexx
https://ift.tt/2K5saXQ
New post on Flutter Dev Google group:

Support drag and drop across Flutter boundary (Flutter for Desktop)
Hi, I am concerned that the missing feature "Support drag and drop across Flutter boundary" ist not getting enough attention and is not highly enough prioritized. This is the issue: https://ift.tt/3cyy2oX It has not made it to the "Desktop releasable" milestones and

April 16, 2020 at 09:57AM by Tom Verbeek
https://ift.tt/3bfPuxU
New post on /r/flutterdev subreddit:

Flutter & MobX: Dark/Light Mode Switcher
https://ift.tt/2yh5Zva

April 16, 2020 at 09:51AM by Paulhal
https://ift.tt/2xAOo1b
New post on /r/flutterdev subreddit:

State management of bottom navigator bar
Ok so I am trying to preserve state between tab bars and stop sending requests to my Firebase each time I switch tabs. What is the recommended way? Should I go with PageStorage or AutomaticKeepAliveMixin or IndexedStack or something else?

April 16, 2020 at 12:24PM by SilentK213
https://ift.tt/2RHNmYm
New post on /r/flutterdev subreddit:

Getting problems while setting up flutter with android studio
I am looking forward to learn Flutter but unfortunately I am stuck on the very first part of it. I am following The Net Ninja's tutorial for setting up flutter in Android Studio. I have installed Flutter, Android Studio and created a virtual device, but whenever I try to run the default flutter code, which should run a click counting app, it doesn't run and the gradle fails in terminal with following error:* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.​* Get more help at https://help.gradle.org​BUILD FAILED in 1m 14sException: Gradle task assembleDebug failed with exit code 1​I have searched it all over and don't seem to find a fix for it. Can someone help me to fix it?

April 16, 2020 at 03:00PM by mr_unfunny_
https://ift.tt/2RHCAkx
New post on /r/flutterdev subreddit:

Change Android App package name automatically
Released my First u/FlutterDev package. Single command solution to change the package name for Android App via flutter.FeaturesUpdate AndroidManifest.xml files for release, debug & profileUpdate build.gradle fileUpdate MainActivity file. Both java & kotlin supported.Move MainActivity file to new package directory structureDelete old package name directory structure.​https://pub.dev/packages/change_app_package_nameAlso available Open Source at GitHubhttps://github.com/atiqsamtia/change_app_package_name

April 16, 2020 at 03:06PM by atiqsamtia
https://ift.tt/2VzdV2P
New post on /r/flutterdev subreddit:

Flutter plug-in for OpenCV
Hey! After procrastinating over it for about a month, I finally started this project off yesterday.The plug-in provides Dart bindings for OpenCV - i.e. you can write OpenCV like functions in your Flutter code & it is directly connected to an official OpenCV build for Android/iOS underneath the Flutter Engine' layer.Currently, I have written only a few basic functions for Android & I'm working on binding a lot more in the coming weeks. I'll start with iOS dev later on; but in case anyone in the community here is interested, please feel free to PM me or open a PR on GitHub.Here's a sample gif of some of the functions:https://media.giphy.com/media/M9UOQmSYQrWgOkYqO8/giphy.gifI hope someone finds this useful/exciting.Flutter package: https://pub.dev/packages/opencvSource code: https://github.com/AdityaMulgundkar/flutter_opencv

April 16, 2020 at 04:40PM by asrm2769
https://ift.tt/2XCzZMJ
New post on /r/flutterdev subreddit:

New Package Alert!!
Hey GuysI have published my first ever package in Flutter.Do check it out: https://pub.dev/packages/contactusComments and Suggestions appreciated. Do like the package, if found useful

April 16, 2020 at 04:39PM by AbhishekDoshi
https://ift.tt/2VrHZ08
New post on /r/flutterdev subreddit:

Is it bad to have all providers linked to main.dart?
If I have multiple providers I want to use in my app is it bad practice if I used MultiProvider with couple providers on my MaterialApp in main.dart?will this affect performance?

April 16, 2020 at 06:30PM by PlusMaintenance
https://ift.tt/2XCgwfb
New post on /r/flutterdev subreddit:

Flutter vs React Native for Social Network app
Hey everyone,I'm looking to build a social network app (geolocation is the main part). I have limited programming experience so the Javascript vs dart argument doesn't quite apply to me.Which would y'all recommend and why? Thx!

April 16, 2020 at 08:09PM by DarthAnnihilus
https://ift.tt/2Kd3HjA