https://github.com/ecamlioglu/phaseofthemoon
Flutter Example Project is a PhasesofMoon
https://github.com/ecamlioglu/phaseofthemoon
Last synced: 8 months ago
JSON representation
Flutter Example Project is a PhasesofMoon
- Host: GitHub
- URL: https://github.com/ecamlioglu/phaseofthemoon
- Owner: ecamlioglu
- License: mit
- Created: 2020-02-02T15:51:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T22:30:57.000Z (almost 6 years ago)
- Last Synced: 2025-01-24T02:32:41.048Z (over 1 year ago)
- Language: Dart
- Size: 353 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# *Phase of the Moon* in *Flutter*
## The Phases of the Moon
This project is a Flutter example app.
The screen components, local file reading and web gif reading mechanism was used to within the scope of the project.
### Which use flutter components
- Container, Column, Row
- Fade in Image, Image, Circle Image
------
- Flutter Dark Theme
- ~~~~dart
return MaterialApp(
...
darkTheme: ThemeData.dark(),
...
);
~~~~
### App Screen
------

> Use this [link](https://flutter.dev/docs/development/ui) for more components...