fhir_bulk 0.4.0
fhir_bulk: ^0.4.0 copied to clipboard
A Dart/Flutter package for authorization & authentication, includes SMART on FHIR and Google sign-in
0.4.0 #
- Removed dartz dependency
- Included new WhichResource class (just takes the place of Tuple2 I was using)
- Null safe!
0.3.0-nullsafety.2 #
- Updated dependencies
- Still prerelease because not all dependencies are stable
0.3.0-nullsafety.1 #
- Added web support
0.3.0-nullsafety.0 #
- Null safety!
- Should be completely ready for null safety
- Should generally work the same as previously, you'll just need to follow null safety requirements
0.2.1 #
- added documentation
0.2.0 #
- Initia publication (2021-02-09)
- Recommended for development purposes to work with the ONC guidelines
- Allows calls for Bulk FHIR downloads - will return a list of Resource Objects
- Multiple methods for dealing with reconstructing objects from data
- Allows data to be passed directly, or as files
- Files may be compressed as
.zip,.gz, or.tar.gz(may add others later)