First off thanks to FlutterFlow for an amazing platform and everyone's contribution to a rappid growing community of flutterflow enthusiasts ๐๐ป
I am looking for a way to log the app running state changes to a log file or json app state variable which I want to use to determine what actions the user was performing while playing a game in my flutterflow app. For example after starting the game, everytime one of the following changes occurs I would like to log it with timestamp and later upload to firebase or API.
user minimized the app (running in background)
user closed the app
If anyone can assist with some ideas or perhaps have done this before I would appreciate a share.
Thank you in advance