RocketChat / Rocket.Chat.Flutter.SDK

Easily integrate Rocket.Chat into all your Flutter projects
MIT License
12 stars 4 forks source link

Initial Layout for Rocket.Chat Flutter SDK #2

Closed yatendra2001 closed 1 year ago

yatendra2001 commented 1 year ago

Description

This PR implements the layout and CI for Rocket.Chat Flutter SDK project as proposed in issue #1 . The project structure, CI/CD setup, and the dummy implementation of tests are included. The main packages created are rocket_chat_embeddedchat_component and rocket_chat_api.

Packages:

Both packages include a sample app which will use the respective libraries to demonstrate the functionality and usage.

CI/CD:

Tests:

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

Sing-Li commented 1 year ago

Need also to make sure the workflows are legit by adding one of the monorepo management tools.

Seems Melos , mono_repo, flutter_monorepo_build_tools or other.

yatendra2001 commented 1 year ago

@Sing-Li I've added new .gitignore rules and added Melos as a monorepo management tool. Also, should we make some changes in Readme.md file too?

Sing-Li commented 1 year ago

closes #1