Skip to content

Commit

Permalink
Merge pull request #2 from Sooftyy/settings_menu
Browse files Browse the repository at this point in the history
Settings menu
  • Loading branch information
Sooftyy authored Sep 24, 2024
2 parents 59177e3 + 745a826 commit 19ada9d
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 ([email protected] legally Steven H.)
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 19ada9d

Please sign in to comment.