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

An open source Reddit client built with the BLoC pattern
https://ift.tt/3jxMfH8

February 09, 2021 at 02:19PM by yshean
https://ift.tt/3jxq97R
New post on /r/flutterdev subreddit:

enum to string and back
In helping someone serialize Enum's to and from a string for storage, I came up with this Dartpad:```` void main() { var myValue = Language.Flutter; // the value to be frozen to string var inStorage = myValue.toString(); // the value written to and from storage var resultValue = string2Language[inStorage]; // the value after thawing print(resultValue == myValue); // and they match! }enum Language { Flutter, Dart, JavaScript, Perl } final string2Language = Language.values.asMap().map((k,v) => MapEntry("$v",v)); ````In short it's trivial to map an Enum to and from string values for serialization.

February 10, 2021 at 03:05AM by RandalSchwartz
https://ift.tt/3d144gy
New post on /r/flutterdev subreddit:

What is Flutter and How to use it? The Ultimate Guide (2021)
According to Stack Overflow insights, Flutter is the most loved and wanted mobile app development framework, with 75% of developers expressing interest to use Flutter for cross-platform applications. To know what is flutter and how to use it, read our blog.

February 10, 2021 at 07:13AM by parminder_gpcoders
https://ift.tt/3cSqNvk
New post on /r/flutterdev subreddit:

What's your suggestion for the flutter and kotlin?
Both Kotlin and Flutter are good in development but the research says that the Flutter is better than Kotlin as you can see Google trends comparison and discussed factors.https://technostacks.com/blog/kotlin-vs-flutter

February 10, 2021 at 06:10AM by MichaelOconnor1
https://ift.tt/3peOHDX
New post on Flutter Dev Google group:

why I am seeing blank boxes or icons instead of material icons from flutter font family etc?
Hi, I am seeing blank boxes or icons, instead of materail icons or flat icons in my flutter application. I am using stable version of flutter channel and flutter version is 1.20.2. my pubspeq.yaml looks like version: 1.0.0+1 environment: sdk: dependencies: flutter: sdk:

February 10, 2021 at 07:58AM by shravan kumar Pottala
https://ift.tt/3tGNVCR
New post on Flutter Dev Google group:

Flutter App - Azure Database
Hey, *Did anyone try connecting their Flutter App to the Azure SQL Database ?* I am actually looking for a simple yet effective solution to directly connect to my Azure SQL Database Table using the SQL queries. Therefore, performing the CRUD operations from my Flutter App. Any ideas ?

February 10, 2021 at 08:43AM by Gunpreet Singh
https://ift.tt/36VTzr2
New post on /r/flutterdev subreddit:

Error
Hi guys ,Android studio is not detecting my mobile device. It just shows "loading" . It was working properly, but suddenly it shows loading only. Is there any problem with pc firewall. Please help me with this.flutterdev30DaysOfFlutter

February 10, 2021 at 08:38AM by kaveesh6
https://ift.tt/3aPlnhX
New post on Flutter Dev Google group:

Flutter in-app purchases on iOS from Apple ID account
HI - I'm having a heck of a time finding specific information on implementing in-app purchases for iOS apps being developed in Flutter. In particular, I only need to implement consumables (like game tokens, etc.), and I would prefer to do it so that the payment comes from the user's Apple ID

February 10, 2021 at 09:52AM by Tom McCaffrey
https://ift.tt/3rz6ln6
New post on /r/flutterdev subreddit:

Which ads package/api/agency do you use for your app?
Apart from Google's adMob or FirebaseAds is there any other package/api/agency you use to show ads in your app? My users will be watching 1-3 non-skippable ads, so I am looking for a package/api/agency that is best suited for this scenario.

February 10, 2021 at 10:04AM by dontGiveAnEfAnynore
https://ift.tt/2OfDZjs
New post on /r/flutterdev subreddit:

Hello. I tried to build the apk app from flutter and i get this error. Any help
https://ift.tt/3tIYc1k

February 10, 2021 at 10:16AM by noamanio
https://ift.tt/2Z2y3wu
New post on /r/flutterdev subreddit:

Newbie Flutter Firebase, why use Firestore over Realtime DB? Pricing issue.
Sorry if this has been asked before but I'm putting together an App that will store over 5000+ employees and will need to have this data repeatedly read and changed daily by multiple users. Based on the way it prices reads and writes, as this grows, it will only cost more and more. While realtime for the most part will stay low cost. Is there any reason why someone would use FireStore over Realtime? Bit new and want to learn more.

February 10, 2021 at 11:45AM by softnibbles
https://ift.tt/3pfCoY1
New post on /r/flutterdev subreddit:

Why flutter is a development trend in 2021?
The Flutter’s popularity is developing step by step with its expanded use for mobile app development. Flutter is liked over other cross-platform app development platforms.Why Flutter is a web-development trend in 2021?Same UI and Business logic in all platforms
Save your time
Cross-platform app performance is similar to native
Custom, animated UI of any complexity available
Hot reloading features that facilitate designer developer corporationsRead the article to know more about flutter app development- https://www.shipgigventures.com/blog/flutter-app-development-framework/

February 10, 2021 at 11:29AM by shipgigventures
https://ift.tt/3p1sr00
New post on /r/flutterdev subreddit:

Adding support for CREATE VIEW in Moor package [LIVESTREAM]
https://ift.tt/2LDOkoy

February 10, 2021 at 02:46PM by uhossein
https://ift.tt/2Z3rnya
New post on /r/flutterdev subreddit:

Do you have any thoughts about the points raised in this critical article - sounds a little scary
Hi - I was planning to build my project using Flutter, but I just now read this article detailing some problems this team had. What do you think of their criticisms - are these really some issues you have run into yourself? I have never written a BIG project using Flutter, so I am hoping to get some good feedback from those who have. -thx!https://medium.com/better-programming/flutter-failed-to-solve-the-biggest-challenge-for-our-cross-platform-app-c551afa0ef18

February 10, 2021 at 05:05PM by fabrisimo
https://ift.tt/3d1c1Tc
New post on /r/flutterdev subreddit:

Drawing on Text Fields Flutter (Minimum Rebuilds)
https://ift.tt/3axWmaR

February 10, 2021 at 06:37PM by jaycoding
https://ift.tt/3tOsNee