A basic Flutter app to control LIFX lights

LIFX Flutter app

A basic Flutter app to control LIFX lights. LIFX Flutter

Generate LIFX token

All requests require an OAuth2 access token. You can generate an access token in your LIFX account settings. Take care to keep access tokens private as they grant remote access to your lights.

Add token to app

Copy and paste your token into “token.dart”

String token = "<<-Insert-Token-Here->>";

Run app

That’s it.

Links

Flutter LIFX HTTP API

Download Details:

Author: baradghimire

Demo: https://barad.tech/lifxflutter

Source Code: https://github.com/baradghimire/lifxFlutter

#flutter #dart #mobile-apps

A basic Flutter app to control LIFX lights
4.65 GEEK