Git Product home page Git Product logo

pablichjenkov / macao-sdk Goto Github PK

View Code? Open in Web Editor NEW
123.0 7.0 6.0 2.81 MB

Micro framework to build Compose Multiplatform Apps.

License: The Unlicense

Kotlin 99.43% HTML 0.21% Swift 0.36%
compose-multiplatform state-management jetpack-compose kmp-viewmodel architecture mobile-architecture composable-architecture coordinator-design-pattern mvvm navigation-compose clean-architecture mvvm-clean-architecture mvvm-coordinator the-clean-architecture kmp-mvvm

macao-sdk's Introduction

Macao SDK

Macao is an Application microframework built with Compose Multiplatform.
It ships a variety of customizable navigation components such as Drawer, BottomNavigation, Pager, Panel, Topbar and Stack. But it also offers the API to expand the existing components and/or create new ones. The framework also contains an Application architecture module with APIs for App startup and a Plug-in infrastructure that allows easy integration of platform specific code into commonMain code.

-One image is worth a thousand words

macao-sdk-arch macao-component-diagram

Modules

1. Component-toolkit

This module contains the core components API. Check the Developers Guide for more information.

sourceSets {
    commonMain.dependencies {
        implementation("io.github.pablichjenkov:component-toolkit:0.6.11")
    }
}

2. Macao-sdk-app

An extension on the core API to integrate platform plug-ins in an opinionated Application architecture based on manual dependency injection. Check the Developers Guide for more information.

sourceSets {
    commonMain.dependencies {
        implementation("io.github.pablichjenkov:macao-sdk-app:0.6.11")
    }
}

3. Macao-sdk-koin

Similar to macao-sdk-app but instead of manual DI it uses koin. Check the Developers Guide for more information.

sourceSets {
    commonMain.dependencies {
        implementation("io.github.pablichjenkov:macao-sdk-koin:0.6.11")
    }
}

4. Macao-sdk-jetpack-navigation

Built on top of Jetpack Lifecycle, ViewModel, Navigation and Koin, it offers the same extendable and flexible plugin architecture but using the Google recomended libraries instead. Check the Developers Guide for more information.

Contributions

We welcome contributions from the community! If you have ideas for new features, bug fixes, or improvements, please open an issue or submit a pull request.

Built with component-toolkit

Component Toolkit Demo App

This is the App used to demo and test while developing components.

Android iOS
android-component-demo ios-component-demo
Deep Linking
desktop-deep-link-demo
Deep Linking + Request/Result between Components
desktop-deep-link-demo
Adaptive Layout
desktop-adaptive-component-demo
Web Browser
web-component-demo

Hotel Booking App

Hotel Booking An App that consumes Amadeus Self Sevice API. The Amadeus Self Sevice API is the company's public service to test the Hotel and Flight booking in their platform.

Android iOS
Web

macao-sdk's People

Contributors

pablichjenkov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

macao-sdk's Issues

Throwing error

when write this script in common main implementation("io.github.pablichjenkov:component-toolkit:0.5.1")

:shared:iosX64Test: Could not resolve io.github.pablichjenkov:component-toolkit:0.5.1.
Required by:
project :shared

Possible solution:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.