rapier_physics Code
Brought to you by:
macbearchen
| File | Date | Author | Commit |
|---|---|---|---|
| android | 4 days ago |
|
[69d871] web build is OK |
| example | 4 days ago |
|
[69d871] web build is OK |
| ios | 4 days ago |
|
[69d871] web build is OK |
| lib | 4 days ago |
|
[69d871] web build is OK |
| macos | 4 days ago |
|
[69d871] web build is OK |
| native | 4 days ago |
|
[69d871] web build is OK |
| prebuilt | 4 days ago |
|
[69d871] web build is OK |
| test | 2026-03-10 |
|
[b15d50] Initial commit |
| .gitignore | 6 days ago |
|
[5b4564] "ios/rapier_physics.xcframework" is OK |
| .metadata | 2026-03-10 |
|
[b15d50] Initial commit |
| CHANGELOG.md | 2026-03-10 |
|
[b15d50] Initial commit |
| LICENSE | 2026-03-10 |
|
[b15d50] Initial commit |
| README.md | 2026-03-10 |
|
[8bdef2] 1. add rust code: native/rapier_ffi |
| analysis_options.yaml | 2026-03-10 |
|
[b15d50] Initial commit |
| pubspec.yaml | 2026-03-11 |
|
[c00699] 1. typo: "prebuilt" |
A new Flutter plugin project.
This project is a starting point for a Flutter
plug-in package,
a specialized package that includes platform-specific implementation code for
Android and/or iOS.
For help getting started with Flutter development, view the
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
To create a new plugin project, run the following command:
flutter create --org com.example --template=plugin --platforms=android,ios,linux,macos,windows,web -i swift rapier_physics
This will create a new plugin project with the following structure:
rapier_physics/
├── android/
├── ios/
├── linux/
├── macos/
├── test/
├── web/
├── windows/
├── lib/
│ └── rapier_physics.dart
├── pubspec.yaml
├── README.md
└── .gitignore