Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rxdart dependency to 0.28.0 in alice package #235

Merged
merged 2 commits into from
Sep 29, 2024

Conversation

DDavidPrime
Copy link
Contributor

As per issue #234 , I've taken the time to create a PR for this. Let me know if there's anything else I should address if this is something that will be merged.

@@ -267,7 +267,9 @@ class _AliceCallsListPageState extends State<AliceCallsListPage>
? context.i18n(AliceTranslationKey.saveSuccessView)
: null,
secondButtonAction: () =>
OperatingSystem.isAndroid ? OpenFilex.open(result.path) : null,
OperatingSystem.isAndroid && result.path != null
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be part of this PR and is already being addressed in #229

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated! Do we know when this will be merged?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean by "this"? 😅 This PR here or #229?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally both, but I meant this specific PR. Sorry for not being specific. 🙃

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will probably have to come after #229 as without it the CI won't be able to deploy it.

Obviously, I can't approve my own PR (#229) so we'll have to wait on @jhomlala to approve it.

@techouse techouse assigned techouse and jhomlala and unassigned techouse Sep 6, 2024
@jhomlala jhomlala merged commit 67b4ef0 into jhomlala:master Sep 29, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants