Skip to content

Commit

Permalink
changed to relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
hrajwade96 committed Nov 17, 2023
1 parent 6e1538a commit 087ad06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pincode_fetcher/lib/widgets/views/desktop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class DesktopView extends StatelessWidget {
// Overlaying with a pattern. This is just an example, and you might need to fetch a pattern of your choice.
image: DecorationImage(
image: const AssetImage(
'/Users/hrishikeshrajwade/StudioProjects/pin_code_fetcher/pincode_fetcher/assets/template1.png'), // Replace with the path to your pattern image
'assets/template1.png'), // Replace with the path to your pattern image
fit: BoxFit.cover,
colorFilter: ColorFilter.mode(
Colors.black.withOpacity(
Expand Down

0 comments on commit 087ad06

Please sign in to comment.