Flashlight app with minimalistic design and several work modes.
Compose flashlight is an app that attempts to use the latest cutting edge libraries and tools. As a summary:
- Entirely written in Kotlin
- Uses Jetpack Compose for building native UI
- Uses Navigation Compose for navigation between screens
- Uses Kotlin Coroutines throughout
- Uses Data Store as data storage solution
- Uses Hilt for dependency injection
If you've found an error in this sample, please file an issue.
Patches are encouraged and may be submitted by forking this project and submitting a pull request. Since this project is still in its very early stages, if your change is substantial, please raise an issue first to discuss it.
Copyright 2021 MidnightDev
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.