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

Interested in computer science and programming? Need help with homework? r/cshighschoolers
As school is around the corner we invite you to check out our highschool computer science subreddit. r/cshighschoolers: a place where highschoolers can come together and ask questions, post memes, show accomplishments, and discuss classes regarding computer science, programming, and coding! We also have a DISCORD linked in our bio. Thanks for your time!

July 24, 2021 at 05:30AM by Yopped
https://ift.tt/2VagvzX
New post on /r/flutterdev subreddit:

Made an app that let you swipe movies and match with friends.
My first flutter app released.​Using firebase and a few libraries from pubdev.​Any feedback is more than welcome!​https://apps.apple.com/us/app/binge-tribe/id1573536229https://play.google.com/store/apps/details?id=com.binge_tribe

July 24, 2021 at 07:58AM by ricpconsulting
https://ift.tt/3rA8EYC
New post on Flutter Dev Google group:

Flutter H Issue - M1 Apple Chip
Hi Everyone, Yesterday I posted about the Flutter firebase, I had pages of errors popping up, and 'upgrading flutter' seemed to finally fix this, and so I've got it down to one issue now. But does it want to build... Nope... The last build I did was last month and not touched it since then.

July 24, 2021 at 09:18AM by Bridget Kelly O'Sheehan
https://ift.tt/3zAsfL1
New post on /r/flutterdev subreddit:

How can I implement the story feature just like in messenger/Instagram?
I am new to flutter so this might be an easy topic don't know...I am trying to build an Instagram/messenger stories feature.....for every user story I have created a gesture button and when that gesture buttion is pressed it navigates to that user stories page and starts playing,I used pageview to display all stories and used videoplayercontroller but I am confused once stories of one user finishes how should I make the app such that it goes to another stories of another user and starts playing? For now the app plays all stories of a single user and stops....? How should I implement this feature can anyone please suggest me? Or if anyone has overall ideas of implementing the story feature please tell me!

July 24, 2021 at 02:12PM by milanpoudel
https://ift.tt/2UAZ4bX
New post on /r/flutterdev subreddit:

What is the best IDE experience IntelljiJ or VS Code?
Im planning to start flutter development. Is IntelliJ or VS Code or some other tool best for flutter development?

July 24, 2021 at 02:01PM by pure_x01
https://ift.tt/3kRFKBG
New post on /r/flutterdev subreddit:

What are the things you don't like when working with flutter?
I am getting into mobile app development, and I cannot settle on a technology. I know JS, however I learned coding Java 3 years ago. I tried react native, it feels quite different from react. What is flutter like?

July 24, 2021 at 04:54PM by snake_py
https://ift.tt/3BCMolh
New post on /r/flutterdev subreddit:

Flutter Web Optimization Advice
I am evaluating Flutter Web by building a small test site.https://oppkey.com/#/I am trying to reduce initial page load times. I do not fully understand how Flutter Web works and am seeking advice on how to evaluate Flutter Web. I don't quite understand why the initial load is slow.I am reducing image size and converting to webpUsing Flutter 2.2.3 and Dart 2.13.4 and willing to move to Beta if it would helpImages are hosted on Firebase Storage. Site is hosted at Firebase Hosting. Data is in Firestore Databaseon firebase hosting, cache is enabled (default behavior)Flutter images are loaded with Image.network( image on Firebase storage)On the front page, I am using a `loadingBuilder` inside of the Image.network. I don't know if it helps reduce the initial load times or not.​I have an error about Noto fonts. I am not sure if it is related to the slow load times. I am pulling the fonts from the GoogleFonts network. The fonts are not in my assets folder.main.dart.js:38429 Could not find a set of Noto fonts to display all missing characters. Please add a font asset for the missing characters. See: https://flutter.dev/docs/cookbook/design/fontsI believe I switched to notoColorEmojiCompat GoogleFonts to display the emojis.static final TextStyle navBarBrandStyle = GoogleFonts.notoColorEmojiCompat(fontSize: 30, fontWeight: FontWeight.bold);static final TextStyle navBarMenuStyle = GoogleFonts.notoColorEmojiCompat(fontSize: 18, fontWeight: FontWeight.normal);Up until now, we were just seeing if Flutter web could work and did not try to improve the speed. I now want to improve the speed of the site to make it a more realistic assessment compared to something like Angular or React.

July 24, 2021 at 04:39PM by codetricity
https://ift.tt/3kOLNXF
New post on /r/flutterdev subreddit:

How to avoid code duplication when using admob ads in my app?
hey guys i'm trying to implement Admob ads in my app ,the ads exist in 4 different screens , should i declare the ads in every screen so that i can load them in initstate function or there's a way to refactor my code so there's not this much duplication i'm still a beginner, thanks in advance!

July 25, 2021 at 02:19AM by IbrahimMaghfoul
https://ift.tt/3BEYTgn
New post on /r/flutterdev subreddit:

How to change DNS name server address with flutter
hello. I want to implement an app where I can customize the device's default DNS name server address to something else. Also, I want to use this functionality for the other devices connected on the same wifi network

July 25, 2021 at 07:34AM by noushadBug
https://ift.tt/2ULXaoD