nativeapi_flutter 0.4.0
nativeapi_flutter: ^0.4.0 copied to clipboard
Flutter integration for nativeapi: widgets, dart:ui conversions and the multi-window bridge on top of package:nativeapi.
0.4.0 #
- Initial release. It re-exports
package:nativeapi. View,TextFieldandEdgeInsetsfrom nativeapi are not re-exported, as Flutter already has widgets and a class of those names; use the native ones through a prefixedpackage:nativeapi/nativeapi.dartimport.- Holds the Flutter side of nativeapi, which is now a plain Dart package: the
widgets (
DragToMoveArea,DragToResizeArea,DragOutArea,DropRegion,ContextMenuRegion),ImageAssetandpackage:nativeapi_flutter/windowing.dartmoved here fromnativeapi. - Conversions between nativeapi's
Point,Size,Rectangle,ColorandBrightnessanddart:ui'sOffset,Size,Rect,ColorandBrightness. - The re-export of
package:nativeapileaves outBrightness,Color,Display,Image,ModifierKey,ShortcutManagerandSize, which clash with Flutter's names.