Skip to content

Commit 68561cd

Browse files
v0.0.1
1 parent 5e657a5 commit 68561cd

File tree

2 files changed

+4
-40
lines changed

2 files changed

+4
-40
lines changed

README.md

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,2 @@
1-
<!--
2-
This README describes the package. If you publish this package to pub.dev,
3-
this README's contents appear on the landing page for your package.
4-
5-
For information about how to write a good package README, see the guide for
6-
[writing package pages](https://dart.dev/tools/pub/writing-package-pages).
7-
8-
For general information about developing packages, see the Dart guide for
9-
[creating packages](https://dart.dev/guides/libraries/create-packages)
10-
and the Flutter guide for
11-
[developing packages and plugins](https://flutter.dev/to/develop-packages).
12-
-->
13-
14-
TODO: Put a short description of the package here that helps potential users
15-
know whether this package might be useful for them.
16-
17-
## Features
18-
19-
TODO: List what your package can do. Maybe include images, gifs, or videos.
20-
21-
## Getting started
22-
23-
TODO: List prerequisites and provide or point to information on how to
24-
start using the package.
25-
26-
## Usage
27-
28-
TODO: Include short and useful examples for package users. Add longer examples
29-
to `/example` folder.
30-
31-
```dart
32-
const like = 'sample';
33-
```
34-
35-
## Additional information
36-
37-
TODO: Tell users more about the package: where to find more information, how to
38-
contribute to the package, how to file issues, what response they can expect
39-
from the package authors, and more.
1+
# Flutter Test Goldens
2+
A toolkit for writing golden tests.

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: flutter_test_goldens
22
description: "A toolkit for writing golden tests"
33
version: 0.0.1
4-
homepage:
4+
homepage: https://github.com/Flutter-Bounty-Hunters/flutter_test_goldens
5+
repository: https://github.com/Flutter-Bounty-Hunters/flutter_test_goldens
56

67
environment:
78
sdk: ^3.6.0

0 commit comments

Comments
 (0)