flight_check library

Flight Check — Flutter debug-mode device preview tool.

Add two lines to your main.dart:

import 'package:flight_check/flight_check.dart';

void main() {
  FlightCheck.configure();

  runApp(const MyApp());
}

Classes

FlightCheck
Entry point for the flight_check package.