feat:增加分享图片功能

This commit is contained in:
2025-11-20 18:43:09 +08:00
parent a9f2e102c5
commit 4f033a4d0a
10 changed files with 220 additions and 4 deletions

View File

@@ -44,14 +44,17 @@ class _HomePage extends State<HomePage> {
onPressed: () {
buildBottomSheet(context);
},
)
),
],
)
),
],
),
// backgroundColor: Color(0xFFF5F5F5),
drawer: SettingsDrawer(),
body: Padding(padding: EdgeInsets.all(10), child: tabPages[_currentIndex]),
body: Padding(
padding: EdgeInsets.all(10),
child: tabPages[_currentIndex],
),
bottomNavigationBar: buildBottomNavBar(
currentIndex: _currentIndex,
onTap: (index) {