I’m building a Flutter app and now need a single AR page that transports users into a truly interactive experience. On this screen, animated 3D models should appear in the real-world view, respond smoothly to touch, and feel as if they belong right there in the environment. Here’s the scope: • Design and model original 3D assets from scratch (none exist yet), then rig and animate them for real-time use. • Integrate those assets into Flutter using a reliable plugin or bridge (e.g., ar_flutter_plugin, ARCore/ARKit via platform channels—whichever you find most stable). • Handle simple interactions: users tap or drag to trigger animations, scale, or reposition the model. • Deliver clean, well-commented Dart code plus source files for all 3D models and textures so I can tweak or extend later. Acceptance criteria: the AR page compiles in my existing Flutter project, places at least one animated 3D object accurately on both Android (ARCore) and iOS (ARKit) devices, sustains 30 fps or better, and passes a quick run-through on TestFlight/Play Console. If this sounds like your wheelhouse, tell me which tools you’d use for modeling (Blender, Maya, etc.) and link to any live AR examples you’ve shipped.