added bend_box

This commit is contained in:
agrapine
2019-08-07 19:05:39 +01:00
parent 810d060d44
commit 7493b964be
6 changed files with 54 additions and 47 deletions

View File

@@ -1,7 +1,10 @@
import 'dart:async';
library scoped;
import 'dart:async';
import 'package:flutter/services.dart';
export 'src/bend_box.dart';
class Ux {
static const MethodChannel _channel =
const MethodChannel('ux');