-
Notifications
You must be signed in to change notification settings - Fork 20
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
09e9395
to
80ef980
Compare
80ef980
to
caf4952
Compare
caf4952
to
46f3028
Compare
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) |
Next add a dependency on the `connectrpc` package by running the following: | ||
|
||
```bash | ||
flutter pub add connectrpc |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
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"}}'
Signed-off-by: Sri Krishna <[email protected]>
Signed-off-by: Sri Krishna <[email protected]>
Signed-off-by: Sri Krishna <[email protected]>
968d6c6
to
ca47418
Compare
Add `Getting Started` page for dart. --------- Signed-off-by: Sri Krishna <[email protected]>
Add
Getting Started
page for dart.The preview failure must be because of missing links. This is being merged to a separate branch