-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f814270
commit 890956a
Showing
13 changed files
with
50 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
// @author TechAurelian <[email protected]> (https://techaurelian.com) | ||
// Copyright 2020-2024 Hellogramming. All rights reserved. | ||
// Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file or at | ||
// https://hellogramming.com/weekdaycounters/license/. | ||
|
||
import 'package:shared_preferences/shared_preferences.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
// @author TechAurelian <[email protected]> (https://techaurelian.com) | ||
// Copyright 2020-2024 Hellogramming. All rights reserved. | ||
// Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file or at | ||
// https://hellogramming.com/weekdaycounters/license/. | ||
|
||
import '../screens/home_screen.dart'; | ||
|
||
|
@@ -34,11 +35,11 @@ class AppStrings { | |
|
||
static String shareText(String name, String value) => 'The $name is $value'; | ||
|
||
static const String rateAppURL = 'https://appliberated.com/weekdaycounters/rate/'; | ||
static const String rateAppURL = 'https://hellogramming.com/weekdaycounters/rate/'; | ||
|
||
static const String aboutURL = 'https://appliberated.com/weekdaycounters/'; | ||
static const String aboutURL = 'https://hellogramming.com/weekdaycounters/'; | ||
|
||
static const String viewSourceURL = 'https://github.com/Appliberated/weekday_counters'; | ||
static const String viewSourceURL = 'https://github.com/Hellogramming/weekday_counters'; | ||
|
||
// ----------------------------------------------------------------------------------------------- | ||
// Main functionality | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
// @author TechAurelian <[email protected]> (https://techaurelian.com) | ||
// Copyright 2020-2024 Hellogramming. All rights reserved. | ||
// Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file or at | ||
// https://hellogramming.com/weekdaycounters/license/. | ||
|
||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
// @author TechAurelian <[email protected]> (https://techaurelian.com) | ||
// Copyright 2020-2024 Hellogramming. All rights reserved. | ||
// Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file or at | ||
// https://hellogramming.com/weekdaycounters/license/. | ||
|
||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
// @author TechAurelian <[email protected]> (https://techaurelian.com) | ||
// Copyright 2020-2024 Hellogramming. All rights reserved. | ||
// Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file or at | ||
// https://hellogramming.com/weekdaycounters/license/. | ||
|
||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
// @author TechAurelian <[email protected]> (https://techaurelian.com) | ||
// Copyright 2020-2024 Hellogramming. All rights reserved. | ||
// Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file or at | ||
// https://hellogramming.com/weekdaycounters/license/. | ||
|
||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
// @author TechAurelian <[email protected]> (https://techaurelian.com) | ||
// Copyright 2020-2024 Hellogramming. All rights reserved. | ||
// Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file or at | ||
// https://hellogramming.com/weekdaycounters/license/. | ||
|
||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
// @author TechAurelian <[email protected]> (https://techaurelian.com) | ||
// Copyright 2020-2024 Hellogramming. All rights reserved. | ||
// Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file or at | ||
// https://hellogramming.com/weekdaycounters/license/. | ||
|
||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
// @author TechAurelian <[email protected]> (https://techaurelian.com) | ||
// Copyright 2020-2024 Hellogramming. All rights reserved. | ||
// Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file or at | ||
// https://hellogramming.com/weekdaycounters/license/. | ||
|
||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
// @author TechAurelian <[email protected]> (https://techaurelian.com) | ||
// Copyright 2020-2024 Hellogramming. All rights reserved. | ||
// Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file or at | ||
// https://hellogramming.com/weekdaycounters/license/. | ||
|
||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// Copyright 2020-2024 Appliberated (https://appliberated.com). All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
// @author TechAurelian <[email protected]> (https://techaurelian.com) | ||
// Copyright 2020-2024 Hellogramming. All rights reserved. | ||
// Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file or at | ||
// https://hellogramming.com/weekdaycounters/license/. | ||
|
||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters