Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoesuv/flutter-switch-theme
https://github.com/yoesuv/flutter-switch-theme
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yoesuv/flutter-switch-theme
- Owner: yoesuv
- Created: 2023-06-15T10:16:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-27T04:28:12.000Z (4 months ago)
- Last Synced: 2024-08-27T05:35:41.777Z (4 months ago)
- Language: Dart
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Flutter switch Light/Dark Theme ##
basic flutter app for switch theme.
download apk file [here](https://e.pcloud.link/publink/show?code=XZfdVCZbY8Slv8dlXy2608wKf1nHQqPKHGV)#### Dependencies ####
```
Flutter 3.24.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 2663184aa7 (2 weeks ago) • 2024-09-11 16:27:48 -0500
Engine • revision 36335019a8
Tools • Dart 3.5.3 • DevTools 2.37.3
```#### Screenshot Android ####
| ![](https://i.imgur.com/VefgPb6.png) | ![](https://i.imgur.com/VHKnuKx.png) | ![](https://i.imgur.com/KbYHNvh.png) | ![](https://i.imgur.com/UkU5pLb.png) |
| :---: | :---: | :---: | :---: |#### Screenshot iOS ####
| ![](https://images2.imgbox.com/97/dc/lREOy8Ec_o.png) | ![](https://images2.imgbox.com/3d/c4/6MG2SBTB_o.png) | ![](https://images2.imgbox.com/92/b8/YwqEbWbX_o.png) | ![](https://images2.imgbox.com/fc/cf/O1fxcrSD_o.png) |
| :---: | :---: | :---: | :---: |#### Libraries ####
- [Equatable](https://pub.dev/packages/equatable)
- [Flutter Bloc](https://pub.dev/packages/flutter_bloc)
- [Shared Preference](https://pub.dev/packages/shared_preferences)