audio_service
                                
                                 audio_service copied to clipboard
                                
                                    audio_service copied to clipboard
                            
                            
                            
                        Add support for deep links with fragmented activity
- Check for existing deep link paths for FlutterFragmentActivity and add it to inital route if it exists
- Additionally, bump version and fix text themes for examples as suggested by dart analyzer.
Fixes #1029
Pre-launch Checklist
- [x] I read the CONTRIBUTING.md and followed the process outlined there for submitting PRs.
- [x] My change is not breaking and lands in minorbranch OR my change is breaking and lands inmajorbranch.
- [x] If I'm the first to contribute to the next version, I incremented the version number in pubspec.yamlaccording to the pub versioning philosophy.
- [x] I updated CHANGELOG.md to add a description of the change (format: * DESCRIPTION OF YOUR CHANGE (@your-git-username)).
- [😶] I updated/added relevant documentation (doc comments with ///).
- [x] I ran dart analyze.
- [x] I ran dart format.
- [x] I ran flutter testand all tests are passing.