refactor: remove transparent background color from app bars
Some checks failed
Flutter CI & Release / Test (push) Has been cancelled
Flutter CI & Release / Build Android APKs (push) Has been cancelled
Flutter CI & Release / build_linux (push) Has been cancelled
Flutter CI & Release / Create GitHub Release (push) Has been cancelled

This commit is contained in:
Dr.Blank 2025-04-19 19:47:25 +05:30
parent 5f85df4d19
commit c3d3a3900d
No known key found for this signature in database
GPG key ID: BA5F87FF0560C57B
5 changed files with 0 additions and 5 deletions

View file

@ -13,7 +13,6 @@ class DownloadsPage extends HookConsumerWidget {
return Scaffold(
appBar: AppBar(
title: const Text('Downloads'),
backgroundColor: Colors.transparent,
),
body: Center(
// history of downloads

View file

@ -30,7 +30,6 @@ class ExplorePage extends HookConsumerWidget {
return Scaffold(
appBar: AppBar(
title: const Text('Explore'),
backgroundColor: Colors.transparent,
),
body: const MySearchBar(),
);

View file

@ -8,7 +8,6 @@ class LibraryItemSliverAppBar extends StatelessWidget {
@override
Widget build(BuildContext context) {
return SliverAppBar(
backgroundColor: Colors.transparent,
elevation: 0,
floating: true,
primary: true,

View file

@ -23,7 +23,6 @@ class YouPage extends HookConsumerWidget {
return Scaffold(
appBar: AppBar(
// title: const Text('You'),
backgroundColor: Colors.transparent,
actions: [
IconButton(
tooltip: 'Logs',

View file

@ -19,7 +19,6 @@ class HomePage extends HookConsumerWidget {
final scrollController = useScrollController();
return Scaffold(
appBar: AppBar(
backgroundColor: Colors.transparent,
title: GestureDetector(
child: Text(
'Vaani',