https://github.com/felangel/flutter_text_view_plugin
A simple flutter plugin that demonstrates how to use PlatformViews with Android to embed native views within the flutter widget tree.
https://github.com/felangel/flutter_text_view_plugin
Last synced: 6 months ago
JSON representation
A simple flutter plugin that demonstrates how to use PlatformViews with Android to embed native views within the flutter widget tree.
- Host: GitHub
- URL: https://github.com/felangel/flutter_text_view_plugin
- Owner: felangel
- License: other
- Created: 2018-09-07T06:10:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T06:44:25.000Z (about 7 years ago)
- Last Synced: 2024-10-19T00:14:49.817Z (12 months ago)
- Language: Dart
- Size: 112 KB
- Stars: 44
- Watchers: 3
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# [Flutter] PlatformViews - TextViewPlugin
A simple flutter plugin that demonstrates how to use PlatformViews with Android to embed native views within the flutter widget tree.
# License
```
Copyright 2018 Felix AngelovLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```