Flutter widgets for RICOH THETA camera application prototyping. Package is intended for API testing and rapid prototyping. This is not suitable for production applications.
- API request and response for RICOH THETA WebAPI v2.1
- Widgets can be used on iOS, Android, and desktop. Web is not supported.
- RICOH THETA must be connected to development workstation using Wi-Fi with the camera as the access point
- the theta package must be installed
dependencies:
flutter:
sdk: flutter
# oppkey_thetaf widgets
thetaf:
git:
url: https://github.com/Oppkey/oppkey_thetaf.git
import 'package:thetaf/thetaf.dart';
...
return MaterialApp(
home: Scaffold(
body: ThetaWindow(
child: Column(