added bend_box
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user