Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
.DS_Store
.dart_tool/

*.iml
.idea

pubspec.lock
example/pubspec.lock

.packages
.pub/
.idea/
packages/golden_toolkit/.idea/

build/
ios/.generated/
ios/Flutter/Generated.xcconfig
ios/Runner/GeneratedPluginRegistrant.*

# don't check in golden failure output
**/failures/*.png

# FVM Version Cache
.fvm/
34 changes: 0 additions & 34 deletions .travis.yml

This file was deleted.

6 changes: 6 additions & 0 deletions packages/golden_toolkit/CHANGELOG.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.16.0

- Upgrade to latest Flutter stable (3.35.7 / Dart 3.9.2)
- Clean warnings
- Remove unused packages

## 0.15.0

- BugFix: device pixel ratio will be properly taken into consideration when generating golden images. Thanks to @BenVercammen
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flutter Glove Box Guidelines
# eBay Flutter Testing Tools Guidelines

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

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