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

Making the package platform specific just like shared_preferences package #6

Open
mhbdev opened this issue Oct 9, 2023 · 2 comments

Comments

@mhbdev
Copy link
Owner

mhbdev commented Oct 9, 2023

Docs: https://docs.flutter.dev/packages-and-plugins/developing-packages

@Tejoooo
Copy link

Tejoooo commented Oct 11, 2023

@mhbdev can u elaborate wht exactly needs to be done to solve this issue and i am ready to work on this u can assign me

@mhbdev
Copy link
Owner Author

mhbdev commented Oct 11, 2023

@mhbdev can u elaborate wht exactly needs to be done to solve this issue and i am ready to work on this u can assign me

Hi there 😊
Thanks for participating.
We are going to make this plugin a Federated plugin means:

Federated plugins are a way of splitting support for different platforms into separate packages. So, a federated plugin can use one package for iOS, another for Android, another for web, and yet another for a car (as an example of an IoT device). Among other benefits, this approach allows a domain expert to extend an existing plugin to work for the platform they know best.

The complete guide on how to do so can be found in here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants