Skip to main contentNuGet 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 place nuget.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
For detailed instructions, visit the official NuGet CLI documentation.
Issues?
If you encounter any issues, please refer to the NuGet CLI documentation for troubleshooting tips or contact our support team on Discord.