Skip to content

Commit

Permalink
Fix doctors JSON model
Browse files Browse the repository at this point in the history
  • Loading branch information
MillerAdulu committed Oct 26, 2018
1 parent 5c8ad65 commit 7a682db
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions lib/models/doctors/doctor.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/ui/dashboard.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class _DashboardState extends State<Dashboard> {
child: Column(mainAxisSize: MainAxisSize.min, children: <Widget>[
FadeInImage.memoryNetwork(
placeholder: kTransparentImage,
image: 'https://picsum.photos/400',
image: 'https://picsum.photos/400?random',
),
ListTile(
leading: Icon(Icons.perm_identity),
Expand Down

0 comments on commit 7a682db

Please sign in to comment.