Skip to content

Commit

Permalink
Swap putrajaya & kl
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Sep 20, 2020
1 parent 69b5f18 commit 497cff2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/grouped.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
{
"zone": "WLY01",
"negeri": "Wilayah Persekutuan",
"lokasi": "Putrajaya, Kuala Lumpur"
"lokasi": "Kuala Lumpur, Putrajaya "
},
{
"zone": "WLY02",
Expand Down
10 changes: 10 additions & 0 deletions lib/views/SupportAndDonate.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import 'package:flutter/material.dart';

class SupportPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container(
//TODO: Donation page
);
}
}

0 comments on commit 497cff2

Please sign in to comment.