Skip to content

Commit

Permalink
Remove prerelease guides
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Jan 22, 2024
1 parent 82d818a commit ecc763a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
> Currently, Rinf is in version 6 beta, introducing a new system that makes communication between Dart and Rust much easier and simpler. If you'd like to try out this new version, please run `flutter pub add rinf:'6.0.0-beta'` and `rinf template`.
# Rinf: Rust in Flutter

[![Pub Version](https://img.shields.io/pub/v/rinf)](https://pub.dev/packages/rinf)
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/applying-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
First of all, add this framework to your Flutter project.

```bash title="CLI"
flutter pub add rinf:'6.0.0-beta'
flutter pub add rinf
```

Now install the command executable to easily run Rinf commands in the CLI.
Expand Down
2 changes: 0 additions & 2 deletions flutter_ffi_plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
> Currently, Rinf is in version 6 beta, introducing a new system that makes communication between Dart and Rust much easier and simpler. If you'd like to try out this new version, please run `flutter pub add rinf:'6.0.0-beta'` and `rinf template`.
# Rinf: Rust in Flutter

[![Pub Version](https://img.shields.io/pub/v/rinf)](https://pub.dev/packages/rinf)
Expand Down
2 changes: 0 additions & 2 deletions rust_crate/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
> Currently, Rinf is in version 6 beta, introducing a new system that makes communication between Dart and Rust much easier and simpler. If you'd like to try out this new version, please run `flutter pub add rinf:'6.0.0-beta'` and `rinf template`.
# Rinf: Rust in Flutter

[![Pub Version](https://img.shields.io/pub/v/rinf)](https://pub.dev/packages/rinf)
Expand Down

0 comments on commit ecc763a

Please sign in to comment.