Skip to content

Commit

Permalink
🔖 Release version 2.12.6+151
Browse files Browse the repository at this point in the history
Fix deprecated members
  • Loading branch information
iqfareez committed Oct 10, 2024
1 parent 185c13d commit 3d781b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class MyHomePage extends StatelessWidget {
style: GoogleFonts.balooTamma2(fontWeight: FontWeight.bold)),
elevation: 0.0,
backgroundColor: Theme.of(context).colorScheme.primary,
foregroundColor: Theme.of(context).colorScheme.background,
foregroundColor: Theme.of(context).colorScheme.surface,
centerTitle: true,
toolbarHeight: 50,
),
Expand Down
2 changes: 1 addition & 1 deletion lib/views/prayer_time_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class SolatCard extends StatelessWidget {
child: Card(
clipBehavior: Clip.hardEdge,
child: InkWell(
splashColor: Theme.of(context).colorScheme.surfaceVariant,
splashColor: Theme.of(context).colorScheme.surfaceContainerHighest,
onLongPress: () => Clipboard.setData(ClipboardData(
text: '$name: ${time.format(value.use12hour)}'))
.then((value) {
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ description: App waktu solat seluruh Malaysia

publish_to: "none" # Remove this line if you wish to publish to pub.dev

# After update this value, check the flutter version in the [environment.flutter]
version: 2.12.5+150
version: 2.12.6+151

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 3d781b2

Please sign in to comment.