Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonavichus committed Sep 23, 2022
1 parent f74760d commit 01fe9ea
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 6 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ In our application, you can group your tasks into categories and assign them a c
Localization and themes are also present.

### Screenshots:
<img src="/readme/Screenshot_20220831-141423.jpg" width="150"/> <img src="/readme/Screenshot_20220831-141440.jpg" width="150"/> <img src="/readme/Screenshot_20220831-141501.jpg" width="150"/> <img src="/readme/Screenshot_20220831-141515.jpg" width="150"/> <img src="/readme/Screenshot_20220831-141612.jpg" width="150"/>
<img src="/readme/home.jpg" width="150"/> <img src="/readme/add_card.jpg" width="150"/> <img src="/readme/add_task.jpg" width="150"/> <img src="/readme/null_task.jpg" width="150"/> <img src="/readme/tasks.jpg" width="150"/>

### Download:
[![Play Store](https://img.shields.io/badge/Google_Play-414141?style=for-the-badge&logo=google-play&logoColor=white)](https://play.google.com/store/apps/details?id=com.yoshi.todark)
[![AppGallery](https://img.shields.io/badge/AppGallery-red?style=for-the-badge)]()
[![RuStore](https://img.shields.io/badge/RuStore-blue?style=for-the-badge&logo=vk&logoColor=white)]()

1 change: 0 additions & 1 deletion lib/app/data/services/storage/services.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class StorageService extends GetxService {
late GetStorage _box;
Future<StorageService> init() async {
_box = GetStorage();
// await _box.write(taskKey, []);
await _box.writeIfNull(taskKey, []);
return this;
}
Expand Down
1 change: 0 additions & 1 deletion lib/app/modules/detail/widgets/doing_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ class _DoingListState extends State<DoingList> {
Padding(
padding: EdgeInsets.symmetric(horizontal: 15.w),
child: Divider(
// thickness: 1,
color: theme.dividerColor,
),
),
Expand Down
1 change: 0 additions & 1 deletion lib/app/modules/home/widgets/add_dialog.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// ignore_for_file: depend_on_referenced_packages

import 'package:dark_todo/app/core/utils/extensions.dart';
import 'package:dark_todo/app/modules/home/controller.dart';
import 'package:flutter/material.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class MyApp extends StatelessWidget {
themeMode: themeController.theme,
theme: theme,
localizationsDelegates: const [
AppLocalizations.delegate, // Add this line
AppLocalizations.delegate,
GlobalMaterialLocalizations.delegate,
GlobalWidgetsLocalizations.delegate,
GlobalCupertinoLocalizations.delegate,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

publish_to: 'none'

version: 1.0.5+6
version: 1.1.0+7

environment:
sdk: ">=2.17.6 <3.0.0"
Expand Down
Binary file removed readme/Screenshot_20220831-141423.jpg
Binary file not shown.
Binary file removed readme/Screenshot_20220831-141440.jpg
Binary file not shown.
Binary file removed readme/Screenshot_20220831-141501.jpg
Binary file not shown.
Binary file removed readme/Screenshot_20220831-141515.jpg
Binary file not shown.
Binary file removed readme/Screenshot_20220831-141612.jpg
Binary file not shown.
Binary file added readme/add_card.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/add_task.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/home.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/null_task.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/tasks.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 01fe9ea

Please sign in to comment.