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

Color codes for Flutter
Anybody knows a good website to find color pallet for flutter app development. Color(0xFF4c41a3) in this formate of code ?

January 11, 2021 at 08:10AM by linux_terminal07
https://ift.tt/3boe3fb
New post on /r/flutterdev subreddit:

Build a Quiz Maker App with Flutter & Firebase
🎥 video: https://youtu.be/ixWtgO22hBEIn this series of episodes, we are going to learn how to create a Quiz Maker App with Flutter 💙, from scratch and I will explain step by step to make sure you understand it all​ Things Covered 👇Creating Ui design FlutterUnderstanding Material Widgets and its propertiesNavigation in Flutter with NavigatorConnecting Flutter App to Firebase For Both Android & IOSFixing Multidex problem androidCreating Ui design FlutterUpload and Fetch Data from Firebase FirestoreUsing stream builder to keep quizzes list in sync with online databaseUsing shared preferenceUpload and Fetch Data from Firebase Firestore ○ Modularising code ○ sending data from one screen to other

January 11, 2021 at 08:04AM by theindianappguy
https://ift.tt/3btDige
New post on /r/flutterdev subreddit:

Do you know the widget name (if any) to achieve a bottom bar merging into content( see link)
https://ibb.co/jVHpnJn See how the two buttons at the bottom merge into the content when the scrolling is about to end.

January 11, 2021 at 08:18AM by fcort
https://ift.tt/3nyFJ3x
New post on /r/flutterdev subreddit:

Cleaner Flutter Vol. 3: Dominating Entities
https://ift.tt/39jnnym

January 11, 2021 at 07:35AM by CodePerfect
https://ift.tt/3bt4tYk
New post on /r/flutterdev subreddit:

flutter.dev clone Using flutter for web
Was playing with Flutter for web and tried to clone flutter.dev official home page. Seems pretty fine to me. Although, its lags a bit in debug modeIts not responsive yetLive Link: https://m-hamzashakeel.github.io/flutterdev/#/GitHub Repo Link: https://github.com/m-hamzashakeel/flutter.dev-Flutter-Web-Clone

January 11, 2021 at 10:54AM by m_hamzashakeel
https://ift.tt/39kVTbx
New post on Flutter Dev Google group:

Error in simulator:
Hello! When I run the project on simulator. it shows the following error. ********************************************** Warning: CocoaPods minimum required version 1.9.0 or greater not installed. Skipping pod install. CocoaPods is used to retrieve the iOS and macOS platform side's plugin

January 11, 2021 at 01:31PM by Muhammad Shoaib
https://ift.tt/3i3ssyP
New post on Flutter Dev Google group:

Error
Hi guys I am facing an error in flutter I am creating group chat application where users log in using email and password and then they enter a group chat with other registered users but the problem is that I am able to log in and the firebase shows my details but in firestore it is empty and the

January 11, 2021 at 03:04PM by P Sanjeevi
https://ift.tt/39okFY7
New post on /r/flutterdev subreddit:

We are in DLL hell all over again.
I think the Flutter devs need to focus on solving this in 2021.I maintain 2 packages and it's a nightmare to field all the incompatibility issues people constantly report when they upgrade something else.

January 11, 2021 at 04:08PM by CodyLeet
https://ift.tt/38z9mgU
New post on /r/flutterdev subreddit:

Why isn't flutter shipped with the android studio ide like kotlin? Why all the hassle of command line?
Why isn't flutter shipped with the android studio ide like kotlin? Why all the hassle of command line?

January 11, 2021 at 03:35PM by saiyyanwarrior
https://ift.tt/38w8w4o
New post on /r/flutterdev subreddit:

Google Maps - The Tour🌈
A Wholesome and Complete Updated Playlist for Implementing Google Maps in Flutter!📱🔭Bulls Eye Over :📢 Search Address/Location With Autocomplete API📢 Basics of Polygon Routes📢 Geolocation Mastery📢 Storing Makers Data In Cloud Firestore📢 Retrieving Markers Data From Firestore📢 Current Location Of User📢 On Tap Multiple Markers Logic And Much More!🦄Playlist Source : https://youtube.com/playlist?list=PLRT5VDuA0QGUYnbwvto87u3rawaHdWkinLIKE, COMMENT and SHARE to reach out the course to those who need. Also, SUBSCRIBE if you find something meaningful!❤️

January 11, 2021 at 03:25PM by nonadtech
https://ift.tt/2LlgIvv
New post on /r/flutterdev subreddit:

Complete Guides to GitHub Actions (Awesome GitHub Actions for Open Source Development + DevOps)
Hello Friends,As, we are already seeing that GitHub from the last 1.5 years, had been becoming an one stop solution for everyone either development or devops.​As been a Flutter Developer, I generally faces a lots of challenges to find a lotfaceDevOpssuitable GitHub Actions for the Project, so that I can both build and deploy the application togetherly. So, for that, I had create an repo in which we can use it to check all the GitHub Actions related to any Full Stack Technologies/Language/Frameworks.Pls have a look to the repo. Contributions are welcome, as it can help the lots of other students/developers like me, to find all the GitHub Actions under one hood and they can check what is working for them or not. It will reduce the numerous hours of researching.https://github.com/irahulcse/awesome-github-actions-for-developmentcreateda​​Regards

January 11, 2021 at 03:00PM by flutterboxinc
https://ift.tt/3q4j804
New post on /r/flutterdev subreddit:

Tenor in Flutter
Hey devs, This is first ever post in reddit.I had recently published a library for flutter for fetching GIF from Tenor.Git : https://github.com/justkawal/tenorCan't wait for all your suggestions and advice for improvements.Long Live 🔥pen Sourceflutter #dart

January 11, 2021 at 02:53PM by justkawal
https://ift.tt/35x1OsT
New post on Flutter Dev Google group:

Looking for hackathon collaborators
What's up folks? I got an invitation for a virtual global hackathon focusing on innovative ecommerce user experiences that is happening this month, with a delivery deadline of Feb 7th. The prize is $2000 for the winning team in 1 of 3 categories. I have an idea that could be interesting both as

January 11, 2021 at 09:02PM by VJ Tailor
https://ift.tt/2XyC0Z7
New post on /r/flutterdev subreddit:

Morphable shape for Flutter
Greetings. I just made a package that can create various shapes and morph between them. I wrote an article about it here: https://kevinvan.medium.com/creating-morphable-shapes-in-flutter-f17bcfecb0ed. I think it is pretty fun and hope to get some feedback.My other question is, this package is a derivation from another two packages: https://pub.dev/packages/shape_of_view and https://pub.dev/packages/path_morph. I have made significant changes to them (and need to), but I don't know if it is OK to just combine them into a new package. Could anyone give me some advice? Thanks a lot!

January 11, 2021 at 09:38PM by kevinvan0720
https://ift.tt/38zQRc7