|
|
@@ -1,5 +1,4 @@
|
|
|
import 'package:flutter/material.dart';
|
|
|
-// import 'package:share_plus/share_plus.dart';
|
|
|
import 'package:fun_selfie_app/utils/common_toast.dart';
|
|
|
|
|
|
class NewsDetailPage extends StatefulWidget {
|
|
|
@@ -30,11 +29,9 @@ class _NewsDetailPageState extends State<NewsDetailPage> {
|
|
|
child: Scaffold(
|
|
|
appBar: AppBar(title: const Text('活动详情'), actions: <Widget>[
|
|
|
IconButton(
|
|
|
- icon: const Icon(Icons.share_sharp),
|
|
|
+ icon: const Icon(Icons.edit_outlined),
|
|
|
onPressed: () async {
|
|
|
CommonToast.okToast('点击了分享');
|
|
|
- // await Share.share('我正在使用非常合拍即图APP, 来一起使用吧。',
|
|
|
- // subject: 'Look what I顶顶顶顶 made!');
|
|
|
},
|
|
|
),
|
|
|
Padding(
|