Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: basic edition of the example app #13

Merged
merged 1 commit into from
Dec 15, 2022
Merged

Conversation

dmccartney
Copy link
Contributor

This includes an example app with two screens

  • HomePage - lists conversations
  • ConversationPage - lists messages with input box at the bottom.

The XMTP init is stubbed out (generates random wallet, connects to local network).

It stores conversation in a local encrypted database and streams updates from the server through the database to the UI.

@dmccartney dmccartney force-pushed the daniel-example-app branch 8 times, most recently from b069a7c to 2cfee68 Compare December 15, 2022 06:46
@dmccartney dmccartney marked this pull request as ready for review December 15, 2022 06:54
Comment on lines +2 to +3
ios/
android/
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For now, I excluded the flutter-generated boilerplate for each platform to make this PR more readable.

Copy link
Contributor

@elisealix22 elisealix22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😍 I appreciate ALL of your comments so much 🚀


## Getting Started

This project is a starting point for a Flutter application.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think @jhaaaa will help us iron out exactly what we want to host here, but this is great to start!!

@dmccartney dmccartney merged commit 4565915 into main Dec 15, 2022
@dmccartney dmccartney deleted the daniel-example-app branch December 15, 2022 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants