All Projects → clean-apps → CleanToDO

clean-apps / CleanToDO

Licence: Apache-2.0 license
A Cleaner To-Do manager for Android, made with Flutter and ❤️

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to CleanToDO

Wanandroid flutter
🔥🔥超完整超漂亮的Flutter版wanAndroid客户端。含wanAndroid已开放的所有功能(包括TODO)。项目包含BloC模式、Provider模式、常规模式。
Stars: ✭ 450 (+2042.86%)
Mutual labels:  todolist, flutter-apps
glass kit
💎 A package containing widgets to implement glass morphism in flutter apps
Stars: ✭ 50 (+138.1%)
Mutual labels:  flutter-apps
Spotify-Clone-using-Flutter
Welcome to Flutter Day 1 to 30 — Building a Spotify Clone using Flutter
Stars: ✭ 48 (+128.57%)
Mutual labels:  flutter-apps
receipt-manager-app
Receipt parser application written in dart.
Stars: ✭ 140 (+566.67%)
Mutual labels:  flutter-apps
data examples
An example app showing different ways to pass to and share data with widgets and pages.
Stars: ✭ 56 (+166.67%)
Mutual labels:  flutter-apps
expense-manager
Developers : Checkout this repo for complete CI-CD of flutter with fastlane. Android/iOS both apps are getting deployed on stores with Fastlane.
Stars: ✭ 28 (+33.33%)
Mutual labels:  flutter-apps
todo list rust
Simple Ncurses Todo List ☑
Stars: ✭ 19 (-9.52%)
Mutual labels:  todolist
Post-it
social media app which is made entirely with flutter and firebase
Stars: ✭ 96 (+357.14%)
Mutual labels:  flutter-apps
shoppers
Flutter E-Commerce App using Firebase, Razorpay and Stripe
Stars: ✭ 94 (+347.62%)
Mutual labels:  flutter-apps
js-study-lv1
단국대학교 자바스크립트 스터디 레벨 1 과정을 위한 저장소
Stars: ✭ 18 (-14.29%)
Mutual labels:  todolist
WhatsAppUIClone
WhatsApp UI Clone with Flutter
Stars: ✭ 66 (+214.29%)
Mutual labels:  flutter-apps
flip view
A Flutter app with flip animation to view profiles of friends. 🌟
Stars: ✭ 69 (+228.57%)
Mutual labels:  flutter-apps
flutter qr code scanner generator sharing
Flutter App For Scanning, Generating, Sharing QR Code
Stars: ✭ 137 (+552.38%)
Mutual labels:  flutter-apps
flutter-furniture-app
Flutter Furniture UI
Stars: ✭ 25 (+19.05%)
Mutual labels:  flutter-apps
flutter analog clock
Analog clock app designed for Flutter Clock Challenge Dec 2019
Stars: ✭ 25 (+19.05%)
Mutual labels:  flutter-apps
weather app flutter
This is a sample Flutter Weather Forecast App for Android and iOS. Without using any state management packages.
Stars: ✭ 30 (+42.86%)
Mutual labels:  flutter-apps
TodoList
Simple todo-list app built with asp.net core mvc
Stars: ✭ 102 (+385.71%)
Mutual labels:  todolist
beer-app
🍺 Example App - Paginate API response with BLoC in Flutter
Stars: ✭ 20 (-4.76%)
Mutual labels:  flutter-apps
flutter octo job search
Octo Job Search app is a job search app built in flutter framework.
Stars: ✭ 59 (+180.95%)
Mutual labels:  flutter-apps
HelpingHand
Leveraging Intelligent Processing Tools and Algorithms to help the Visually Impaired see and navigate 💥✨
Stars: ✭ 29 (+38.1%)
Mutual labels:  flutter-apps

License Stories in Ready Stories in In Progress Build Status GitHub release

A Cleaner and an Easier way to get things done

From work to play, Clean To-Do is the easiest way to get stuff done, every day. Whether you’re planning a holiday, preparing a shopping list or managing multiple work projects, Clean To-Do is here to help you tick off all your personal and professional to-dos very easily

  Get your day in focus

Plan what you want to focus on each morning with the My Day view, and give yourself a powerful productivity boost for the rest of the day.

  Quickly Capture tasks anywhere

Quickly add, organize and schedule your to-dos while you're on the go, add your homework to one list, your groceries to another, your packing list, your work projects and your home DIY projects to yet more lists. With Clean To-Do adding to-do is very quick.

  Add details, create lists and groups

Organize and share your to-do, work, grocery, movies and household lists. No matter what you’re planning, how big or small the task may be, Clean To-Do makes it super easy to get stuff done

  Stay on track with notes, due dates and reminders

Set Due Dates and Reminders and notes. No matter whether your lists are work related or just for fun, you will never miss a deadline again with Clean To-Do in charge.

Get it on Google Play

Screenshots

Usage

  1. Follow the installation instructions on www.flutter.io to install Flutter.

  2. You'll need to create a Firebase instance. Follow the instructions at https://console.firebase.google.com

  3. Once your Firebase instance is created, you'll need to enable anonymous authentication.

    • Go to the Firebase Console for your new instance.

    • Click "Authentication" in the left-hand menu

    • Click the "sign-in method" tab

    • Click "anonymous" and enable it

    • Create an app within your Firebase instance for Android, with package name com.yourcompany.cleantodo

    • Follow instructions to download google-services.json, and place it into clean_todo/android/app/

    • Run the following command to get your SHA-1 key:

      keytool -exportcert -list -v -alias androiddebugkey -keystore ~/.android/debug.keystore
      
    • In the Firebase console, in the settings of your Android app, add your SHA-1 key by clicking "Add Fingerprint".

  4. Clean ToDo can be run like any other Flutter app, either through the IntelliJ UI or through running the following command from within the clean_todo directory:

    flutter run
    

License

Copyright 2018 Shouvik Basu

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].