x_user_agent 1.0.0+1
x_user_agent: ^1.0.0+1 copied to clipboard
Flutter plugin for reading WebView and system user-agent data on Android and iOS, plus structured device metadata for client hint use cases.
import 'package:flutter/material.dart';
import 'package:x_user_agent_example/demo/demo_app.dart';
void main() => runApp(const DemoApp());