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

Flutter VS React Native: A Comparison Based On Criteria
Flutter vs React Native, the debate rages on, since both frameworks enable developers to create mobile apps that run smoothly across multiple platforms. Here’s a head-to-head comparison to help you choose between these two leading cross-platform development frameworks. https://www.cuelogic.com/blog/flutter-vs-react-native-a-comparison-based-on-criteria Do you think flutter is the future or it is just a hype?

September 11, 2020 at 02:23PM by VibhutiSingh
https://ift.tt/35xo6f7
New post on /r/flutterdev subreddit:

-Check-out- Jsonplaceholder Offline
Check out this dart package is an offline replica of the famous Json Placeholder I think it works well for dump/seed data for your any kind of Dart/Flutter Experimenthttps://pub.dev/packages/jsonplaceholder_offline

September 11, 2020 at 04:40PM by devfelix
https://ift.tt/2FkQVk3
New post on Flutter Dev Google group:

Debug APP IS SLOW IN ANDROID 5.1
when i running on ubuntu it is okk...but debug app on android is slow...is there any problem in my code?

September 11, 2020 at 05:20PM by Degenerate Tech
https://ift.tt/3kltfuX
New post on Flutter Dev Google group:

Social Networks on the edge
I would like to know if in an App you can make it (with the necessary permissions) to connect the social networks of two people. That is, knowing the username of one person (from their Twitter network, Facebook, Linkedin, Instagram...) our App will connect to the other person and we can follow

September 11, 2020 at 08:15PM by Jordi
https://ift.tt/2Rvxjwh
New post on /r/flutterdev subreddit:

I want to be profissional interface designer for smart phone app by flutter but i do not know the references.what i should do?
I want to be profissional interface designer for smart phone app by flutter but i do not know the references.what i should do?

September 11, 2020 at 09:26PM by Entropy1994jbyk
https://ift.tt/35s3Xqx
New post on /r/flutterdev subreddit:

A new version of EpubViewer with more features
https://ift.tt/32YZWqR

September 12, 2020 at 03:11AM by JideGuru
https://ift.tt/3bXioEj
New post on /r/flutterdev subreddit:

Anyone else get a huge issue with firebase_messaging and iOS when apps in the background?
Push notifications using firebase_messager have stopped working on iOS (not tested on android yet) when the app is in background. When I first got it working (this morning), everything tested fine including background notifications. I can't think of anything I changed but now I'm only getting onMessage to fire when the app is in the foreground. I literally went grocery shopping in between. This is a bit frustrating, anybody experienced this or know what might cause this? I looked in the app settings and it has notification permissions, none of my flutter apps are actually in the notifications settings but I don't think that should matter.

September 12, 2020 at 03:05AM by AwGe3zeRick
https://ift.tt/3isVbfG
New post on /r/flutterdev subreddit:

Is firebase still flutters best backend/Baas?
Making a new app last time I used firebase but had some limitations like search querying and slow for complex queries. Wondering if I should create my own graphql api to plug in with flutter, how is creating custom auth and things without firebase?I also noticed firebase has kind of distanced itself from flutter like it’s not longer in the docs and now we have to use flutterfire, is that a cause for concern? Scalability is pretty important for this app as it’s hopefully not a small project but an actual large scale product. Speed is nice which firebase offers but still wondering if it’s the right option.

September 12, 2020 at 05:25AM by 1sadpotato
https://ift.tt/3kdyAUG
New post on /r/flutterdev subreddit:

Launched: Weekly Newsletter for Mobile Developers - Great curated content from awesome developers.
https://ift.tt/2Zy3mjn

September 12, 2020 at 07:24AM by iranjith4
https://ift.tt/3kbfi2t
New post on /r/flutterdev subreddit:

Integrating search bar with camera
I want a feature in my app where I can open my camera and it will recognise the objects the show the results.But I'm not able to integrate this object recognition function with search barPlease help

September 12, 2020 at 09:35AM by Pkshri
https://ift.tt/3bRKLnj
New post on Flutter Dev Google group:

Scroll ListView to an index on Tab Click
Hi In my project I have SilverAppBar, Tabs and ListView. On click of tab I want move on a position on item in list corresponding to tab position. Please Help.

September 12, 2020 at 01:06PM by Sanjay Kumar
https://ift.tt/2Zr5cCH
New post on /r/flutterdev subreddit:

Multiple "android" & "ios" directories
Is it possible to have multiple "android" & "ios" directories and tell the Flutter which one to use while building?

September 12, 2020 at 12:43PM by Spectarion
https://ift.tt/3hoKOIv
New post on /r/flutterdev subreddit:

New plugin: flutter_charset_detector for auto-detecting and decoding text with unknown charset/encoding
I recently released flutter_charset_detector: a plugin that auto-detects and decodes text with unknown charset/encoding.Under the hood it uses the best native libraries I am aware of: uchardet on iOS and juniversalchardet on Android. Both of these are originally based on work from Mozilla.This plugin is useful for apps that might have to interpret user-supplied data (especially files) that could be in arbitrary encodings.(You might think that the whole world has moved to UTF-8, but you'd be wrong.)I am using it in production right now in my app Orgro, an org-mode file viewer for iOS and Android.

September 12, 2020 at 03:40PM by amake
https://ift.tt/32o4TdB
New post on Flutter Dev Google group:

SingleChildScrollView in full device height
Hi all. I've created a SingleChildScrollView with Column: return Scaffold( body: _bookDetailsUI(book), Widget _bookDetailsUI(Book book) { return SingleChildScrollView( child: Column( children: [ _bookHeaderWidget(book), _ratingRow(), _bookInfo(book), _bookAnnotation(book), _bookCategories(book),

September 12, 2020 at 04:24PM by Igor Karelin
https://ift.tt/3ipnlYN