Flutter is an UI development framework, open-sourced by Google. It allows you to make cross-platform mobile apps. It is similar to React Native, which is a framework built by Facebook. Flutter uses a reactive UI framework, similar to Facebook's React framework. The app runs inside a Dart virtual machine, which supports hot reloading. Make sure your Flutter app is configured to run automated tests. Use the**enableFlutterDriverExtension** before running your first automated test.