NuGet CLI Setup
To integrate Mellowtel into your Flutter applications on Windows, you need the NuGet CLI tool. Follow these steps:- Download
nuget.exe
from NuGet CLI download page - Create a folder (e.g.,
C:\Tools\NuGet
) and placenuget.exe
there - 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
nuget
in a new terminal