i wondering how can Create like this Home Screen Shortcuts for my app in flutter

            Asked
            
        
        
            Active
            
        
            Viewed 2,479 times
        
    1 Answers
1
            
            
        App Widget example repo is here https://github.com/hemanthrajv/flutter_home_screen_widget_example 
please reference detail Flutter: Is it somehow possible to create App Widgets (Android) and Today Extensions (iOS)?
Author do it with Android Native Code 
and author follow this document to create native part https://medium.com/android-bits/android-widgets-ad3d166458d3 
In example, author create a "url link" call tape it 
When user click "tape it", it will open url 
 
    
    
        chunhunghan
        
- 51,087
- 5
- 102
- 120
 
    