cabin_booking icon indicating copy to clipboard operation
cabin_booking copied to clipboard

A multiplatform app for booking cabins

Results 12 cabin_booking issues
Sort by recently updated
recently updated
newest added

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.5 to 3.25.5. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...

dependencies
github_actions

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.3 to 2.3.0. Release notes Sourced from coverallsapp/github-action's releases. v2.3.0 What's Changed Set default values as strings per GH Action requirements by @​littleforest in coverallsapp/github-action#204 Allow pinning...

dependencies
github_actions

Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.13.0 to 2.16.0. Release notes Sourced from subosito/flutter-action's releases. v2.16.0 This release introduces the dry-run option, which lets you only get action outputs without downloading Flutter. This...

dependencies
github_actions

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3. Release notes Sourced from actions/upload-artifact's releases. v4.3.3 What's Changed updating @actions/artifact dependency to v2.1.6 by @​eggyhead in actions/upload-artifact#565 Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3 Commits 6546280 updating...

dependencies
github_actions

Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.2. Release notes Sourced from actions/cache's releases. v4.0.2 What's Changed Fix fail-on-cache-miss not working by @​cdce8p in actions/cache#1327 Full Changelog: https://github.com/actions/cache/compare/v4.0.1...v4.0.2 v4.0.1 What's Changed Update...

dependencies
github_actions

### Describe the bug ``` ════════ Exception caught by rendering library ═════════════════════════════════ The following assertion was thrown during performLayout(): Floating SnackBar presented off screen. A SnackBar with behavior property set...

bug
help wanted

### Describe the bug After rewriting Lists as Sets in 5711a86 (using [`SplayTreeSet`](https://api.dart.dev/stable/dart-collection/SplayTreeSet-class.html) concrete implementation), `compute` isolation seems to be performing with issues. https://github.com/albertms10/cabin_booking/blob/036022aa346b24dce43fdcde85aebf9e8c16aadd/lib/model/cabin_manager.dart#L247 https://github.com/albertms10/cabin_booking/blob/036022aa346b24dce43fdcde85aebf9e8c16aadd/lib/model/school_year_manager.dart#L65 ### Expected behavior The `compute`...

bug
help wanted