Skip to content

Instantly share code, notes, and snippets.

View budescode's full-sized avatar

Omonbude Emmanuel Osakpolor budescode

View GitHub Profile
@CoderNamedHendrick
CoderNamedHendrick / onboard_cards.dart
Last active January 22, 2022 09:17
Basic onboard cards
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {