add new assets icon and logo
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import 'dart:ui';
|
||||
|
||||
import 'package:flutter/cupertino.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/widgets.dart';
|
||||
import 'package:rive/rive.dart';
|
||||
|
||||
import 'components/animated_btn.dart';
|
||||
@@ -81,6 +83,9 @@ class _OnbodingScreenState extends State<OnbodingScreen> {
|
||||
),
|
||||
),
|
||||
SizedBox(height: 16),
|
||||
Image(
|
||||
image: AssetImage('assets/Logo/Logo.png'),
|
||||
),
|
||||
Text(
|
||||
"Ideato e creato da: Kagir, Ken ",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user