https://github.com/composablehorizons/bubbles
Chat app created using Paper
https://github.com/composablehorizons/bubbles
Last synced: about 1 year ago
JSON representation
Chat app created using Paper
- Host: GitHub
- URL: https://github.com/composablehorizons/bubbles
- Owner: composablehorizons
- License: mit
- Created: 2025-03-11T06:08:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T02:07:24.000Z (over 1 year ago)
- Last Synced: 2025-03-12T03:19:15.776Z (over 1 year ago)
- Language: Kotlin
- Homepage: https://builtwithpaper.com/app/?app_template=bubbles
- Size: 530 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bubbles
This app was designed and exported entirely via Paper.
No code was written by hand. You can [customize this app by clicking here](https://builtwithpaper.com/app/?app_template=bubbles).

## Project Structure
There are 3 important folders in `composeApp/src`:
- commonMain: Contains the shared sourceSet across all targets. This is where your designs live.
- androidMain: Contains Android specific theming, such as the Material RippleEffect.
- iosMain: iOS specific theming such as the light highlight.
## Supported Targets
Paper currently exports to iOS and Android