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

Created an open source tweet screenshotting app.
Hey guys I create app that allows users to tweets screenshots without watermark.The app is open source and I used getx for state management.Here is a link to the app.https://play.google.com/store/apps/details?id=co.appstate.tweetshorthttps://github.com/oyeolamilekan/tweetshort

August 09, 2021 at 09:53AM by skipmonday
https://ift.tt/3Cx9cTW
New post on /r/flutterdev subreddit:

Flutter Web Context Menu: Open in New Tab
Has anyone figured out a way to enable "Open Link in New Tab" for the right click context menu? I have a very simple web app with a bunch of inkwells that navigate you to new views via named routes, and I'd love to be able to right click -> "Open Link in New Tab" as you can for pretty much every other website.

August 09, 2021 at 03:01PM by NajoNajavo
https://ift.tt/3fLA60I
New post on /r/flutterdev subreddit:

Flutter Blog
https://anpapershow.blogspot.com/?m=1Blog about basic of dart and flutter. It 's just a start and I am uploading content on daily basis. It needs your support.

August 09, 2021 at 02:36PM by dj_bose
https://ift.tt/3s3eVfk
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 97 - Tutorials, videos, packages, and much more!
https://ift.tt/3jA5vEA

August 09, 2021 at 03:27PM by vensign
https://ift.tt/3iywh0F
New post on /r/flutterdev subreddit:

Windows decorations package launched, works great with bitsdojo_window
https://ift.tt/3CrX9Yb

August 09, 2021 at 04:21PM by Adventurous_Author32
https://ift.tt/3lIOv1u
New post on /r/flutterdev subreddit:

Can a payment system like Square(twitter platform) be created with flutter?
The payment gateway owned by twitter which uses earjack card reader and debit or credit card can it be created using flutter

August 09, 2021 at 06:04PM by ihs_ahm
https://ift.tt/3lQfl7Q
New post on /r/flutterdev subreddit:

Dart Formatter Stuck on Analyzing
Whenever I type something like Stream<List<String>> my dart formatter goes into an infinite loop of analyzing. The only way to get rid of this is to restart VSCode. Any solutions?

August 09, 2021 at 06:50PM by parteeksj
https://ift.tt/3fOsfzr
New post on /r/flutterdev subreddit:

Using Flutter Web with Gatsby to Mitigate SEO and Load Time Problems?
My company is having a series of meetings for the next few months about web application technology strategy. It will take a while as it will impact our hiring strategy for the next year.At the current time, I am recommending Flutter Web for dashboards after login and internal staff applications that do not require SEO or fast initial load times.My limited understanding of Flutter Web is that the lack of SEO and the slow initial load times are the biggest problems.For sites that would benefit from SEO (like a grid of products or catalog of information), I am considering Gatsby. I do not know very much about Gatsby, just the online overviews.My primary question is if there is anything fundamentally wrong with me recommending that we test pilot deployments with Gatsby and Flutter Web? I understand that we need to use JavaScript and React with Gatsby and not Dart. We are willing to compromise and use both JavaScript and Dart in our team if we need to.We built a production site with React a few years ago and found the React workflow a bit complex. Prior to that, we used Django for many sites, which is easy, but we want to move off of it to a more modern framework. There is no anti-React feeling in the group. It was just a little difficult to keep everything organized.We are using Firebase Hosting, Storage, and Firestore for the project where I am considering using Gatsby for the front landing pages..We have test sites for Flutter Web up and running in the public. I am still in the process of optimizing the initial load time, but to be honest, the initial load experience is not great for public sites where the person is coming to check things out for the first time. I'm still committed to Flutter Web due to the workflow and other benefits. We also build mobile apps.Thank you for any experience or advice you can share.

August 09, 2021 at 08:38PM by cloudster314
https://ift.tt/3jDcZqc
New post on /r/flutterdev subreddit:

This is blog on basics of flutter where small things are defined with example on latest version of flutter. Now checkout the link below
https://ift.tt/3Asws3D

August 10, 2021 at 05:29AM by dj_bose
https://ift.tt/3CAO4fK
New post on /r/flutterdev subreddit:

Reactive Programming Using RxDart For Flutter Applications - Part 1
https://ift.tt/3izK5b7

August 10, 2021 at 06:26AM by connectsteven
https://ift.tt/3xzYIQ6
New post on /r/flutterdev subreddit:

Flutter web color blend mode crashes unexpectedly
I'm building a website using flutter web and I'm trying to make it responsive for mobile devices, but some functionalities that are not related to responsiveness crash when I try the website on my phone like : backgroundBlendMode: BlendMode.saturation, TextAlign.justifyAnd it doesn't make sense because when I use mobile view on my browser to test the layout on the laptop first before I deploy these changes don't exist and it works perfectly the same as the desktop view.And I have added links of the screenshots so that you get the full picture.Mobile view from my laptop with blend mode functioning correctlyA screenshot from my phone where the blend mode crashesMobile view from my laptop with text justification functioning correctlyA screenshot from my phone where the text gets aligned to "start" instead of "justify"Note that these screenshots were taken from a deployed version of the website from 2 different devices "laptop and phone" so they have the same code and the same exacty project with no absolute difference.I would be really grateful if someone could help or came across something like that and have an idea about it.

August 10, 2021 at 02:04PM by AmirAbu-Almajd
https://ift.tt/3At0pAD