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

Add Getting Started page for dart #233

Merged
merged 3 commits into from
Dec 4, 2024
Merged

Conversation

srikrsna-buf
Copy link
Member

@srikrsna-buf srikrsna-buf commented Dec 3, 2024

Add Getting Started page for dart.

The preview failure must be because of missing links. This is being merged to a separate branch

@srikrsna-buf srikrsna-buf requested a review from smaye81 December 3, 2024 13:43
Copy link

vercel bot commented Dec 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
connect ❌ Failed (Inspect) Dec 4, 2024 3:12pm

@smaye81
Copy link
Member

smaye81 commented Dec 3, 2024

You will also want to add Dart to the Guides shown on the main page (i.e. add it here: src/components/home/Guides.tsx)

docs/dart/getting-started.md Show resolved Hide resolved
Next add a dependency on the `connectrpc` package by running the following:

```bash
flutter pub add connectrpc
Copy link
Member

Choose a reason for hiding this comment

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

When I try to run this I get:

Because eliza depends on connectrpc any which doesn't exist (could not find package connectrpc at https://pub.dev), version solving failed.

I'm guessing we just don't have this on pub.dev yet?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes

Copy link
Member Author

Choose a reason for hiding this comment

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

As an alternative to this step, we can run:

dart pub add 'connectrpc:{"git":{"url":"[email protected]:connectrpc/connect-dart.git", "ref":"sk/package-name", "path":"packages/connect"}}'

docs/dart/getting-started.md Outdated Show resolved Hide resolved
docs/dart/getting-started.md Show resolved Hide resolved
@srikrsna-buf srikrsna-buf merged commit 1e24a1f into dart Dec 4, 2024
4 of 5 checks passed
@srikrsna-buf srikrsna-buf deleted the sk/dart-getting-started branch December 4, 2024 15:38
srikrsna-buf added a commit that referenced this pull request Dec 19, 2024
Add `Getting Started` page for dart.

---------

Signed-off-by: Sri Krishna <[email protected]>
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.

2 participants