https://wiki.conreality.org/Widgets
Widget | Summary | Status |
---|---|---|
conreality_camera | Augmented-reality camera widget. | Functional but barebones |
conreality_chat | Team chat widgets. | Planning |
conreality_compass | Compass widget. | Functional but barebones |
conreality_countdown | Countdown timer widget. | Development |
conreality_detector | Anomaly and artifact detector widgets. | Planning |
conreality_dosimeter | Personal radiation dosimeter (Geiger counter) widget. | Functional but barebones |
conreality_fonts | Conreality font assets. | Stable |
conreality_gamepad | Gamepad widget for robot control. | Planning |
conreality_icons | Conreality icon assets. | Stable |
conreality_joystick | Joystick widget for robot control. | Development |
conreality_login | Login form widgets. | Planning |
conreality_logo | Conreality logo assets. | Functional |
conreality_map | Game map and marker widgets. | Functional |
conreality_replay | Game history replay widgets. | Planning |
conreality_scene | 3D polygon mesh rendering widget. | Planning |
conreality_tracker | Directional and distance tracker widgets. | Functional but barebones |
dependencies: # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_camera conreality_camera: git: url: https://github.com/conreality/conreality-widgets.git path: conreality_camera
import 'package:conreality_camera/conreality_camera.dart';
dependencies: # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_chat conreality_chat: git: url: https://github.com/conreality/conreality-widgets.git path: conreality_chat
import 'package:conreality_chat/conreality_chat.dart';
dependencies: # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_compass conreality_compass: git: url: https://github.com/conreality/conreality-widgets.git path: conreality_compass
import 'package:conreality_compass/conreality_compass.dart';
dependencies: # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_countdown conreality_countdown: git: url: https://github.com/conreality/conreality-widgets.git path: conreality_countdown
import 'package:conreality_countdown/conreality_countdown.dart';
dependencies: # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_detector conreality_detector: git: url: https://github.com/conreality/conreality-widgets.git path: conreality_detector
import 'package:conreality_detector/conreality_detector.dart';
dependencies: # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_dosimeter conreality_dosimeter: git: url: https://github.com/conreality/conreality-widgets.git path: conreality_dosimeter
import 'package:conreality_dosimeter/conreality_dosimeter.dart';
dependencies: # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_fonts conreality_fonts: git: url: https://github.com/conreality/conreality-widgets.git path: conreality_fonts
import 'package:conreality_fonts/conreality_fonts.dart';
dependencies: # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_gamepad conreality_gamepad: git: url: https://github.com/conreality/conreality-widgets.git path: conreality_gamepad
import 'package:conreality_gamepad/conreality_gamepad.dart';
dependencies: # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_icons conreality_icons: git: url: https://github.com/conreality/conreality-widgets.git path: conreality_icons
import 'package:conreality_icons/conreality_icons.dart';
dependencies: # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_joystick conreality_joystick: git: url: https://github.com/conreality/conreality-widgets.git path: conreality_joystick
import 'package:conreality_joystick/conreality_joystick.dart';
dependencies: # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_login conreality_login: git: url: https://github.com/conreality/conreality-widgets.git path: conreality_login
import 'package:conreality_login/conreality_login.dart';
dependencies: # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_logo conreality_logo: git: url: https://github.com/conreality/conreality-widgets.git path: conreality_logo
import 'package:conreality_logo/conreality_logo.dart';
dependencies: # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_map conreality_map: git: url: https://github.com/conreality/conreality-widgets.git path: conreality_map
import 'package:conreality_map/conreality_map.dart';
dependencies: # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_replay conreality_replay: git: url: https://github.com/conreality/conreality-widgets.git path: conreality_replay
import 'package:conreality_replay/conreality_replay.dart';
dependencies: # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_scene conreality_scene: git: url: https://github.com/conreality/conreality-widgets.git path: conreality_scene
import 'package:conreality_scene/conreality_scene.dart';
dependencies: # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_tracker conreality_tracker: git: url: https://github.com/conreality/conreality-widgets.git path: conreality_tracker
import 'package:conreality_tracker/conreality_tracker.dart';
Follow @ConrealityCode and @ConrealityGame on Twitter for project updates.