Skip to content

Commit

Permalink
Move nostr-sdk-flutter to dedicated repo
Browse files Browse the repository at this point in the history
Flutter bindings weren't working in the workspace.

Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Dec 16, 2024
1 parent c616b2f commit b92e5ee
Show file tree
Hide file tree
Showing 202 changed files with 9 additions and 16,367 deletions.
499 changes: 3 additions & 496 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[workspace]
members = [
"bindings/nostr-sdk-ffi",
"bindings/nostr-sdk-flutter/rust",
"bindings/nostr-sdk-js",
"crates/*",
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Learn more about `rust-nostr` at <https://rust-nostr.org>.
* Kotlin: https://central.sonatype.com/artifact/org.rust-nostr/nostr-sdk
* Swift: https://github.com/rust-nostr/nostr-sdk-swift
* JavaScript: https://www.npmjs.com/package/@rust-nostr/nostr-sdk
* Flutter: [bindings/nostr-sdk-flutter](./bindings/nostr-sdk-flutter)
* Flutter: [nostr-sdk-flutter](https://github.com/rust-nostr/nostr-sdk-flutter)

## State

Expand Down
2 changes: 1 addition & 1 deletion bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

* [nostr-sdk-ffi](./nostr-sdk-ffi): UniFFI (Python, Kotlin, Swift) bindings
* [nostr-sdk-js](./nostr-sdk-js): JavaScript bindings
* [nostr-sdk-flutter](./nostr-sdk-flutter): Flutter bindings
* [nostr-sdk-flutter](https://github.com/rust-nostr/nostr-sdk-flutter): Flutter bindings
29 changes: 0 additions & 29 deletions bindings/nostr-sdk-flutter/.gitignore

This file was deleted.

42 changes: 0 additions & 42 deletions bindings/nostr-sdk-flutter/.metadata

This file was deleted.

1 change: 0 additions & 1 deletion bindings/nostr-sdk-flutter/CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion bindings/nostr-sdk-flutter/LICENSE

This file was deleted.

25 changes: 0 additions & 25 deletions bindings/nostr-sdk-flutter/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions bindings/nostr-sdk-flutter/analysis_options.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions bindings/nostr-sdk-flutter/android/.gitignore

This file was deleted.

56 changes: 0 additions & 56 deletions bindings/nostr-sdk-flutter/android/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion bindings/nostr-sdk-flutter/android/settings.gradle

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions bindings/nostr-sdk-flutter/cargokit/.gitignore

This file was deleted.

42 changes: 0 additions & 42 deletions bindings/nostr-sdk-flutter/cargokit/LICENSE

This file was deleted.

11 changes: 0 additions & 11 deletions bindings/nostr-sdk-flutter/cargokit/README

This file was deleted.

58 changes: 0 additions & 58 deletions bindings/nostr-sdk-flutter/cargokit/build_pod.sh

This file was deleted.

5 changes: 0 additions & 5 deletions bindings/nostr-sdk-flutter/cargokit/build_tool/README.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b92e5ee

Please sign in to comment.