Skip to content

Commit 9d31636

Browse files
committed
feat: move golden_toolkit at root, upgrade to flutter min 3.29.3, bump to 0.16.0
1 parent 4fed9d0 commit 9d31636

File tree

206 files changed

+684
-2940
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+684
-2940
lines changed

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
.DS_Store
22
.dart_tool/
33

4+
*.iml
5+
.idea
6+
7+
pubspec.lock
8+
example/pubspec.lock
9+
410
.packages
511
.pub/
6-
.idea/
12+
packages/golden_toolkit/.idea/
713

814
build/
915
ios/.generated/
1016
ios/Flutter/Generated.xcconfig
1117
ios/Runner/GeneratedPluginRegistrant.*
18+
19+
# don't check in golden failure output
20+
**/failures/*.png
21+
22+
# FVM Version Cache
23+
.fvm/

.travis.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

packages/golden_toolkit/CHANGELOG.md renamed to CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.16.0
4+
5+
- Upgrade to latest Flutter stable (3.35.7 / Dart 3.9.2)
6+
- Clean warnings
7+
- Remove unused packages
8+
39
## 0.15.0
410

511
- BugFix: device pixel ratio will be properly taken into consideration when generating golden images. Thanks to @BenVercammen

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Flutter Glove Box Guidelines
1+
# eBay Flutter Testing Tools Guidelines
22

3-
Thank you so much for wanting to contribute to this project! Here are a few important things you should know about contributing:
3+
Thank you so much for wanting to contribute to golden_toolkit! Here are a few important things you should know about contributing:
44

55
1. Changes require discussion, use cases, etc. Code comes later.
66
2. Pull requests are great for small fixes for bugs, documentation, etc.
@@ -49,4 +49,4 @@ Note: In Git commits the first line of the commit message has special significan
4949
* Push your changes to a branch in your fork
5050
* See our commit message guidelines further down in this document
5151
* Submit a pull request to the repository
52-
* Update `golden_toolkit` GITHUB issue with the generated pull request link
52+
* Update `golden_toolkit` GITHUB issue with the generated pull request link

0 commit comments

Comments
 (0)