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

Add support for pure dart projects. #47

Open
awazgyawali opened this issue Nov 8, 2022 · 5 comments
Open

Add support for pure dart projects. #47

awazgyawali opened this issue Nov 8, 2022 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@awazgyawali
Copy link

Right now the project has a dependency on flutter thus it's not possible to use the package on a pure dart environment like a server-side dart.

Package behaves more like agent_flutter rather than agent_dart.

@neeboo
Copy link
Contributor

neeboo commented Nov 8, 2022

Right now the project has a dependency on flutter thus it's not possible to use the package on a pure dart environment like a server-side dart.

Package behaves more like agent_flutter rather than agent_dart.

We agree, we will find a way to make a “pure dart” library

@neeboo neeboo added the enhancement New feature or request label Nov 9, 2022
@AlexV525
Copy link
Contributor

AlexV525 commented Nov 9, 2022

Previously we tried to migrate to pure Dart but failed with the current implementation. IMO this will require a federated platform architecture for the plugin. We'll first try to update the plugin in that direction.

@awazgyawali
Copy link
Author

awazgyawali commented Nov 9, 2022 via email

@neokree
Copy link

neokree commented Jan 28, 2023

@awazgyawali Can you share some code on how you did integrate agent_js on web platform?
I'm trying to build a starter-kit for Flutter + IC projects

@awazgyawali
Copy link
Author

@awazgyawali Can you share some code on how you did integrate agent_js on web platform? I'm trying to build a starter-kit for Flutter + IC projects

CC: @sandeshgyw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants