Integrate Mellowtel
Windows Setup
Windows setup instructions
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
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.