Nimo11
Nimo11
# Bug report The current_period_end is not updated in subscription after free period and may be after renewal ## Describe the bug We use your stripe gateway to manage subscriptions....
# Bug report - Extension name: [e.g. `firestore-stripe-payments`] ## Describe the bug Creation portal work fine only after subscription. Same problem as [https://github.com/stripe/stripe-firebase-extensions/issues/226](https://github.com/stripe/stripe-firebase-extensions/issues/226) Sorry to ask on a closed topic...
It would be nice to add the ability to install fonts in addition to the application
According to this answer : [(https://github.com/renggli/dart-xml/issues/183)](https://github.com/renggli/dart-xml/issues/183) `.findElements('title').firstOrNull?.value` doesn't work. it could be replaced by `.findElements('title').firstOrNull?.innerText`
Sample code hang when trying to save. There is no bytes when calling save method. Future _saveFile() async { _resetState(); try { String? fileName = await FilePicker.platform.saveFile( allowedExtensions: (_extension?.isNotEmpty ??...