teogor / ceres

🪐 Ceres is a comprehensive Android development framework designed to streamline your app development process. Powered by the latest technologies like Jetpack Compose, Hilt, Coroutines, and Flow, Ceres empowers developers to build modern and efficient Android applications.
https://source.teogor.dev/ceres
Apache License 2.0
65 stars 4 forks source link

[FR]: Implement Local Compositions Array as Static for Runtime Element Addition #171

Open teogor opened 1 year ago

teogor commented 1 year ago

Is there an existing issue for this?

Describe the problem

The objective is to enhance the functionality of local compositions by converting the compositions array to a static structure, allowing dynamic addition of elements at runtime.

Describe the solution

This feature request aims to modify the existing local compositions structure by transforming the compositions array to a static configuration. This change enables runtime insertion of new elements into the local compositions.

Expected Outcome:

The proposed modification will empower the application with the ability to add, remove, and manage elements within the local compositions array dynamically, enhancing its versatility and adaptability.

Additional context

No response

Code of Conduct