Upload & sell your music on Apple, Spotify, Amazon and YouTube Music | DistroKid
https://www.patreon.com/auroray
Swift2dart code4app
import ‘package:flutter/material.dart’;
class OnboardingScreen extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Colors.white,
body: Center(
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Image.asset(
'assets/RAYZAPP.png', // Make sure to place your image in the assets folder
width: 200,
height: 200,
),
SizedBox(height: 20),
ElevatedButton(
onPressed: () {
Navigator.pushNamed(context, 'showQuestionnaire');
},
child: Text(
'Start Assessment',
style: TextStyle(fontSize: 20, fontWeight: FontWeight.bold),
),
style: ElevatedButton.styleFrom(
primary: Colors.blue,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(8),
),
padding: EdgeInsets.symmetric(horizontal: 20, vertical: 10),
),
),
],
),
),
);
}
}
https://anchor.fm/rayscast
Check out my podcast, RAYCAST, on Spotify for Podcasters! https://anchor.fm/rayscast
RAYCAST
Lions cheetahs bears foxes
Watch “How sad is this? I hope he is getting the mental health care. He so badly needs. ” on YouTube
Join IFTTT
Join IFTTT. Get 10% off when you sign up with my link: https://ifttt.com/join?referral_code=-KQ-RBtaQJ7fzXbPbc2XmlO0bF5uDCF7
Getting Started – Crh2123
Getting Started – Crh2123
https://app.circleci.com/launchpad/github/Crh2123/getting-started