Skip to content

Commit

Permalink
Replace Network Image (#23)
Browse files Browse the repository at this point in the history
* change network images to asset

* change network images to asset
  • Loading branch information
Takane42 committed Oct 2, 2021
1 parent 14a29d8 commit 56d2863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/screens/splash_screen.dart
Expand Up @@ -51,8 +51,8 @@ class _SplashScreenState extends State<SplashScreen> {
width: Utils.width,
decoration: BoxDecoration(
image: DecorationImage(
image: NetworkImage(
'https://res.cloudinary.com/vidita/image/upload/v1625389955/logo_kayvjr.png',
image: AssetImage(
"assets\images\mlsa-logo.png",
),
//fit: BoxFit.cover,
),
Expand Down

0 comments on commit 56d2863

Please sign in to comment.