https://github.com/dartsidedev/ecstatic
This package provides API parity with several classes of the Dart SDK but using instance properties rather than static properties.
https://github.com/dartsidedev/ecstatic
dart flutter testing
Last synced: 6 months ago
JSON representation
This package provides API parity with several classes of the Dart SDK but using instance properties rather than static properties.
- Host: GitHub
- URL: https://github.com/dartsidedev/ecstatic
- Owner: dartsidedev
- License: bsd-3-clause
- Created: 2021-02-26T18:16:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-24T20:44:27.000Z (about 4 years ago)
- Last Synced: 2024-11-05T10:14:07.428Z (7 months ago)
- Topics: dart, flutter, testing
- Language: Dart
- Homepage: https://pub.dev/packages/ecstatic
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# `ecstatic`
This package provides API parity with several classes of the Dart SDK
but using instance properties rather than static properties.This difference enables the use of these APIs in tests, where you can provide
mock implementations.Many of these classes are taken from the Flutter and Dart codebases.
## `Platform`
* from `flutter_tools/lib/src/base/platform.dart`