rehoboam_neural_ui 0.0.7 copy "rehoboam_neural_ui: ^0.0.7" to clipboard
rehoboam_neural_ui: ^0.0.7 copied to clipboard

A high-fidelity "Rehoboam" style neural HUD for Flutter. Features organic particulate animations, 3D Earth globe transformation, and geographic data mapping.

rehoboam_neural_ui #

A high-fidelity, organic "Rehoboam" style neural HUD for Flutter. Features organic particulate animations and a 3D Earth globe transformation with geographic mapping.

Screenshot Demo
Screenshot Demo

Features #

  • Organic Animation: Grainy, particulate spiky ring that reacts to audio or data levels.
  • Geographic Mapping: Project 3D Latitude/Longitude coordinates onto the 2D rotating globe HUD.
  • Divergence Spikes: Visualizes "divergences" in data with sharp, organic spikes.
  • Technical HUD: Integrated labels and leader lines for a sci-fi look.
  • Performance Optimized: Uses custom path rendering and CustomPainter for smooth 60fps animations.

Usage #

import 'package:rehoboam_neural_ui/rehoboam_neural_ui.dart';

// ...

AiThinkingAnimation(
  size: 320,
  level: _micLevel, // 0.0 to 1.0
  mode: AiFaceMode.listening,
  centerLabel: 'AI',
  topLabel: 'SCANNING...',
  bottomLabel: 'TOKYO, JP',
  targetLat: 35.6762,
  targetLon: 139.6503,
)

Additional Widgets #

  • VoiceWave: A vector-based audio reactive waveform.
  • WordByWordTranscript: A stylized text widget for displaying live transcription results.
2
likes
160
points
14
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A high-fidelity "Rehoboam" style neural HUD for Flutter. Features organic particulate animations, 3D Earth globe transformation, and geographic data mapping.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dot_globe, flutter

More

Packages that depend on rehoboam_neural_ui