Skip to content

95Revolution/Kiyamuda-flutter

Repository files navigation

Kiyamuda

Kiyamuda

License Discord Slack

About Kiyamuda

Kiyamuda is a Geo-location based reviewing portal that hopes to bring accountability to both private & public sectors.

Kiyamuda is an open source initiative launched by 95Revolution 😊 in order to spread goodwill ❤️ for the Sri Lankan society.

If you are a huge nerd like us help us to help you by contributing to this awesome adventure.

Show us you're capabilities 💪 and the spread message about our journey!!!

Tech Stack

Kiyamuda portal is fully powered with the worlds neweset heartbreaker JS. From backend to frontend all the bits are configured using the MEAN stack.

Also, we are actively developing our Flutter based app for your downloads. We are using the concepts of Flutter because our motto is,

Be lazy, code less, run anywhere any way you want

Current Progress

Right now we have successfully launched our alpha version of the Kiyamuda portal. Check the progress and contribute to the cause.

How to setup

Clone the project using

git clone

Run the project via

flutter run

Now, find 🪲 and create issues so we can help you 😁.

Guidelines

We are modularizing our project for the ease of management. Flutter supports this by providing us the concept of widgets.

Following is a sample setup you can use anywhere.

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
          appBar: AppBar(
            title: Text('Kiyamuda'),
          ),
          body: ReportManager('Report Tester')),
    );
  }
}

TO DO

Visit our project board to get the latest details about the Kiyamuda portal

License

FOSSA Status

About

A Geo-Location based reviewing portal for the Sri Lankans

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published