From 497cff2df584e613c596a852e8fe8c4c2cd3613e Mon Sep 17 00:00:00 2001 From: iqFareez <60868965+fareezMaple@users.noreply.github.com> Date: Sun, 20 Sep 2020 12:30:52 +0800 Subject: [PATCH] Swap putrajaya & kl --- assets/grouped.json | 2 +- lib/views/SupportAndDonate.dart | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 lib/views/SupportAndDonate.dart diff --git a/assets/grouped.json b/assets/grouped.json index 4d86331..48627a8 100644 --- a/assets/grouped.json +++ b/assets/grouped.json @@ -283,7 +283,7 @@ { "zone": "WLY01", "negeri": "Wilayah Persekutuan", - "lokasi": "Putrajaya, Kuala Lumpur" + "lokasi": "Kuala Lumpur, Putrajaya " }, { "zone": "WLY02", diff --git a/lib/views/SupportAndDonate.dart b/lib/views/SupportAndDonate.dart new file mode 100644 index 0000000..7483081 --- /dev/null +++ b/lib/views/SupportAndDonate.dart @@ -0,0 +1,10 @@ +import 'package:flutter/material.dart'; + +class SupportPage extends StatelessWidget { + @override + Widget build(BuildContext context) { + return Container( + //TODO: Donation page + ); + } +} \ No newline at end of file