Marcos Sevilla
Marcos Sevilla
hi @Haidar0096 👋 can you share a minimal reproducible sample on [dartpad.dev](https://dartpad.dev)? You should be able to just call `context.read().undo()` but it seems like you have some transforming logic. Can...
oh yeah, that was confusing from my end! 😄 will try to put up a PR for that asap!
@Haidar0096 the problem is that you can't undo/redo at that moment, I opened [this PR](https://github.com/Haidar0096/Image-Editor-Desktop/pull/1) that adds `canUndo`/`canRedo` checks before executing those actions, another check can be `shouldReplay` that for...
undos have a ChangeStack, so if there's only one element in the stack, `canUndo` would be false. what are the steps you're following to reproduce the issue? I noticed the...
> > Overall LGTM, just minor changes for consistency. Also, if you want to make the crypto class a standalone package would be a bonus but it's up to you....
> > > > Overall LGTM, just minor changes for consistency. Also, if you want to make the crypto class a standalone package would be a bonus but it's up...
@juzerali it seems you need to run `flutter analyze lib` on the `flutter_firebase_login` project so the checks can pass and we merge this PR
@juzerali there are still some lints left to resolve, they probably don't show up because you're using a different version of Flutter than the CI workflow so I suggest you...
hi @juzerali, I left you a [PR](https://github.com/juzerali/bloc/pull/2) with the lint fixes so we can merge this one. Please accept it so we can approve yours. 🙏
@juzerali can you fix the failing tests? if you need help, let me know and I can open another PR. 👍