File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1
1
library flutter_form_builder;
2
2
3
3
export 'package:flutter_typeahead/flutter_typeahead.dart' ;
4
+ export 'package:signature/signature.dart' ;
4
5
5
6
export './src/fields/form_builder_checkbox.dart' ;
6
7
export './src/fields/form_builder_checkbox_list.dart' ;
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ import 'package:signature/signature.dart';
9
9
class FormBuilderSignaturePad extends StatefulWidget {
10
10
final String attribute;
11
11
final List <FormFieldValidator > validators;
12
+ @Deprecated ('There is currently no way of converting Uint8List to List<Point> - https://github.com/4Q-s-r-o/signature/issues/17.'
13
+ 'To Pass a list of points is initial value use `SignatureController`.' )
12
14
final Uint8List initialValue;
13
15
final bool readOnly;
14
16
final InputDecoration decoration;
You can’t perform that action at this time.
0 commit comments