kcs_test_container 0.0.1 copy "kcs_test_container: ^0.0.1" to clipboard
kcs_test_container: ^0.0.1 copied to clipboard

Test Container App is a Flutter app that helps you to test your Flutter widgets and UI components in a container.

Test Container #

A simple Flutter package that provides a greeting message.

Installation #

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

dependencies:
  test_container: ^0.0.1

code:

import 'package:kcs_test_container/test_container.dart';

void main() { final testContainer = TestContainer(); print(testContainer.greet('World')); // Output: Hello, World! }

0
likes
140
pub points
0%
popularity

Publisher

unverified uploader

Test Container App is a Flutter app that helps you to test your Flutter widgets and UI components in a container.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on kcs_test_container