mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-31 06:05:25 +08:00
refactor:文档、文章、组件收藏、新增webView
This commit is contained in:
@ -96,7 +96,6 @@ class PopupMenuButtonCustom extends StatelessWidget {
|
||||
: super();
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
print('onSelected1:${widget.options}');
|
||||
final String selectStr = widget.options['defaultSelect'];
|
||||
return PopupMenuButton(
|
||||
//如果提供,则用于此按钮的widget。
|
||||
|
@ -20,7 +20,6 @@ class _MemoryImageDemoState extends State<MemoryImageDemo> {
|
||||
super.initState();
|
||||
rootBundle.load('assets/images/food01.jpeg').then((data) {
|
||||
if (mounted) {
|
||||
print(data);
|
||||
setState(() {
|
||||
bytes = data.buffer.asUint8List();
|
||||
});
|
||||
|
Reference in New Issue
Block a user