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

Hey Folks, I have published a new article "Contributing to Flutter: Getting Started" which will hopefully help you to overcome the fear of open source contributions and contribute to Flutter.
https://ift.tt/2WddNr0

July 12, 2020 at 06:35PM by ayushbherwani
https://ift.tt/3iUGx1s
New post on /r/flutterdev subreddit:

TallyAssist: Open source Flutter-based template for a business assistant application
https://ift.tt/2BO43fP

July 12, 2020 at 07:11PM by analyticalmonk
https://ift.tt/2Oj5qFT
New post on /r/flutterdev subreddit:

Is Firebase The Best MBaaS for Flutter Apps?
Hi AllHope everyone is well.I have just started with a Flutter/Dart course with a view to building my first app.The app will be a side project of sorts to scratch my own itch as a journal/mood tracking type app. The core functionality will be;- User Login/Authentication- Make journal entry (typed and recorded)- Mood tracking (kind of overlaps with journalling w/ geo tagging)- Record/Type affirmations and set reminders/notifications for them- Setting goals/targets and setting reminders/notifications for themAfter some initial reading up, it seems like Firebase will be the best offering in terms of a MBaaS particularly for a newbie such as myself.Can anyone suggest if there is perhaps another alternative equally or better placed MBaaS to pair up with a Flutter app or is my assumption that Firebase is my best option correct?​Many Thanks

July 12, 2020 at 07:46PM by 2020Corp
https://ift.tt/3gUkENI
New post on /r/flutterdev subreddit:

Flutter web ads
Is it possible to add advertisement to flutter web?Will AdMob work on flutter web?

July 12, 2020 at 08:55PM by Njuh_0
https://ift.tt/2ZmNfFE
New post on /r/flutterdev subreddit:

How can I create the animated icons outlined on the material iconography page?
/r/flutterhelp/comments/hpqcu8/how_can_i_create_the_animated_icons_outlined_on/

July 13, 2020 at 12:08AM by flutterhelp
https://ift.tt/2Oiu35F
New post on /r/flutterdev subreddit:

Data management and class sharing between frontend and backend
I built my frontend with flutter and just finished my UI. I'm currently working on my backend and data models and have a couple of questions.​How much logic should a data class contain? Would you guys implement any logic within a data class. The only thing I found about this was this stackoverflow article which clearly suggests to follow OOP implement any logic needed inside of the data classThe other thing is should I share my models and also the serialization classes (mostly auto generated .g.dart classes) with my backend or just create these classes again within my backend directory structure. If I should share it how would my directory structure look like?My current directory structure looks like this

July 13, 2020 at 02:52AM by Hard_Veur
https://ift.tt/2ZragaJ
New post on /r/flutterdev subreddit:

I created a simple lyric viewer (i.e. karaoke app) in flutter for linux, check it out!
https://ift.tt/2WeISKP

July 13, 2020 at 02:42AM by Wazzaps
https://ift.tt/2Zo7oLz
New post on /r/flutterdev subreddit:

Flutter (MVVM + provider) architecture
✔️ This is dummy app that uses this architecture.✔️ It simply loads Posts data from API and render the posts on the screen.✔️ You can use this code as a reference or starting point to develop your flutter app with this architecture.GitHub Repo

July 13, 2020 at 07:31AM by developerguruji
https://ift.tt/3iZR5fB
New post on /r/flutterdev subreddit:

Routing with subdomains
Is there any way in flutter to create routes with subdomains?For example:about.domain.com to route to about pagesettings.domain.com to route to settings pageThank you.

July 13, 2020 at 09:29AM by castorasmic
https://ift.tt/2C88DWr
New post on Flutter Dev Google group:

How to properly install flutter and dart?
I am very new, sorry first for a stupid question. According to flutter documentation (https://ift.tt/3gXC1xr), I downloaded https: // storage.googleapis.com/flutter_infra/releases/stable/linux/flutter_linux_1.17.5-stable.tar.xz and unpacked it in ~/Software/, and set

July 13, 2020 at 09:58AM by K leo
https://ift.tt/2Znofy4
New post on Flutter Dev Google group:

Is Flutter Native ? What is Native and Hybrid?
I am having confusion regarding whether *flutter is hybrid or native?.* The answer I got from the internet is not satisfactory, *high privileges member closes the question with dumb answers.* *What I really believed the hybrid app is a tech that using web components on a native web view in a

July 13, 2020 at 10:59AM by Manu Ks
https://ift.tt/2Wf9cVg
New post on Flutter Dev Google group:

Flutter issue
hello i am using a flutter windows development and i want to make it full screen when i run app it does look bad but if i fix make it to full screen it looks cool any why please just help me ?

July 13, 2020 at 12:37PM by Always More
https://ift.tt/307K4AH
New post on /r/flutterdev subreddit:

I need some guidance
I am a newbie. I have to integrate google maps in a flutter application, need some guidance and suggestions. Thanks.

July 13, 2020 at 12:42PM by gottastartsomewhere1
https://ift.tt/3fnkTRa
New post on Flutter Dev Google group:

Create a UI similar to Facebook, which can display both images and videos together
Hi Everyone, Good Day… I want to create a social media application using flutter, but am not aware of what widget or flutter component that I should be using that can display both images and videos together in a post. The post should have a similar UI as that of Facebook. Please help.

July 13, 2020 at 01:29PM by mohammed talha
https://ift.tt/2OmnTRS
New post on /r/flutterdev subreddit:

Does Flutter Working Well With Hawaii Harmony OS?
Hidoes anyone try to turn a flutter application on a Huawei harmony operating system?does it work without problems?

July 13, 2020 at 03:00PM by Musab-AbuZaid
https://ift.tt/2OkobsD
New post on /r/flutterdev subreddit:

FutureBuilders in Flutter
There can be times where you need to create Futures from input parameters of a Widget and you will need to use a FuruteBuilder to show the data from the Futures.Also, when you rebuild that Widget with the same set of input, it should not recreate the Futures.But, when you rebuild that Widget with a different set of input parameters, the Futures should rebuild, and FutureBuilders should change its view accordingly.I create this article on creating efficient future builders to address that problem. I am using it to show some data from a Firebase document in the way I described it earlier.Have a look and share your feedback.

July 13, 2020 at 02:50PM by do_it_hard
https://ift.tt/3iZGUaU
New post on /r/flutterdev subreddit:

#9 Flutter Rows and Column with Example || Assignment 1 Solution || Code Flipper I have given Assignment at the end of my last video and in this video I'm providing their solution.
https://www.youtube.com/watch?v=Vo5od_PSxQI

July 13, 2020 at 05:20AM by Code_Flipper
https://ift.tt/2ZqJIX4
New post on /r/flutterdev subreddit:

Hey #flutter community!! Today is Sunday, and I thought of spending it productively!! So, here's how I worked! I just published How to publish your first Flutter package!! https://ift.tt/38SVIUe Do check it out, and provide feedbacks
https://ift.tt/38SVIUe

July 12, 2020 at 06:15PM by AbhishekDoshi26
https://ift.tt/32bp5j9