https://github.com/meg4cyberc4t/choose_color_theme_template
This template will help you choose a color scheme for the application, show how widgets interact with it
https://github.com/meg4cyberc4t/choose_color_theme_template
design flutter material template
Last synced: 25 days ago
JSON representation
This template will help you choose a color scheme for the application, show how widgets interact with it
- Host: GitHub
- URL: https://github.com/meg4cyberc4t/choose_color_theme_template
- Owner: meg4cyberc4t
- License: gpl-3.0
- Created: 2022-02-12T15:00:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T16:04:13.000Z (over 3 years ago)
- Last Synced: 2025-04-09T12:42:33.304Z (about 2 months ago)
- Topics: design, flutter, material, template
- Language: Dart
- Homepage:
- Size: 141 KB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# choose_color_theme_template
This template will help you choose a color scheme for the application, show how widgets interact with it
In order to connect the theme, change the line in `theme_data_service.dart`
```dart
static ThemeData get themeData => colorSchemeThemeData3;
```
the name of the desired ThemeData.
### For using as template
- Click on the repository page "Use this template"
- Cloning our new repository
- Changing pubspec.yaml
```yaml
name: YourTitle
description: YourDescriptionIfExists
version: 1.0.0+1
```
- Changing /android/app/build.gradle
```gradle
defaultConfig {
// Your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.id"
```
### Screenshots
##### classicDarkThemeData
![]()
![]()
![]()
![]()
##### classicDarkThemeData
![]()
![]()
![]()
![]()
##### localThemeData2
![]()
![]()
![]()
![]()
##### customThemeData
![]()
![]()
![]()
![]()
##### darkThemeDataNotify
Many widgets may not match the application. It's better to see the source code (https://github.com/meg4cyberc4t/notify)
![]()
![]()
![]()
![]()
## If you liked it or even used it
**Please put an star or make a fork to your profile** ❤️## For developers or kind people
You can make Issue, pull requests, offer your widgets. I am ready for any change to this repository for the better.