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

Feature: Adding Sqflite database for cross communication between dart and native #562

Closed
AryanSarafDev opened this issue Apr 26, 2024 · 1 comment · Fixed by #563
Closed

Comments

@AryanSarafDev
Copy link
Collaborator

Description

SQLite databases offer the advantage of being easily accessible across various native languages, thereby facilitating a smooth exchange of data. Currently, for scheduling alarms upon booting, we employ Method Channels to extract data from the ISAR database. This process initiates the MainActivity, which in turn launches the app from the background.

I have successfully resolved Issue #548. Using a SQLite based database will significantly aid in the integration of native-based features in the future. If necessary, there is also the potential for transitioning from the ISAR database to SQFlite, further enhancing our flexibility and adaptability.

Screenshots

No response

@AryanSarafDev
Copy link
Collaborator Author

@MarkisDev Hi! I’ve successfully integrated the SQLite database. Could you review my implementation please?

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

Successfully merging a pull request may close this issue.

1 participant