Web Deployed – Rugburn https://rugburn.dev Software Development Wed, 22 Oct 2025 00:03:32 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.4 https://i0.wp.com/rugburn.dev/wp-content/uploads/2025/07/20250729_2055_Software-Developer-Logo_remix_01k1cghcbzfzy8hv45v6gsykj2.webp?fit=32%2C32&ssl=1 Web Deployed – Rugburn https://rugburn.dev 32 32 244879875 Flutter Quiz App https://rugburn.dev/flutter-quiz-app/ Sun, 05 Oct 2025 14:13:45 +0000 https://rugburn.dev/?p=626 .flutter-embed-container { display: flex; justify-content: center; align-items: center; padding: 20px; background: #f5f5f5; } .mobile-frame { width: 375px; height: 667px; border-radius: 30px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.3); border: 10px solid #1a1a1a; position: relative; } .mobile-frame iframe { width: 100%; height: 100%; border: none; } /* Responsive - full width on mobile */ @media (max-width: 768px) { .mobile-frame { width: 100%; height: 800px; border-radius: 0; border: none; } }

Developed with Flutter 3.35 / Dart 3.9

This project is a basic cross-platform Quiz App demo, developed using Flutter and coded in Dart. Current question database is loaded with Flutter quiz questions, but could be easily converted to other topics. The demo is hosted on firebase, so check out the live Quiz Web App.

This project also makes use of component testing to ensure project navigation, structure, and behavior function as expected with any future changes.

Testing

Skills

  • Firebase hosting
  • Cross-Platform development using Dart and Flutter
  • Web App Deployment
  • Stateless and Stateful Widgets
  • Component Testing using flutter_test Testing Suite
]]>
626