refactor(http): simplify NetworkRequestExecutor API#26
Merged
marfavi merged 2 commits intoom-magic-loginfrom Feb 9, 2026
Merged
refactor(http): simplify NetworkRequestExecutor API#26marfavi merged 2 commits intoom-magic-loginfrom
marfavi merged 2 commits intoom-magic-loginfrom
Conversation
This was referenced Feb 9, 2026
37e2a48 to
f84d071
Compare
805f4a8 to
b4577dd
Compare
f84d071 to
10eb070
Compare
b4577dd to
43404dc
Compare
marfavi
added a commit
that referenced
this pull request
Feb 9, 2026
* feat(deep_links): add deep linking support for iOS & dynamic url scheme based on flavour - Added deep linking support for iOS (“custom URL scheme"). - App now accepts custom scheme based on the build flavour, which enables us to have both a development and release flavour of the app installed at the same time without conflict with deep links. - Removed staging as a flavour, leaving only development and production. - App now builds as ‘Analog’ rather than ‘Router Test App’. * set initial location to login screen * make basic version of login screen w/o logic * add navigation when tapping "log out" in settings screen * avoid overflow on large zoom in login screen & move loading overlay to new file * use flexfit.tight instead of center widget * depend on flutter_secure_storage package * overhaul login/auth * add tests * change production launch config to target development flavor * sort imports * authorize -> authenticate * adjust names and doc comments * a rename * feat(assets): add new background images * fix: adjust colour blending options & add half-height version of beans_full.png * fix: render ink splash above ticket card background * fix(use_ticket): put content over splash effect on TicketCardBase fixes a regression where you couldn’t tap on content in ticket cards * refactor(http): simplify NetworkRequestExecutor API (#26) * refactor(http): simplify NetworkRequestExecutor API * move my tickets to ui subfolder (#27) * chore: push progress * fix analyse errors * Fix tests failing in router_test.dart * add coverage target in Makefile --------- Co-authored-by: MonirMooghen <momo0003@stud.kea.dk>
This file contains hidden or 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
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.
This is part 2 of 3 in a stack made with GitButler: