COSC481W-2024Winter / JARVIS

J.A.R.V.I.S
2 stars 3 forks source link

fix: Add secret management functionality #20

Closed haohuazheng3 closed 9 months ago

haohuazheng3 commented 9 months ago

This commit introduces the env module to facilitate the concealment and management of sensitive information such as APIs, and adds unit tests to verify the effectiveness of retrieving information from env. It updates the Flutter framework to the latest version 3.19.0, which automatically updates and introduces new components required in iOS and Android files, among others.

addresses #17