You can pass route params to an angular page, so if you have the data going from your flutter app to a database, say Firebase, then you can pass the specific document ID as a route param in flutter webview , and any data you are passing in flutter will auto sync up to the route that you have called in angular.
Read moreHow do you pass data to WebView in Flutter?
You can pass route params to an angular page, so if you have the data going from your flutter app to a database, say Firebase, then you can pass the specific document ID as a route param in flutter webview , and any data you are passing in flutter will auto sync up to the route that you have called in angular.
Read more