package_file_loader 0.4.6
package_file_loader: ^0.4.6 copied to clipboard
Simple utility functions for loading a file from packages
0.4.6 #
- Add backwards compatibility with legacy
.packagesfile format - Update changelog with missing version entries
- Add comprehensive README with usage examples and API documentation
0.4.5 #
- Upgrade to Flutter 3.41.4 (SDK
>=3.11.0 <4.0.0) - Upgrade
builddependency to^4.0.0 - Replace
json_annotationcode generation with hand-writtenfromJson/toJson - Add
.packageslegacy format parser as fallback
0.4.4 #
- Make
PackageConfigmetadata fields nullable (generator,generatorVersion,flutterRoot,flutterVersion,pubCache)
0.4.3 #
- Make
generatedfield nullable inPackageConfig
0.4.2 #
- Append forward slash to root path when
packageUriAsRootisfalse
0.4.1 #
- Fix
packageUriAsRootparameter
0.4.0 #
- Add option to append
packageUrior not
0.3.0 #
- Add sync versions of the load functions
0.2.0 #
- Add support for relative package paths
0.1.5 #
- Downgrade json_annotation version
0.1.4 #
- Upgrade to Flutter 3.3.7
0.1.3 #
- Add absolute to package import converter
0.1.2 #
- Add function for extracting the package name from a hosted or git dependency absolute path
0.1.1 #
- Remove
collectionas dependency - Add unit test
- Update example
0.1.0 #
- Initial version.