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

The Pen tool in Rive 2
https://youtube.com/watch?v=BM4f9Ck1iD0&feature=share

December 23, 2020 at 01:19AM by Pixelreddit
https://ift.tt/3rl8Bza
New post on /r/flutterdev subreddit:

Provider and AnjmationController
Hey, seams like simple task but not necessarily.What's the best way to start AnimationController when provider triggers, I have couple ideas.In stateful widget manually use addListener to provider.Make a wrapper on the actual widget which is just a consumer that creates stateful widget with value from the provider, and that stateful widget overwrites didUpdateWidgetBoth of them are quite tidious, what do you think?

December 23, 2020 at 04:20AM by a4738758392
https://ift.tt/37MURWp
New post on /r/flutterdev subreddit:

Best Android phone for Flutter Dev? (Android)
Title says it all :P

December 23, 2020 at 06:32AM by AphrxWasHere
https://ift.tt/2WI6Pda
New post on Flutter Dev Google group:

Adding native ads in Flutter
I would love to ad native ads into my code in Flutter but I can't deal with it. I'm using this: https://ift.tt/32qXoAE They say: Native Ads are presented to users via UI components that are native to the platform. (e.g. A View on Android or a UIView on iOS). Using Flutter

December 23, 2020 at 10:44AM by Jakub Klementewicz
https://ift.tt/3h9waX6
New post on /r/flutterdev subreddit:

Why pub.dev doesn't have any WORKING package for android to turn on flash light with luminous intensity
Using flutter i am developing a android torch app with capability of controlling luminous intensity of flash light and i have dried lamp 0.0.6 package to turn on flash light with controlled luminous intensity but this package doesn't work and other many package (like flashlight:0.1.1, flutter_flashlight:1.0.0, torch_compat:1.0.2) are not providing luminous intensity controlling power, now what shoud i do to overcome this problem.

December 23, 2020 at 11:29AM by anilshrivastav
https://ift.tt/3hbqMma
New post on Flutter Dev Google group:

When zooming and panning complex paths, performance degrades
Hi Team, Using CustomPainter/RenderBox, I rendered a complex path by converting coordinate points(get it from the JSON file) into pixel offsets. After that, I've added the InteractiveViewer to do zooming and panning. Here, I've faced a lagging issue while zooming and panning. I suspect it may be

December 23, 2020 at 06:37PM by Vijayakumar Mariappan
https://ift.tt/3pi5UMR
New post on /r/flutterdev subreddit:

Anyone else have a problem with Flutter loading old/stale code?
On Android (and maybe elsewhere), Flutter can load old or stale application code, randomly. This has been happening to me for over a year, but I've never been able to get good reproduction steps... until now! https://github.com/flutter/flutter/issues/72868Does this happen to anyone else?? If it does, can you please up-vote this issue?This is extremely frustrating when working on large projects, that have complex chains of events/layout errors, and you are never quite sure if your latest code is running, or some code from 2m ago. It doesn't just happen with Restoration, it usually happens when Errors are being spammed, but this seems like an easy way to reproduce it.

December 23, 2020 at 07:41PM by esDotDev
https://ift.tt/2Kvxurm
New post on /r/flutterdev subreddit:

Learn Flutter After CTO and CFO left me
Hey Guys!I'm running a startup on a concept I truly believe can change the world.About three months ago we had a CTO, building our application on flutter, who left us in the middle of nowhere halfway through development. He charged us around 5k USD and just left us, two Economics' students from UCLA without any prior experience in coding. My Co-founder left as well, thinking we were never going to find someone to develop it, leaving me 5k USD in the hole and with no CTO or CFO.I just graduated early with a Major in Philosophy and a Minor in UCLA, and I still want to work on my startup. I love my idea so much, and I want to learn how to develop a simple MVP that can help me get funding. I have all my UX/UI designs completed, and I'm using 17k YSD to pay development team in India to build the application for me using React Native that will be ready on April 1st. I am funding it with 10k that I crowdfunded and the rest is from my meagre savings of 9k USD.I've done my research and would love to learn flutter. I've never written even one line of code in my life, and would love some pointers on where and how to start, what to expect, and how much time to set daily to reach my goal of building an MVP by myself in 2 months.I work hard, I spend 12 hours a day working, and can put in extra nights to reach my goal.I would really appreciate any pointers!

December 23, 2020 at 08:30PM by vikrampai
https://ift.tt/34HncLB
New post on /r/flutterdev subreddit:

Happy holidays, full stack Flutter devs!
Only 28 days ago, I posted here to announce that we had opened the Functions Framework for Dart. Well, we got some great responses from the community and we've been hard at work since.Today, I'm really happy to let you all know that we just landed a new version that supports functions to handle JSON and Cloud Events, plus more examples and docs on how to deploy to Cloud Run, plus a tool for generating starter projects from templated samples! Check it out over the holidays and let us know what you think! We really do appreciate your thoughts (feel free to open a discussion) and stars on the repo!https://github.com/GoogleCloudPlatform/functions-framework-dartI plan to schedule some kind of live session between Christmas and New Year to demo this and answer questions from you. I'll post an update on that shortly.Happy holidays!Tony and the rest of the elves on the Google Dart / serverless teams🎅🌲🎁🎉

December 24, 2020 at 01:32AM by subfuzion
https://ift.tt/3rr39Li
New post on Flutter Dev Google group:

Flutter SDK Not loading to windows
Hi, This is vamsi, i downloaded from SDK 1.22.5_stable and i want create flutter project in this process flutter path is not loading to Project. please resolve this issue. if you have any video, i will send. my System Configurations Windows 10.

December 24, 2020 at 06:39AM by Vamsi Krishna
https://ift.tt/38vVse1
New post on /r/flutterdev subreddit:

SplitBit
SplitBitA Blockchain based basic project, which focuses on interacting with the smart-contract via web3dart in flutter.https://github.com/aniketambore/Split-Bit

December 24, 2020 at 09:07AM by anipy28
https://ift.tt/3aGg3PI
New post on Flutter Dev Google group:

Adding an arrays of map in cloud_firestore
*How to add an array of maps into cloud firestore dynamically?* I have added data like this, await firestoreSave.collection('chat').doc("CEKR3aJozzBbgsIFxwRJ").set({ 'buyer_id': userId, 'book_id': productProvider.productList[productProvider.bookIndexForChat].book_Id,

December 24, 2020 at 11:39AM by Aman Chaudhary
https://ift.tt/3aDJwcX
New post on /r/flutterdev subreddit:

In 2021 What Flutter Courses/Content Would You Like to See Created?
I'm a digital marketer that stumbled upon Flutter in mid 2018 from Paulo Dichone's course on Udemy. Still I'm not a pro developer & code just for my own projects. There's a lot of content on Flutter this year & some courses or tutorial that are unique for what they teach.I'd like to know what's missing in your opinion that you would love to learn in 2021?
If you don't mind also state your level in Flutter & what you are interested in it for (your own projects, your work, or to code for others)For my own projects, I'd like to see content on:Flutter & Python as a backendRive & FlutterFlutter AnimationsFlutter functions (more tips on creating & planing functions)Wordpress & Flutter (No hate please moreso how I & others can use existing sites & make an app)Stripe Connect & Flutter & adminning via a dashboardRevenue generating techniques (ex: chat app with emojis, or stamps for sale etc)Mobile App planning (versions, & upgrades)I'm not associated with any teacher or developer & just want to see if we can collectively suggest what content & course creators can make for 2021.

December 24, 2020 at 12:24PM by replayjpn
https://ift.tt/2WEPRN4