issues
search
atsign-foundation
/
at_libraries
Support libraries & dependencies for Atsign's technology
https://pub.dev/publishers/atsign.org/packages
BSD 3-Clause "New" or "Revised" License
38
stars
11
forks
source link
fix: export regex utils to fix _specialKey bug in at_persistence
#694
Closed
murali-shris
closed
1 month ago
murali-shris
commented
1 month ago
- What I did
exported regex util class from at_commons
- How I did it
added export statement in at_commons.dart
modified pubspec and changelog
- How to verify it
tests should pass in at_server and at_client using dependency overrides
- What I did