Plugin.Maui.ScreenRecording
Plugin.Maui.ScreenRecording provides the ability to record the screen from within your app
File Explorer
Download Latest Version (.zip)- bug_report.yml
- feature_request.yml
- ci-sample.yml
- ci.yml
- release-nuget.yml
- CODEOWNERS
- copilot-instructions.md
- copilot-setup-steps.yml
- FUNDING.yml
- pull_request_template.md
- colors.xml
- AndroidManifest.xml
- MainActivity.cs
- MainApplication.cs
- AppDelegate.cs
- Info.plist
- Program.cs
- AppDelegate.cs
- Info.plist
- Program.cs
- Main.cs
- tizen-manifest.xml
- app.manifest
- App.xaml
- App.xaml.cs
- Package.appxmanifest
- launchSettings.json
- appicon.svg
- appiconfg.svg
- OpenSans-Regular.ttf
- OpenSans-Semibold.ttf
- AboutAssets.txt
- splash.svg
- Colors.xaml
- Styles.xaml
- App.xaml
- App.xaml.cs
- AppShell.xaml
- AppShell.xaml.cs
- MainPage.xaml
- MainPage.xaml.cs
- MauiProgram.cs
- ScreenRecordingSample.csproj
- ScreenRecordingSample.sln
- AppBuilderExtensions.shared.cs
- IScreenRecording.shared.cs
- Plugin.Maui.ScreenRecording.csproj
- ScreenRecording.android.cs
- ScreenRecording.macios.cs
- ScreenRecording.net.cs
- ScreenRecording.shared.cs
- ScreenRecording.windows.cs
- ScreenRecordingException.shared.cs
- ScreenRecordingFile.shared.cs
- ScreenRecordingOptions.shared.cs
- ScreenRecordingService.android.cs
- Plugin.Maui.ScreenRecording.sln
- .editorconfig
- .gitattributes
- .gitignore
- LICENSE
- nuget.png
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/jfversluis/Plugin.Maui.ScreenRecording
Downloads the entire project code from GitHub to your computer.
cd Plugin.Maui.ScreenRecording
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd src
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
