I am using a script by exporting it with flutter for the web. There I need to put something over an URL slug into a field via a get request.
Example:
www.url.de/?id=123
here I need to put "123" into the field.
How can I read this 123 out of the URL with Flutter Web?