https://github.com/cscoderr/flutter_clock_painter
Custom paint with flutter
https://github.com/cscoderr/flutter_clock_painter
dart flutter flutter-apps flutter-examples flutter-ui paint paint-application painter
Last synced: 12 months ago
JSON representation
Custom paint with flutter
- Host: GitHub
- URL: https://github.com/cscoderr/flutter_clock_painter
- Owner: cscoderr
- License: mit
- Created: 2022-11-21T13:28:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T08:18:33.000Z (over 3 years ago)
- Last Synced: 2025-04-08T23:54:49.990Z (about 1 year ago)
- Topics: dart, flutter, flutter-apps, flutter-examples, flutter-ui, paint, paint-application, painter
- Language: Dart
- Homepage:
- Size: 1.7 MB
- Stars: 23
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Clock Painter
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![License: MIT][license_badge]][license_link]
Generated by the [Very Good CLI][very_good_cli_link] 🤖
---
## Getting Started 🚀
This project contains 3 flavors:
- development
- staging
- production
To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:
```sh
# Development
$ flutter run --flavor development --target lib/main_development.dart
# Staging
$ flutter run --flavor staging --target lib/main_staging.dart
# Production
$ flutter run --flavor production --target lib/main_production.dart
```
## Screenshot

[coverage_badge]: coverage_badge.svg
[flutter_localizations_link]: https://api.flutter.dev/flutter/flutter_localizations/flutter_localizations-library.html
[internationalization_link]: https://flutter.dev/docs/development/accessibility-and-localization/internationalization
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
[very_good_cli_link]: https://github.com/VeryGoodOpenSource/very_good_cli