- Initial release.
- Add flutter example to the project.
- API changes:
- Make
FlutterUserAgent.init
cache user-agent properties by default, unlessforce: true
is specified. - Add
FlutterUserAgent.getPropertyAsync
function for lazily fetching properties without having to callFlutterUserAgent.init
. - Add
FlutterUserAgent.release
function for releasing all the user-agent properties temporarily statically stored in memory.
- Make