wear_os_plugin 0.0.3 copy "wear_os_plugin: ^0.0.3" to clipboard
wear_os_plugin: ^0.0.3 copied to clipboard

A Flutter plugin with basic Wear OS functionality, like scrollable view with rotary input or circular screen support

wear_os_plugin #

A Flutter plugin with basic Wear OS functionality, like scrollable view with rotary input or circular screen support

Getting Started #

Wear OS #

Change the following in your Wear OS (Android) Project:

android/app/build.gradle:

minSdkVersion 30

android/app/src/main/AndroidManifest.xml:

	<application
	...>
        <meta-data
            android:name="com.google.android.wearable.standalone"
            android:value="true" />
	...            

Maybe change the launch theme directly to the normal theme, to avoid the system splash screen:

	<application
		...
		android:theme="@style/LaunchTheme"
		->
		android:theme="@style/NormalTheme"
	...

Permission for Vibration and Watch Feature is already set.

9
likes
0
pub points
54%
popularity

Publisher

verified publisherqooapps.com

A Flutter plugin with basic Wear OS functionality, like scrollable view with rotary input or circular screen support

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on wear_os_plugin