mirror of https://github.com/flutter/pinball.git
refactor: remove Flutter dep from geometry (#27)
* fix: removed flutter dependency * test: fixed tests for assertions * test: check assertion with isA * ci: added geometry workflow file * refactor: changed flame dep to vector_math for vector2 * fix: changed import for vector to vector_math_64 * Update .github/workflows/geometry.yaml Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>pull/28/head
parent
ffef053678
commit
b73cddc1a3
@ -0,0 +1,18 @@
|
||||
name: geometry
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "packages/geometry/**"
|
||||
- ".github/workflows/geometry.yaml"
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- "packages/geometry/**"
|
||||
- ".github/workflows/geometry.yaml"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
|
||||
with:
|
||||
working_directory: packages/geometry
|
Loading…
Reference in new issue