TestFairy for Flutter Apps

TestFairy is a mobile quality platform that helps mobile teams automate your app distribution, streamline your development process, manage feedback cycles, and deliver faster & better to market. All this, in a highly secure, enterprise-grade environment. TestFairy works Great with Flutter!

Testfairy
shape

How to add TestFairy to a Flutter project

1. Depend

Add this to your package's pubspec.yaml file:

dependencies:
    testfairy_flutter: any

2. Install

Install packages from the command line:

$ flutter packages get

3. Code

Add the following to you Dart code:

void main() {
    TestFairy.begin("Your_TestFairy_App_Token");
    runApp(MyApp());
}

Articles from our blog about Flutter

Cloud Architecture
That Fits Your Enterprise

Build

Your App grren mark

Upload

To TestFairy grren mark

DISTRIBUTE

App to Users grren mark

perform

Testing grren mark

Collect

User Feedback grren mark

Collect

Crash Reports grren mark

Post issues

Automatically
main picture
shape