resource_importer
Imports resource files as string or binary literals in Dart code.
0.2.0
2.5K downloads/mo
#4967 most downloaded on pub.dev
jamesderlin/dart_resource_importer
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
3 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
3 releases · Apr 2022 to Mar 2023
2023
2024
2025
2026
Releases
latest 3-
0.2.014 Mar 2023Release notes
Open source →- Generated code now ignores the
avoid_escaping_inner_quoteslint in
caseStringliterals need inner quotes. - Adjusted tests to now compare against checked-in files instead of
against in-memory files generated by the tests. - Use
currentDartFilePathfrompackage:dartbaginstead of parsing
the stack trace ourselves. - Updated dependencies.
- Require Dart 2.19.
- Add a (GNU) makefile.
Release notes
Open source →- Generated code now ignores the
avoid_escaping_inner_quoteslint in caseStringliterals need inner quotes. - Internal test adjustments.
- Updated dependencies.
- Require Dart 2.19.
- Generated code now ignores the
-
0.1.029 Apr 2022 -
0.1.0+129 Apr 2022Release notes
Open source →- Fix broken links to the documentation in the
README.md. - Adjust the package description in the
pubspec.yamlfile to
appease pub.dev's scoring system. - Move the example showing the configuration syntax from the
README.mdfile to a separateexample/example.mdfile.
- Fix broken links to the documentation in the