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