Skip to content

Commit

Permalink
changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamTiwari55 committed Dec 9, 2023
1 parent db5e267 commit bc8037a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/views/after_auth_screens/profile/profile_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ProfilePage extends StatelessWidget {
sId: '123',
description: 'This is a sample post description.',
createdAt: DateTime.now().subtract(const Duration(days: 2)),
imageUrl: 'https://example.com/sample_image.jpg',
imageUrl: 'https://images.unsplash.com/photo-1701725313832-d8f7fadb3006?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwzfHx8ZW58MHx8fHx8',
base64String: 'base64encodedstring',
videoUrl: 'https://example.com/sample_video.mp4',
creator: User(
Expand Down Expand Up @@ -242,9 +242,7 @@ class ProfilePage extends StatelessWidget {
const Tab(text: 'Tasks'),
],
views: [
Container(
child: IndividualPostView(post: samplePost),
),
IndividualPostView(post: samplePost),
Container(
color: Theme.of(context).colorScheme.background,
),
Expand Down

0 comments on commit bc8037a

Please sign in to comment.