https://github.com/shubhamhackz/light_dark_toggle
An awesome flutter app which artistically animates light and dark mode 😍
https://github.com/shubhamhackz/light_dark_toggle
app apps art beautiful dark-theme dart dartlang design dribbble flutter flutter-apps flutter-demo flutter-examples theme-ui toggle-buttons toggle-switches ui ui-components ui-design uikit
Last synced: 5 days ago
JSON representation
An awesome flutter app which artistically animates light and dark mode 😍
- Host: GitHub
- URL: https://github.com/shubhamhackz/light_dark_toggle
- Owner: shubhamhackz
- License: mit
- Created: 2020-07-16T05:28:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T08:12:02.000Z (almost 5 years ago)
- Last Synced: 2025-03-31T21:42:51.839Z (about 2 months ago)
- Topics: app, apps, art, beautiful, dark-theme, dart, dartlang, design, dribbble, flutter, flutter-apps, flutter-demo, flutter-examples, theme-ui, toggle-buttons, toggle-switches, ui, ui-components, ui-design, uikit
- Language: Dart
- Homepage:
- Size: 22.8 MB
- Stars: 244
- Watchers: 15
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Light Dark Toggle
Made with 🔥 in India
This flutter app is based on the design made by Matthieu Souteyrand on [Dribble](https://dribbble.com/shots/5846239-Light-dark-toggle-switch-InVision-Studio).He describes the design as:
> Back to UI motion with Invision Studio! This shot is a simple idea I had in mind, mixing a segmented control / toggle hybrid with a light theme / dark theme motion into one visual.## App Design
## Download App
Note : Uploaded apk is a fat apk which works on armeabi-v7a (ARM 32-bit), arm64-v8a (ARM 64-bit), and x86-64 (x86 64-bit). If you want small size apk then please clone this reposittory and generate one using Android Studio or Visual Studio Code.
[](https://github.com/shubhamhackz/light_dark_toggle/blob/master/files/app-release.apk)## Screenshots
 ## Author
- [Facebook](https://www.facebook.com/shubhamhackz)
- [Twitter](https://www.twitter.com/shubhamhackz)
- [Stackoverflow](https://stackoverflow.com/users/6915572/shubhamhackz?tab=profile)
- [Medium](https://medium.com/@shubhamhackzz)
- [Instagram](https://www.instagram.com/shubhamhackz)## License
```
MIT LicenseCopyright (c) 2020 Shubham Soni
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```