CircleCI-Public / flutter-orb

Easily install Flutter SDK and package dependencies. Also wasily run unit test and lint. Supports Linux and macOS
https://circleci.com/developer/orbs/orb/tadashi0713/flutter-orb
MIT License
2 stars 16 forks source link

CircleCI outdated usage examples #13

Closed joshuadeguzman closed 1 year ago

joshuadeguzman commented 2 years ago

If someone tries to copy the exact usage examples, builds will fail. For example, not adding the checkout step will result in a vague error related to the caching mechanism not being able to check the pubspec.yaml of the project file.