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

Gradients In Flutter:The Ultimate Guide
https://ift.tt/39eV31t

November 26, 2020 at 04:27AM by easily_know_it
https://ift.tt/3743XfG
New post on /r/flutterdev subreddit:

Stateless Widget and Stateful Widget in Flutter-The Ultimate Guide
https://ift.tt/363hy7P

November 26, 2020 at 04:22AM by easily_know_it
https://ift.tt/2Jgzlz7
New post on /r/flutterdev subreddit:

I've started (some time ago) to try and implement a wearable communicator plugin. I however haven't had the time or knowhow to improve and tests. So I'm posting here and hoping that some of the awesome devs here might find it interesting and aid me with development
https://ift.tt/367RPuV

November 26, 2020 at 11:48AM by gardyna
https://ift.tt/3fzOFTR
New post on /r/flutterdev subreddit:

Hey guys, for Flutter BEGINNERS :D, thanks for watching 😁️
https://www.youtube.com/watch?v=9SBi4BjgVno

November 26, 2020 at 10:33AM by workflow_2
https://ift.tt/3ma6JpV
New post on Flutter Dev Google group:

Webview showing blank screen with some initial urls (might be redirect issue)
The Webview loads a blank screen when the initial url is a twitch oAuth url. I suspect it has something to do with the url redirecting to twitch's login page (If the user isn't logged in already). I'm testing on android. Any help would be appreciated. *Steps to Reproduce:* Create a webview and

November 26, 2020 at 01:00PM by Emmanuel Olaojo
https://ift.tt/2V6tVte
New post on /r/flutterdev subreddit:

Sale Sale Sale..!! 100% OFF
[Complete Dart / Flutter programming series, six free courses of Udemy, each coupon expires within 1 Day]()Dart🎯Dart beginners🎯 Dart intermediate🎯 Dart advancedFlutter💻 Flutter beginners💻 Flutter intermediate💻 Flutter advanced

November 26, 2020 at 12:43PM by faisalkhan215
https://ift.tt/3q2wuL8
New post on /r/flutterdev subreddit:

🎯 Flutter & Firebase: Email/Password Registration & Sign-in 🎯
Hello Flutter Devs, I created one simple authentication module which focuses on, how to implement Email/Password Authentication process in Flutter, using Firebase.Project FeaturesImproved widget tree.TextFormField Validation logic.Toggle password text visibility.Handling Authentication errors in UI.Custom submit button with loading state.UI logic and Firebase authentication logic, separated.GitHub Link :- https://github.com/aniketambore/Flutter-Firebase-AuthModule​Feel free to use it in your own projects. 👨‍💻

November 26, 2020 at 01:09PM by anipy28
https://ift.tt/3mfjlMM
New post on /r/flutterdev subreddit:

Any alternative for PDFTron ?
Hi!
I built an e-book app in which users can read pdfs over the app.
Now, I want to add editing functionality like changing fonts and colors or adding shapes over the pdf.
I found PDFTron but it's too expensive for me for now. Do you know any other alternatives for these purposes?

November 26, 2020 at 05:14PM by hbt1903
https://ift.tt/3fCN7Iu
New post on Flutter Dev Google group:

Re: Hello:
Have an urgent requirement for a Kotlin Developer 3yrs Min experinece: If any one interested you can mail to nid...@wishto.co On Thu, 19 Nov 2020, 03:19 carlos,
New post on /r/flutterdev subreddit:

Learn Dart and Flutter from the basics: free series
Hello everyone! 👋I made a free, three-part Dart and Flutter series directed at beginner developers in which through the course you'll build a game while learning the foundations of Dart and Flutter.I've put a lot of effort into making this series and other content (the demo app, charts, etc.) and I'd appreciate your feedback on it.First part - Dart: https://blog.risingstack.com/learn-dart-language-beginner-tutorial/
Second part - Flutter: https://blog.risingstack.com/flutter-crash-course-javascript/
Third part - building a game: https://blog.risingstack.com/case-study-dart-flutter-mobile-game/All the bests,
Daniel ❤️

November 26, 2020 at 08:17PM by dandesz198
https://ift.tt/367x5Dm
New post on /r/flutterdev subreddit:

Are there any third party complete UI libraries that implement a cohesive style?
Out of the gate, flutter provides Material app style and Cupertino app style.I am curious if there is a third party version of these. A set of widgets that all implement one cohesive style. There are some popular widgets libraries like platform widgets and get widgets, but neither of these are about implement a new cohesive app style.Anyone come across something like this?

November 26, 2020 at 10:37PM by scorr204
https://ift.tt/374DC0Q
New post on /r/flutterdev subreddit:

Linking mobile application to Firebase console and create user class (all code)
Hello everyone, I already developed a Flutter application (for a university project not on the App Store or Play Store) but I worked on the UI, never dealed with backend, I just saw "Future Builder" and other little stuffs because we used Firebase to handle sign in/log in and other little user functions.Now, I remember that we created a User class with a name, 2 pictures, a little description...But since Flutter developers are very active and I'm not up to date I wanted to ask you which is the correct way to create a User class and let it correctly work with Firebase.I see there are many tutorials on the internet but they are not clear because some are very old or quite old (6 months or more)...Can you suggest me a good working tutorial or a good place where I can ask? Consider that I'm not good in backend development so I need of something for noobies.I set up Firebase, dependencies, pod files...All is working (until now) so I need to link the application to Firebase console.Since this post isn't about code I think I'm in the right place, if you think I'm not please comment below so I will delete the post.

November 26, 2020 at 08:59PM by _seeking_answers
https://ift.tt/3nRMii6
New post on /r/flutterdev subreddit:

Flutter Team: We need more posts about the ramifications of null-safety
As a developer who is shipping apps, and fine using null as-is, I could really use more context on how this affects me and what the future looks like. Some questions I have:Will all my apps suddenly stop working on some version of Stable one day?Does this mean I will be locked out of maintenance updates (like to support a new iOS version) unless I convert existing apps to Null Safety? This would be bad for someone with multiple apps in the store.Is there any way to build desktop apps now, without using null-safety, it seems when I used master it's forcing this on?Does Flutter Team plan on maintaining some sort of LTS (Long Term Support) non-nullsafe branch, where legacy apps can be compiled while still getting critical fixes for OS level features?Most of the existing communication has been from the perspective of touting this new feature, and I agree it's a cool feature, but from a pragmatic standpoint I just need to know how much work this is going to create for me in the medium term so I can try and plan around it. I don't care to learn about null-safety right now, but I do need to know its ramifications on my schedule.Most especially, if there will be some future drop-dead date where all apps on Stable, must use null-safety, please make that explicit because it could be a major headache if we're not expecting it and suddenly can not do maintenance updates without major refactors.

November 26, 2020 at 11:23PM by esDotDev
https://ift.tt/3nYsr0x
New post on Flutter Dev Google group:

Align Widget for a column
Hi Flutter community, I have a column consisting of 3 buttons placed vertically. I want to place this column at the bottomcenter part of the screen. I'm trying the Align widget, but it's not working with my column! If I just have one button inside my Align widget, it works, but when I try

November 27, 2020 at 01:58AM by Andrew Villegas
https://ift.tt/3o1oBnC
New post on /r/flutterdev subreddit:

Desktop environment in Flutter?
Recently, I saw this post in r/ReactJS https://www.reddit.com/r/reactjs/comments/k1l7p8/made_my_personal_site_into_a_desktop_environment/My first thought was about doing this in Flutter, so I Googled it and came across this post https://www.reddit.com/r/FlutterDev/comments/a27ly0/desktop_environment_in_flutter/But since then, Canonical has decided to add first party support for Flutter with Ubuntu, so I was wondering is, has anything changed?I remember something that might be relevant: I tried to make a webview in a sliver list in Flutter, and it would be very slow because every time the PlatformView moved in Flutter, it was rebuilt, so I'd imagine if that's still the case the PlatformViews of the windows for the DE would rebuild every time as of now, too. I didn't think this would apply to React, because when it's running everything is a native widget/view/component.And, if nothing has changed, will something make creating a DE in Flutter practical?

November 27, 2020 at 03:31AM by dan-danny-daniel
https://ift.tt/3larErQ
New post on /r/flutterdev subreddit:

[Bridged] Design to flutter (Totally usable code) within a second, in single click
It's been almost 2 month we've start this awesome open project called bridged. bridged assistant is a figma plugin that converts your design to flutter code, and launch automatically builds it on web, so you can view your design as a running application within 5 seconds.Please take a deeper look, until we fully release it, I'm sharing it on reddit for yours' exclusive access.star this project here on github - https://github.com/bridgedxyz/assistant

November 27, 2020 at 03:31AM by softmarshmallow
https://ift.tt/3q58kzO
New post on Flutter Dev Google group:

Streaming data on home page
I want to show streaming data on the homepage from my ASYNC FUNCTION..Attached is the main class function image (mainclass). Also attached async function from where i need to pass the streaming data to the home page. PLEASE SUGGEST HOW TO INTEGRATE THESE TWO I AM GETTING FUTURE TYPE ISSUES WHILE

November 27, 2020 at 04:42AM by sona
https://ift.tt/3fQsJUJ
New post on /r/flutterdev subreddit:

Explaining Flutter Widget Column
Flutter Widget: Column https://www.instagram.com/p/CIFQev8gnX1/?igshid=awbh646m0w2q

November 27, 2020 at 06:18AM by Thori_Manoj
https://ift.tt/39lwCQi