packages: add flutter_elinux package for platform views (#206)

https://github.com/sony/flutter-embedded-linux/issues/41

Signed-off-by: Hidenori Matsubayashi <[email protected]>
This commit is contained in:
Hidenori Matsubayashi
2023-08-23 18:44:46 +00:00
committed by GitHub
parent dd7d8cb2c5
commit 23d92c6c04
34 changed files with 3301 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
// Copyright 2023 Sony Group Corporation. All rights reserved.
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
export 'src/rendering/platform_view.dart';
export 'src/services/platform_views.dart';
export 'src/widgets/platform_view.dart';