Peter Keefe
Peter Keefe
Fixes #34
This isn't really a bug in the SDK, but a bug in the backend. I mentioned this to you guys last year over a video chat and it's still my...
Hi, thanks for this great library! I'm encountering an issue where scrolling is broken when there are multiple `SliverMasonryGrid`s in the same `CustomScrollView`. While scrolling down, it will jump back...
This PR lays the groundwork for adding a FirebaseOutput (see below snippet), which I will be uploading as a separate package on pub.dev due to its dependency on Firebase Crashlytics....
This PR resolves #16 If a user is already logged in, lit tries to link the credential to their account. Thus, anonymous users can upgrade to a non-anonymous account. If...
I was encountering the following exception everytime a `Confetti` widget was disposed: ``` ════════ Exception caught by foundation library ════════════════════════════════════════════════════ The following assertion was thrown while dispatching notifications for ConfettiController:...
## Description Previously (at least in 0.4.2), the search bar would appear underneath the top navigation bar on mobile devices. This was super useful. However, in the latest master, this...
This PR makes the drawer navigation list scrollable. Previously, if a large amount of navigation items were used, they would be cut off. Fixes flutter/flutter#114175 ## Pre-launch Checklist - [x]...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Updates the Firebase Storage dependency. Also increases Dart SDK to include the newly-release 3.0.0. I...
**Is your feature request related to a problem? Please describe.** It would be great if the User ID could be included in emails. I often find myself having to click...