NuGet CLI Setup
To integrate Mellowtel into your Flutter applications on Windows, you need the NuGet CLI tool. Follow these steps:- Download
nuget.exefrom NuGet CLI download page - Create a folder (e.g.,
C:\Tools\NuGet) and placenuget.exethere - Add the folder to your Windows PATH:
- Open System Properties > Advanced > Environment Variables
- Under System Variables, edit Path
- Add the folder path (e.g.,
C:\Tools\NuGet)
- Verify installation by running
nugetin a new terminal