Flow.Editor
0.1.5
dotnet add package Flow.Editor --version 0.1.5
NuGet\Install-Package Flow.Editor -Version 0.1.5
<PackageReference Include="Flow.Editor" Version="0.1.5" />
<PackageVersion Include="Flow.Editor" Version="0.1.5" />
<PackageReference Include="Flow.Editor" />
paket add Flow.Editor --version 0.1.5
#r "nuget: Flow.Editor, 0.1.5"
#:package Flow.Editor@0.1.5
#addin nuget:?package=Flow.Editor&version=0.1.5
#tool nuget:?package=Flow.Editor&version=0.1.5
Flow
Flow is a WPF timeline editor and a reusable .flow project library.
NuGet
The package is intended for Windows WPF applications targeting net9.0-windows.
It exposes Flow.Services.FlowProjectService for reading and writing .flow
files and Flow.Views.Controls.FlowWorkspaceControl for embedding the timeline
and inspector without Flow's window title bar.
<PackageReference Include="Flow.Editor" Version="0.1.5" />
<flow:FlowWorkspaceControl FlowFilePath="C:\Projects\sample.flow" />
var workspace = new FlowWorkspaceControl(filePath);
hostGrid.Children.Add(workspace);
The package contains the current WPF editor assembly, so hosts must run on Windows with WPF enabled. The standalone Flow application remains available for users who want the full title bar and file dialogs.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0-windows7.0 is compatible. net10.0-windows was computed. |
-
net9.0-windows7.0
- CommunityToolkit.Mvvm (>= 8.3.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.