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
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
reddit
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...
New post on /r/flutterdev subreddit:
Rotating squares in Flutter custom canvas
https://twitter.com/creativemaybeno/status/1326274769227046913?s=20
November 10, 2020 at 10:29PM by creativemaybeno
https://ift.tt/2JS3uVT
Rotating squares in Flutter custom canvas
https://twitter.com/creativemaybeno/status/1326274769227046913?s=20
November 10, 2020 at 10:29PM by creativemaybeno
https://ift.tt/2JS3uVT
Twitter
creativecreatorormaybenot
I made another #Flutter fun custom canvas animation 😊 The source code is available again of course: https://t.co/I0DGHYZCUP I am planning on expanding the example to be able to export these properly soon in order to make some better ones - stay tuned 😃 h…
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
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
reddit
Does Flutter's hot reload sometimes prevent you to write complete...
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...
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
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
reddit
What do you guys use for deploying alpha/beta apps to your test...
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...
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
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
GitHub
[pigeon] redirect pigeon resources to ffi · Issue #70254 · flutter/flutter
I've cross posted this in the ffi repo: dart-lang/ffi#58 @gaaclarke So I want to express what I'm sure will be a controversial opinion. The nub of the idea is to drop the pigeon pro...
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
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
reddit
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...
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
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
reddit
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...
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
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
reddit
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...
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
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
reddit
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...
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:
November 11, 2020 at 10:50AM by milotDev
https://ift.tt/3phrC4z
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:
Flutter Environments, Color Picker & more - WEEK 44 - PUB.DEV RELEASES
https://www.youtube.com/watch?v=1q9MJcjLSMY&feature=share
November 11, 2020 at 12:02PM by syntacops
https://ift.tt/35hQocW
Flutter Environments, Color Picker & more - WEEK 44 - PUB.DEV RELEASES
https://www.youtube.com/watch?v=1q9MJcjLSMY&feature=share
November 11, 2020 at 12:02PM by syntacops
https://ift.tt/35hQocW
YouTube
Flutter Environments, Color Picker & more - WEEK 44 - PUB.DEV RELEASES
Easily management of environments and environment variables in Flutter, a SDK for creating social apps based on Firebase, get a unique color picker with the new highly customizable Color Picker & more awesome pub.dev packages were released in calendar week…
New post on /r/flutterdev subreddit:
Flutter How to Design Login Screen with Background Image
https://www.youtube.com/watch?v=oJonKn6vYts
November 11, 2020 at 01:49PM by PennyPainter
https://ift.tt/32zdSZo
Flutter How to Design Login Screen with Background Image
https://www.youtube.com/watch?v=oJonKn6vYts
November 11, 2020 at 01:49PM by PennyPainter
https://ift.tt/32zdSZo
YouTube
Flutter Login Page with background image
In this tutorial i am showing how to design flutter login screen ui with background image, you will learn how to create email input field and password input field, how to add background image.
🚀 Source Code:
Project Start https://git.io/JkIC6
Project Final…
🚀 Source Code:
Project Start https://git.io/JkIC6
Project Final…
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
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
Dart packages
scrollable_list_tabview | Flutter Package
A Flutter widget which syncronize a ScrollView and a custom tab view.
New post on /r/flutterdev subreddit:
Firebase Authentication With Provider State Management🔥
https://youtu.be/hAi6XpdITzo
November 11, 2020 at 01:59PM by draculamasterwinzy
https://ift.tt/2UiRHlC
Firebase Authentication With Provider State Management🔥
https://youtu.be/hAi6XpdITzo
November 11, 2020 at 01:59PM by draculamasterwinzy
https://ift.tt/2UiRHlC
YouTube
Flutter Firebase Email Signin | Flutter Firebase Email Login | Firebase Email Verification Flutter
Let's Setup Email And Password Firebase Authentication With Provider In Our Flutter Application ! Flutter Provider Firebase Authentication 🔥|Flutter Provider Authentication|Flutter Provider Tutorial.Flutter Provider Firebase Authentication 🔥 | Flutter Provider…
New post on /r/flutterdev subreddit:
Let's Build Memory Game App with Flutter Tutorial
Tutorial : https://youtu.be/vfF0-hZaKNMsource code: github.com/theindianappguy/memory_game
November 11, 2020 at 03:19PM by theindianappguy
https://ift.tt/32zHINe
Let's Build Memory Game App with Flutter Tutorial
Tutorial : https://youtu.be/vfF0-hZaKNMsource code: github.com/theindianappguy/memory_game
November 11, 2020 at 03:19PM by theindianappguy
https://ift.tt/32zHINe
YouTube
Build Memory Game App with Flutter Part -1/2 | Flutter Tutorial For Beginners
Hello guys, In this tutorial, you will learn how to Develop Memory Game with #Flutter
this can be added as a good project for your portfolio. Need Source code & help? 🤳 Share you are making this on insta story and tag @sanskar.dev and i will share source…
this can be added as a good project for your portfolio. Need Source code & help? 🤳 Share you are making this on insta story and tag @sanskar.dev and i will share source…
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Getting started with Dart Null Safety : A beginners guide
https://ift.tt/3kjIhRq
November 11, 2020 at 04:33PM by deven_rathore
https://ift.tt/2Uhgl5X
Getting started with Dart Null Safety : A beginners guide
https://ift.tt/3kjIhRq
November 11, 2020 at 04:33PM by deven_rathore
https://ift.tt/2Uhgl5X
CodeSource.io
Getting started with Dart Null Safety : A beginners guide
Introductory Guide to Dart Null Safety - Dart Null Safety. The first announcement of the first Dart’s sound null safety as a
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
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
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
YouTube
Flutter - WooCommerce - Wordpress - Series
This playlist is featured Flutter Grocery App Using WooCommerce Backend. Feel Free to DM me whenever you want : https://linktr.ee/SnippetCoder
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
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
reddit
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...