This step by step guide uses issue RegEx: add a way to get the positions of groups #42307 as a concrete example.
Ask Dart team before jumping into the implementation. The best place to ask is on the issue tracker, you can also try hackers-dart
channel on Flutter Discord or one of the channels on Dart Community discord - but most SDK developers are not on either of them.
Why ask the team?
- They might give you suggestions for the design and implementation
- They might warn you about potential challenges
- They might have tried implementing such feature before, faced unexpected complications and had to back out.