j0j00 / flutter_user_agent

Retrieve Android/iOS device user agents in Flutter.
https://pub.dev/packages/flutter_user_agent
BSD 2-Clause "Simplified" License
25 stars 55 forks source link

Support null safety and upgrading pre 1.12 Android projects #23

Open lvchenyang opened 3 years ago

lvchenyang commented 3 years ago
  1. support null safety
  2. upgrading pre 1.12 Android projects
j0j00 commented 3 years ago

Is the flutterembedding stuff required for null safety or just an extra?

j0j00 commented 3 years ago

17 seems to try and achieve that, but with more specific changes.