Skip to content

Instantly share code, notes, and snippets.

@nkenna
Created October 29, 2019 09:50
Show Gist options
  • Save nkenna/e4e67ee933ba2d6007e5f7f1bfcb3504 to your computer and use it in GitHub Desktop.
Save nkenna/e4e67ee933ba2d6007e5f7f1bfcb3504 to your computer and use it in GitHub Desktop.
//make sure you have all this packages installed and imported
import 'package:flutter/material.dart';
import 'dart:async';
import 'dart:io';
import 'package:mqtt_client/mqtt_client.dart';
import 'package:web_socket_channel/io.dart';
import 'package:web_socket_channel/status.dart' as status;
import 'package:web_socket_channel/web_socket_channel.dart';
import 'package:webview_flutter/webview_flutter.dart'; //webview package to view remote camera feed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment