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

Am I the only one frustrated by the status of official plugins
I am an indie developer, I made a bet on Flutter am very happy with Flutter but everytime I use plugins (the official one to be more specific) I get frustrated. For instance flutter fire is a complete shit show (and I'm sorry about the choice of words). The Admob plugin has a lot of problems (same they problems it had for more than year) : memory leaks, ads on iOS are displayed in full screen and can't be dissmesed, ads fail to load a lot of times. Then we have a Firestore always last to get the new features out of all the platforms about 2 months after the features were announced still they're nowhere in the Flutter plugin (not in for example). Sorry for the long rant and I know that the Flutter team is doing their best but I just feel frustrated and I wanted to know if I was the only one who feel this way

November 10, 2020 at 09:47PM by yiss92
https://ift.tt/2IrS2zQ
New post on /r/flutterdev subreddit:

Does Flutter's hot reload sometimes prevent you to write complete widget tests?
I have been developing Flutter applications for several months and I sometimes being lazy and don't write any tests covering widgets that I've created, because hot reload is very fast at that moment and I can't find any time to test them. Maybe this is because of me not working in a collaborative environment where you would most definitely write tests for your code. What do you think about it?

November 11, 2020 at 01:01AM by f1r4tc
https://ift.tt/38w2eCg
New post on /r/flutterdev subreddit:

What do you guys use for deploying alpha/beta apps to your test users (who are both iOS and Android)?
I'm looking at AppCenter because it's honestly the only real option I've found. I managed to not find any documentation from Flutter themselves on cross platform test deployment. That kind of sucks.I'll admit, AppCenter has not been fun to try to use. Are there better easier options out there? Just something that'll allow me to push a commit I choose (or automatically, if it's set up that way) to my testers?

November 11, 2020 at 12:20AM by AwGe3zeRick
https://ift.tt/3ng03XF
New post on /r/flutterdev subreddit:

Help improve flutter - deprecate pigeon.
I've just raised an issue on github regarding the future of pigeon.The summary of the issue is:stop work on pigeon and redirect resources to ffi.commence work on providing a full set of dart api wrappers for the android and ios libraries .improve the ffi documentation with more worked examples.Encourage the community to contribute platform api wrappers to the ffi project.I'm of the opinion that the pigeon project is a stop gap measure.Moving to full ffi means that we can develop cross platform packages in a single language (Dart) and dump all of the java/obj-c/swift cruft.If you have a strong opinion on this either way please comment or vote on issue:https://github.com/flutter/flutter/issues/70254Providing google with feedback will help them allocate resources where the community most wants them.

November 11, 2020 at 02:55AM by bsutto
https://ift.tt/2InBXef
New post on /r/flutterdev subreddit:

Does Flutter include a command line debugger?
Does flutter include a command line debugger? I am finding it hard to find a page that clearly describes and command line debugger for flutter.I wanted to start playing around with using Debug Adapter Protocol to enabled flutter debugging in Sublime Text.

November 11, 2020 at 03:49AM by scorr204
https://ift.tt/38xd8Yw
New post on /r/flutterdev subreddit:

Open source testing resources
All the tutorials and articles about testing in flutter that I came across aim to teach "how" tests are written not "what" tests to write.I was wondering if there was any open source flutter projects that have tests which I can read and learn from. I'd like to get an idea about what tests should be written and what tests would be just a waste of time.Any advice on where I should look would also be very beneficial. Thank you.

November 11, 2020 at 09:11AM by theLastRealHuman
https://ift.tt/3eLiGjb
New post on /r/flutterdev subreddit:

3D model rendering
I wanted to ask if something has changed in terms of 3D model rendering. As far as I remember, most of the packages were lagging and unstable. Has anything changed? I really need a way to render 3d models, and making a unity widget doesn't feel like the most optimal decision.

November 11, 2020 at 08:41AM by Pyciko_
https://ift.tt/2Ivmc4Q
New post on /r/flutterdev subreddit:

Flutter in Apple’s new Silicon Mac
Apple is releasing it’s new line of mac with it’s own M1 Chip so the question is, will flutter app development work as it used to work or we’ve to wait for some update?

November 11, 2020 at 08:35AM by ketanchoyal
https://ift.tt/36kwAou
New post on /r/flutterdev subreddit:

Flutter Screen Record not recording full screen but only top header of the app
The issue right now is so that when I start to record, and stop it, it works, it creates the screen record and the video, but it does NOT record the full screen of it.Click here for a streamable video link from stramable.comSince in the plugin, right now, it does not say that i can set video screen size, its a bit strange because it records only top of the app and not the whole full screen.What i also realized, it recorded only a fraction of it and not whole 15 seconds that i did.Let me know what I am missing, Thank you.this is the code:​
startScreenRecord(bool audio) async { print('test'); bool start = false; await Future.delayed(const Duration(milliseconds: 1000)); if (audio) { print('test2'); start = await FlutterScreenRecording.startRecordScreenAndAudio( "Title" + _time.toString(), titleNotification: "dsffad", messageNotification: "sdffd"); } else { print('test3'); start = await FlutterScreenRecording.startRecordScreen("Title2", titleNotification: "dsffad", messageNotification: "sdffd"); } if (start) { print('start'); setState(() => recording = !recording); } return start; } stopScreenRecord() async { print('stop'); String path = await FlutterScreenRecording.stopRecordScreen; setState(() { print('setState'); recording = !recording; }); print("Opening video"); print(path); OpenFile.open(path); } } 


November 11, 2020 at 10:50AM by milotDev
https://ift.tt/3phrC4z
New post on /r/flutterdev subreddit:

My second humble Flutter package has arrived: ScrollableListTabView will hep you to synchronize your indexed ScrollView and custom tab view.
https://ift.tt/3n7rJh2

November 11, 2020 at 01:30PM by f1r4tc
https://ift.tt/3lnqJoz
New post on Flutter Dev Google group:

In App Purchases production
Hi, I am using the plugin in_app_purhcases in order to make purchases. I have tried it using the sandbox mode, so I am not charged for any purchase. The next step is to send the app to review and I am wondering how I change it to production. I want to be sure that once I send the app to review,

November 11, 2020 at 04:39PM by César Conde
https://ift.tt/35iYMJa
New post on /r/flutterdev subreddit:

Suggestions For New Project
Hey guys! So after the Udemy Clone.I am thinking about another Free course over the channel.📺Well the season is of startups, So confused between Food Delivery App And E-Commerce App. Well whats your thoughts on this? Please suggest me good one, Thanks😄View Poll

November 11, 2020 at 04:29PM by angelmichaels
https://ift.tt/36lkb3G
New post on /r/flutterdev subreddit:

Flutter - WooCommerce/Wordpress Series
How to turn a WordPress store into a flutter app.Free videos that you will not find on paid platformsFlutter - WooCommerce Series

November 11, 2020 at 06:15PM by Slight_Ad2736
https://ift.tt/32zMtGp
New post on /r/flutterdev subreddit:

IDE or text editor built with Flutter
I'm considering building an IDE or text editor with Flutter as a personal project. My focus would probably be on supporting dart. Does anybody know of any projects similar to this I could use for guidance/inspiration, or whether there are any Flutter limitations that would mean trying to create a text editor or IDE is not a good idea?

November 11, 2020 at 08:21PM by maximeridius
https://ift.tt/3puM7Lk