Skip to content

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

@AryanSarafDev

Description

@AryanSarafDev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions