Elias Bonnici

Results 7 issues of Elias Bonnici

This PR implements enhancements to the scrolling behavior and AppBar interaction within the application. **Key changes:** * **Enhanced Scrolling:** The scrolling behavior has been refined to offer a smoother experience....

This PR removes the max-width constraint for the "main" content related to a specific application. It also proposes a new (more compact) layout for the `TextFormField` when searching for OATH...

This update changes the layout presentation of pinned OATH accounts, aiming to provide better visual prominence. Unlike non-pinned accounts, pinned ones are now displayed in a larger format, drawing more...

Use `PinnedHeaderSliver` instead of `SliverPersistentHeader` to remove the need for creating a `SliverPersistentHeaderDelegate` and predicting the header's size.

Invalidating an active NFC session on iOS usually takes a few seconds. To know when an NFC session is fully invalidated on iOS we can use the `onSessionErrorIos` callback in...