A clock app written with flutter framework, developed as a part of OzoneApps ecosystem.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Any operating system (e.g. Linux, Windows, MacOS X)
- A little knowledge of Dart and Flutter. Don't worry if you are new to it, we are here to help.
- Any IDE with Flutter SDK installed (e.g. VSCode, Android Studio, etc)
- Download Flutter from the below link
https://flutter.dev/docs/get-started/install
- Get the dependencies
flutter pub get
- Run the app
flutter run
- Abhi Jain
Licensed under the Apache License, Version 2.0
Please raise a feature request or issue before sending PR for the same.
Follow the below guidelines for proper coding practices:
- Always create a new branch for your changes and make PR from it ONLY.
- Write neat code with proper comments.
- Follow PEP8 coding style.
- Write descriptive commit messages. Please read this for more information.
- Write detailed PR messages and include
fixes #ISSUE_NUMBER
it if closes an issue, otherwise useconcerns #ISSUE_NUMBER
to tag the related issues. Please refer here for more PR guidelines. - It is recommended to have a single commit for a task.
- Use DRY principles to create maintainable code.