Skip to content

Commit fe118ce

Browse files
Add README.md file
1 parent 6599ae7 commit fe118ce

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CONTRIBUTORS-GUIDE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Instructions on how to run automated tests
2222

2323
Run `flutter test` in root directory.
2424

25-
Run unit tests in android & ios packages.
25+
Run unit tests in Android & iOS packages with `flutter test`.
26+
27+
Run unit tests in Web package with `flutter test --platform chrome`.
2628

2729
# Contact
2830

splitio/example/test/example_smoke_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// gestures. You can also use WidgetTester to find child widgets in the widget
66
// tree, read text, and verify that the values of widget properties are correct.
77

8-
import 'package:flutter/material.dart';
98
import 'package:flutter_test/flutter_test.dart';
109

1110
import 'package:splitio_example/main.dart';

splitio_web/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# splitio_web
2+
3+
The Web implementation of [`splitio`][1].
4+
5+
This package integrates the [Split Browser SDK][2]
6+
to provide feature flag functionality for Flutter Web applications.
7+
8+
## Usage
9+
10+
This package is [endorsed][3], which means you can simply use `splitio`
11+
normally. This package will be automatically included in your app when you do.
12+
13+
[1]: https://pub.dev/packages/splitio
14+
[2]: https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/browser-sdk/
15+
[3]: https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin

0 commit comments

Comments
 (0)