Transition to Flutter: Migrate web app to cross-platform Flutter application#9
Draft
Transition to Flutter: Migrate web app to cross-platform Flutter application#9
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: tseminghong <[email protected]>
Deploying dse with
|
| Latest commit: |
939d056
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://bc305479.dse-x5x.pages.dev |
| Branch Preview URL: | https://copilot-transition-to-flutte.dse-x5x.pages.dev |
Co-authored-by: tseminghong <[email protected]>
Co-authored-by: tseminghong <[email protected]>
…stency Co-authored-by: tseminghong <[email protected]>
…vice layer Co-authored-by: tseminghong <[email protected]>
…d BackdropFilter Co-authored-by: tseminghong <[email protected]>
Co-authored-by: tseminghong <[email protected]>
Co-authored-by: tseminghong <[email protected]>
Copilot
AI
changed the title
[WIP] Transition to Flutter framework
Transition to Flutter: Migrate web app to cross-platform Flutter application
Nov 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrates the DSE Past Papers web application from static HTML/CSS/JS to Flutter for cross-platform deployment (Web, iOS, Android).
Implementation
Core Application (558 LOC Dart)
lib/main.dart- Material Design 3 app with Inter typographylib/screens/home_screen.dart- Subject grid with glassmorphic cardslib/screens/subject_screen.dart- Subject details with dynamic year generationlib/widgets/glass_card.dart- Reusable glass card usingBackdropFilterlib/services/subject_service.dart- Subject data providerlib/models/subject.dart- Subject data modellib/constants.dart- App-wide constants (colors, gradients, years)Platform Configuration
Architecture Decisions
startYearfor testabilityBackdropFilterper card (removed nested blur for performance)flutter,google_fonts,cupertino_iconsPreserved
Example
Documentation
MIGRATION.md- Architecture comparison and migration rationaleQUICKSTART.md- Developer setup (5 min to first run)FEATURES.md- Current features and roadmapSUMMARY.md- Project metrics and completion statusWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://storage.googleapis.com/flutter_infra_release/flutter/13e658725ddaa270601426d1485636157e38c34c/dart-sdk-linux-x64.zip/usr/bin/curl curl --retry 3 --continue-at - --location --output /tmp/flutter/bin/cache/dart-sdk-linux-x64.zip REDACTED(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.