Skip to content

Commit

Permalink
Default Time Format & Language is German and dd.MM.yyyy (24.09.2024) …
Browse files Browse the repository at this point in the history
…+ ReadMe.md file update
  • Loading branch information
Sooftyy committed Sep 24, 2024
1 parent a0f071c commit c280507
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# water_minder
# WaterMinder

Reminds you to drink Water!
Drink your daily needed Water

## Getting Started

Expand All @@ -14,3 +14,15 @@ A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

## IMPORTANT!

This Project is 100% owned by Sooftyy (Steven or [email protected])
Sooftyy is the only person with the right to Publish or / and earn money from this code.
If you see this you may be part of the Team (because the github repo is privat) BUT you are only allowed to do certain thing with my code:
- read it
- (if i allow you) write it / make a pull request or new branch
- Take Part!

If the App is going public and you officially helped me develop this app you will be credited in the Credits (Sidebar / Settings Menu and then Credis, right now this feature isnt availabel cause i dont need it if only i program the app)

4 changes: 2 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ class _MyHomePageState extends State<MyHomePage> {
final TextEditingController drinkMlController = TextEditingController();

// State for language and date format
String _currentLanguage = 'English'; // Default language
String _currentDateFormat = 'MM.dd.yyyy'; // Default date format
String _currentLanguage = 'German'; // Default language
String _currentDateFormat = 'dd.MM.yyyy'; // Default date format
bool _isDrawerOpen = false;

// Get localized strings based on the current language
Expand Down

0 comments on commit c280507

Please sign in to comment.