Skip to content
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

Flutter web Getx routing dynamic API extension for testing #3064

Open
SMCCZ opened this issue Mar 27, 2024 · 0 comments
Open

Flutter web Getx routing dynamic API extension for testing #3064

SMCCZ opened this issue Mar 27, 2024 · 0 comments

Comments

@SMCCZ
Copy link

SMCCZ commented Mar 27, 2024

The requirement is as follows. We need to extend our flutter web app hosted domain with some other domain which is mostly based api. If the flutter web app hosted domain is using that base api we should work whole api with that base api only. For example let's say flutter web app is hosted in some domain like flutter-app.web.app and the APIs are working on basic of BASE_API_A. Now if we use the URL as flutter-app.web.app?URL=BASE_API_B then whole app(all the api calls) should work on the basic of BASE_API_B. We are using getx for routing and state management. It has some authentication also which we manage using middleware. I am not able to solve the requirement. Can anyone please let me know how to solve this issue.

@SMCCZ SMCCZ changed the title Flutter web Getx routing dynamic API extension for tsting Flutter web Getx routing dynamic API extension for testing Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant