Skip to content

Simple tutorial to use theta-client in a Flutter apps. Bare bones basic app for use with YouTube video tutorial

Notifications You must be signed in to change notification settings

codetricity/theta-client-flutter-tutorial

Repository files navigation

theta_tutorial

Flutter tutorial for theta-client on YouTube

Build new Flutter app from blank editor and use theta-client to handle camera connection.

take picture screen

Info example

var thetaInfo = await _thetaClientFlutter.getThetaInfo();
...
...
Text(
    'firmware: ${thetaInfo.firmwareVersion}\n'
    'serial number: ${thetaInfo.serialNumber}\n'
    'uptime: ${thetaInfo.uptime}\n'
    'Gyro enabled: ${thetaInfo.hasGyro}\n'
    'GPS enabled: ${thetaInfo.hasGps}',
    style: const TextStyle(fontSize: 20),
    ),

show info

show state

About

Simple tutorial to use theta-client in a Flutter apps. Bare bones basic app for use with YouTube video tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published