forked from Stacked-Org/stacked
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Package #3
Open
jisjoe
wants to merge
1,219
commits into
jisjoe:main
Choose a base branch
from
Stacked-Org:master
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adds new replaceWith extension generating
Add generate command
Adds generate command
stacked_hooks example: updated modelBuilder to viewModelBuilder
Deprecate stacked_tools package
This change was made only for consistency on quotes used.
…ed-cli Add analytics to stacked cli
## [3.2.6](v3.2.5...v3.2.6) (2023-05-16) ### Bug Fixes * force rebuild ViewModelwidget to follow natural flutter build path ([f794d0c](f794d0c))
## [3.2.7](v3.2.6...v3.2.7) (2023-05-17) ### Bug Fixes * Update link for course ([cf585d5](cf585d5))
## [3.2.8](v3.2.7...v3.2.8) (2023-05-23) ### Bug Fixes * Updates Stacked team's maintenance schedule ([3542c08](3542c08))
feat: add onAllFuturesCompleted
# [3.3.0](v3.2.8...v3.3.0) (2023-05-26) ### Features * Add onAllFuturesComplete to MultipleFutureViewModel ([#958](#958)) ([9d3fc4f](9d3fc4f))
* Add RouterServiceInterface to Stacked package * Add setCurrentWebPageIndex method to IndexTrackingViewModel * Update cupertino_icons on example apps * Sort routes to match BottomNavigation items order * Call setCurrentWebPageIndex on Class Constructor Allows to set the index of the Bottom Navigation Bar using the current route at Web Platform when app starts from scratch which means there is no state for the currentIndex property to track the selected button. * Fix format --------- Co-authored-by: Dane Mackier <[email protected]>
# [3.4.0](v3.3.0...v3.4.0) (2023-05-31) ### Features * set currentIndex from route on Web Platform ([#963](#963)) ([cfd1378](cfd1378))
refactor: IndexTrackingViewModel (#973) * Add RouterServiceInterface to Stacked package * Add setCurrentWebPageIndex method to IndexTrackingViewModel * Update cupertino_icons on example apps * Sort routes to match BottomNavigation items order * Call setCurrentWebPageIndex on Class Constructor Allows to set the index of the Bottom Navigation Bar using the current route at Web Platform when app starts from scratch which means there is no state for the currentIndex property to track the selected button. chore: Update router example (#967) * Update router_example to test InitializableSingleton
- updated maintenance schedule - updated router example app - removed broken banner - added platforms entry to pubspec
## [3.4.2](v3.4.1...v3.4.2) (2024-01-30) ### Bug Fixes * maintenance update ([399403d](399403d))
## [3.4.3](v3.4.2...v3.4.3) (2024-06-24) ### Bug Fixes * adds corner radius to SkeletonLoader ([1b2c51f](1b2c51f))
…ope (#1117) Fix: Use new route.popDisposition when determining if the page should be allowed to be popped via sliding gesture.
* fix(deps): update dependency get_it to v8 * Update test.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dane Mackier <[email protected]>
## [3.4.4](v3.4.3...v3.4.4) (2024-12-12) ### Bug Fixes * **deps:** update dependency get_it to v8 ([#1128](#1128)) ([4398fed](4398fed))
…#1043) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dane Mackier <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…wModel and StreamViewModel (#1149) * feat(view_models): added stackTrace to onError callback for FutureViewModel and StreamViewModel * fix(view_models): fix misnamed argument * fix(view-models): fixed throw misnamed variable * refactor(viewModel): refactored conditionals for readability * fix(view-models): fixed incorrectly redeclaring instead of setting variable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.