Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

PayPal with braintree
I keep getting this error: Error: MissingPluginException(No implementation found for method start on channel flutter_braintree.drop_in) Any help???

July 18, 2021 at 12:37PM by Mahmoud Esmail
https://ift.tt/3xPxHsW
New post on /r/flutterdev subreddit:

Hey guys uploaded a new video in Flutter “Shoes Delivery app with slidable widget” on my youtube channel. Have a look and let me know your feedback on the comment section. Thank you.
https://youtu.be/-pWEX2sCHFo

July 18, 2021 at 02:32PM by praveenthedesigner
https://ift.tt/3xUBcOU
New post on Flutter Dev Google group:

Brand New - Need Help With Lesson 1
I've been banging my head on this one. Likely staring me in the face. Help appreciated. Lesson 1: https://ift.tt/3Bh6Vfe Ran the code in Step 1 ok. Added the english_words package, ran pub_get. and confirmed it was installed. Pasted

July 19, 2021 at 12:42AM by David LeVine
https://ift.tt/3wOkmjd
New post on Flutter Dev Google group:

Im having trouble with android licenses
I am sure I had already accepted android licenses but when solving another problem with emulators and when running flutter doctor again it said the status of the licenses was unknown, when trying to run flutter doctor --android-licenses in command prompt an error appeared and when I searched in

July 19, 2021 at 03:20AM by Diego del Hierro
https://ift.tt/3xSyNny
New post on /r/flutterdev subreddit:

State Management With Timers
So I have a few scenarios that I'm curious how experienced devs would approach. The premise is simple: I have multiple widgets who's display depend on a timer. For example, a text widget that counts the seconds of current time, like a digital clock. What would be the most efficient approach?An ancestor widget that calls setState each second the timer runs its callback. Note that there could be widgets in between this ancestor and the widgets that need the state change value. Usually we try to push those changes to the leaves.Keep the state in the widgets that need the value, which would be the closest ancestor to the text widget in my example. This would mean creating a timer for each of these widgets. I would guess that the timers could be out of sync due to this approach, and build calls might be spread out across multiple frames. That's ok, but would that cause more jank than approach 1Use something like the provider package and wrap the widgets that need the state in Consumers.I'm largely curious about scenarios 1 and 2 - just to see how someone would approach that without breaking out a package or Inherited widgets.

July 19, 2021 at 05:34AM by SquatchyZeke
https://ift.tt/2UoxkXM
New post on /r/flutterdev subreddit:

Flutter for Single-Page Scrollable Websites with Navigator 2.0
Here is a series of articles: “Flutter for Single-Page Scrollable Websites with Navigator 2.0 “. This series focuses on implementing scrolling and navigation logic for a single page scrollable website. I will also give a talk at the upcoming Flutter Global Summit on this topic.Part 1: IntroductionIn the second article building the scrollable content lazily using a ListView, scrolling programmatically to an index, and notifying the first visible index while scrolling is explainedPart 2: Scroll to PositionIn the third article, a similar UI to the previous one is built lazily using a PageViewPart 3: Scroll to PageIn the fourth article, we learn how to live with building all the sections of the scrollable widget at once in a SingleChildScrollView + Column.Part 4: Ensure VisibleIn the fifth article, we will study lazily building a scrollable widget with varying-sized sections like an illusion using the 3rd party #ScrollablePositionedList libraryPart 5: Scroll to IndexWe start implementing the navigation logic with the sixth article using the #Navigator2 API.Part 6: NavigationIn the last article, we will use query parameters instead of path variables in URLs and study parsing & restoring URLs according to app state changes, browser back / forward button clicks.Part 7: Query Params

July 19, 2021 at 07:15AM by ulusoyapps
https://ift.tt/3ksb2z0
New post on /r/flutterdev subreddit:

Best resources to learn Flutter and Dart from scratch?
What would be the best way of going about learning Flutter? Also, how's web development in Flutte?

July 19, 2021 at 09:49AM by Xarion77
https://ift.tt/3z8YWyT
New post on /r/flutterdev subreddit:

How is it not a much bigger problem that there are no good solutions for Video (Stream) Caching?
I have developed different Apps with flutter and every time I need to display network videos I have the same problem, that there are currently no solutions for video caching for the video player package when streaming a network video.I would assume that this is a common use case because If you look at current social media apps, they all heavily use network videos and when there is no caching for video streaming, the consumed bandwidth would be much higher and there would be a lot more loading times for the user.Did you have this issue before? How did you solve it or did you just not used any caching for videos? So far I have used this PR which unfortunately was rejected and is now quite out of date. Some people suggest using the cache_manager plugin but that makes no sense to e because you can only cache a whole video, so you need to wait for it to completely load before you can cache it.I'm really curios how this is not a much bigger problem because this issue seems to get way to few attention in my opinion.

July 19, 2021 at 10:50AM by jwknows
https://ift.tt/2UtzN30
New post on /r/flutterdev subreddit:

Color Curves in Flutter
I working on project to bring a clone Snapseed in flutter web. I thinks the color curves feature is important feature but i don't know how it works. Anyone explain that and give me some idea to implement in flutter.

July 19, 2021 at 11:51AM by definev
https://ift.tt/3xPl5C9
New post on Flutter Dev Google group:

How to have drawer in front of bottom Navbar
Hey All. How do I bring this drawer in front of my bottom nav bar? [image: Screenshot 2021-07-19 at 4.28.50 PM.png] -- Thanks & Regards, Hyder

July 19, 2021 at 01:00PM by Hyder Hussain
https://ift.tt/3za1M6E
New post on Flutter Dev Google group:

How do you Separate the mobile app and WebView to have different user experiences?
I want to display a different experience on the mobile app and a different user experience on the web app.

July 19, 2021 at 02:25PM by Imint Studios
https://ift.tt/3ircYVD
New post on /r/flutterdev subreddit:

Hi, I am currently working on an open source project called shark - a flutter server rendering framework. If you are interested and good at flutter and nodejs, welcome to dm me and contribute your code.😁😀
https://ift.tt/3irxHbT

July 19, 2021 at 03:59PM by NiceGuy-n2
https://ift.tt/3exJ8Oh