honey 0.2.1 copy "honey: ^0.2.1" to clipboard
honey: ^0.2.1 copied to clipboard

The sweet side of testing. An end to end testing framework for Flutter.

example/main.dart

import 'package:flutter/material.dart';
import 'package:honey/honey.dart';

const kIsHoney = bool.fromEnvironment('HONEY');

void main() {
  if (kIsHoney) {
    HoneyWidgetsBinding.ensureInitialized();
  }

  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return Container();
  }
}
48
likes
130
points
58
downloads

Documentation

API reference

Publisher

verified publisherclickup.com

Weekly Downloads

The sweet side of testing. An end to end testing framework for Flutter.

Homepage
Repository (GitHub)

License

Apache-2.0 (license)

Dependencies

antlr4, collection, flutter, flutter_test, intl

More

Packages that depend on honey