You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is redundancy in the onboarding code between the onboarding Flutter and onboarding CLI. To enhance maintainability, relocate the common code to a new package.
Progress Tracker:
Create a new package and move relevant code into it
Modify/optimize package design (so that register_cli and onboarding_flutter can both consume it without issues)
In-code docs
unit tests
Manual testing
docs (readme, changelog, etc)
Inclusion of this package and its tests into GitHub actions
Integration testing (testing apps/cli's functioning with this package as dependency_override)
Publish to pub.dev
The text was updated successfully, but these errors were encountered:
Implementation of the new AtRegister package has been completed and is currently being tracked in #508. Assigning 1 sprint point to handle any changes required as part of pr review.
Is your feature request related to a problem?
Currently, there is redundancy in the onboarding code between the onboarding Flutter and onboarding CLI. To enhance maintainability, relocate the common code to a new package.
Progress Tracker:
The text was updated successfully, but these errors were encountered: