Luis Daivid
06/07/2022, 3:45 AM@ExperimentalMaterialApi
in product apps?
I need to use ModalBottomSheetLayout
or BottomSheetScaffold
, but I’m afraid because it’s ExperimentalMaterialApi.
I need reviews from people who have been using this.
Additionally, does the meaning of @ExperimentalMaterialApi
mean that the API can be mutable as well as error-prone?james
06/07/2022, 4:28 AM@ExperimentalMaterialApi
quite a bit in a large production app (>200,000 daily active users) without any major issues
however.. I would recommend really heavily testing your use cases for ModalBottomSheetLayout
(especially if you need animations) before you commit to using it, because we have found that particular component is a bit of a tough one to use stably at the moment
I have tested it on and off with each release of Compose since January and it's just not suitable for production for our use cases at this time, whereas most of the other components have been fine for usLuis Daivid
06/07/2022, 4:36 AMjames
06/07/2022, 4:53 AMModalBottomSheetLayout
is in a better state in a few months time 😅Colton Idle
06/07/2022, 11:18 AM@Experimental*Api
everywhere. 3 prod apps. Thousands of users. No issues.Luis Daivid
06/07/2022, 11:33 AM@Experimental*Api
is literally a buggy experimental API. But why did you apply it to the prod app? What if there is a bug?Colton Idle
06/07/2022, 11:34 AMLuis Daivid
06/07/2022, 11:36 AMColton Idle
06/07/2022, 11:37 AMI need reviews from people who have been using this.I'm just answering your question. Thousands of users. 3 apps. None of the crashes we've gotten are due to any experimental api.
Marcin Wisniowski
06/07/2022, 12:25 PMLuis Daivid
06/07/2022, 12:47 PMColton Idle
06/07/2022, 12:49 PMLuis Daivid
06/07/2022, 12:54 PMColton Idle
06/07/2022, 1:09 PM@Experimental
is just experimentalMarcin Wisniowski
06/07/2022, 1:11 PMAdam Powell
06/07/2022, 1:44 PMjossiwolf
06/09/2022, 7:48 PMjames
06/09/2022, 11:48 PM