samples icon indicating copy to clipboard operation
samples copied to clipboard

A collection of Flutter examples and demos

Results 196 samples issues
Sort by recently updated
recently updated
newest added

Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 20.3.15 to 21.0.5. Release notes Sourced from @​angular/common's releases. 21.0.5 core Commit Description avoid false-positive deprecation when using InjectionToken with factory only forms Commit Description fix signal...

Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 20.3.15 to 21.0.5. Release notes Sourced from @​angular/compiler-cli's releases. 21.0.5 core Commit Description avoid false-positive deprecation when using InjectionToken with factory only forms Commit Description fix signal...

Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 20.3.15 to 21.0.5. Release notes Sourced from @​angular/platform-browser's releases. 21.0.5 core Commit Description avoid false-positive deprecation when using InjectionToken with factory only forms Commit Description fix signal...

Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 20.3.15 to 21.0.5. Release notes Sourced from @​angular/router's releases. 21.0.5 core Commit Description avoid false-positive deprecation when using InjectionToken with factory only forms Commit Description fix signal...

This PR ensures proper disposal of the TextEditingController instances for the email and password fields in the login screen to prevent memory leaks. ## Pre-launch Checklist - [x] I read...

Do not land until the following are on stable: - https://github.com/flutter/flutter/pull/176728 - https://github.com/flutter/flutter/pull/176980 ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice....

Resolves #2519 Part of the larger effort to bring the samples/repo into a stable and maintainable condition that _also_ remains useful. See: #2409 ## Pre-launch Checklist - [x] I read...

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. For larger...

Since _deleteBooking() is an action callback called from Command._execute method, which in turn has it's own try...finally block with notifyListeners(), theres no need to duplicate this code in action, right?...

This is more of a question as I am still learning, but I see that we are using the Provider for DI which is great. However, I see in some...

bug