An open API service indexing awesome lists of open source software.

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

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...