Menu

Tree [69d871] main /
 History

HTTPS access


File Date Author Commit
 android 4 days ago Macbear_viwave Macbear_viwave [69d871] web build is OK
 example 4 days ago Macbear_viwave Macbear_viwave [69d871] web build is OK
 ios 4 days ago Macbear_viwave Macbear_viwave [69d871] web build is OK
 lib 4 days ago Macbear_viwave Macbear_viwave [69d871] web build is OK
 macos 4 days ago Macbear_viwave Macbear_viwave [69d871] web build is OK
 native 4 days ago Macbear_viwave Macbear_viwave [69d871] web build is OK
 prebuilt 4 days ago Macbear_viwave Macbear_viwave [69d871] web build is OK
 test 2026-03-10 Macbear_viwave Macbear_viwave [b15d50] Initial commit
 .gitignore 6 days ago Macbear_viwave Macbear_viwave [5b4564] "ios/rapier_physics.xcframework" is OK
 .metadata 2026-03-10 Macbear_viwave Macbear_viwave [b15d50] Initial commit
 CHANGELOG.md 2026-03-10 Macbear_viwave Macbear_viwave [b15d50] Initial commit
 LICENSE 2026-03-10 Macbear_viwave Macbear_viwave [b15d50] Initial commit
 README.md 2026-03-10 Macbear_viwave Macbear_viwave [8bdef2] 1. add rust code: native/rapier_ffi
 analysis_options.yaml 2026-03-10 Macbear_viwave Macbear_viwave [b15d50] Initial commit
 pubspec.yaml 2026-03-11 Macbear_viwave Macbear_viwave [c00699] 1. typo: "prebuilt"

Read Me

rapier_physics

A new Flutter plugin project.

Getting Started

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.

New Plugin

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
MongoDB Logo MongoDB