Reputation: 1141
I have to make one book-reading app that includes a music player. for both mobile and tablet (iPhone and iPad).
client requirements are
- control the music player from the smart-watch. so how can I do it? -> did i need to make separate app for i-watch? -> how can i configure for android app for simple watch? ( company like - boat,samsung,fire-boalt,mi )?
founded this packages : watch_connectivity: ^0.1.3 , wear ,
- Can i control music from android auto and apple car play? -> i found package for apple car pay - carplay -> but can i found for anrodi auto?
Upvotes: 0
Views: 3888
Reputation: 1220
To control music you may need some app With flutter you cannot make an app for apple watch like you do for other OSs, So either you develop Apple watch App using Xcode and use Wear plugin for developing app for wear OS by google. Then you can communicate using Bluetooth or other things.
Upvotes: 0