Assessment

Assessment For Ontik Technology.

Assessment Log (Done / Undone)

✔ Integrate Firebase Google Sign-In to authenticate users.

✔ Display a welcome screen with the user's name and profile picture after login.

✔ Ensure the app looks and functions well on both iOS and Android devices.

✔ Use GetX for state management.

✔ Allow users to create, view, edit, and delete notes.

✔ Use a mock API or a real API for storing and retrieving notes.

✔ Implement local notifications to remind users about tasks.

✔ Encrypt the notes stored locally on the device.

App Screenshots (Android)

Splash Screen Login Screen Welcome Screen

Google Sign In Note List Screen Create / Update Note Screen

App Screenshots (IOS)

Splash Screen Login Screen Welcome Screen

Note List Screen Create / Update Note Screen

Features

  • Dio API Call
  • Getx State Management
  • Flutter Secure Storage

Built With

  • Android Studio 2022.3.1 Patch 2 The latest version can be downloaded from here
  • Build gradle 7.3.0
  • Android SDK 33
  • Kotlin Version 1.7.10

Libraries Used

Application Overview

vlc-record-2024-02-11-21h41m56s-full_app.mp4-.mp4

Application Notification

notification_popup.mp4

Directory Structure

The following is a high level overview of relevant files and folders.

crack_tech_assessment
└───assets
└───lib
    └───Models
    └───Network
          │   api_client.dart
          │   api_repository.dart
          │   api_urls.dart
    └───Screens
        |   Dashboard
        |   Login
        |   NoteEntry
        |   Splash
        |   Welcome
    └───Utils
        |   AppColors.dart
        |   AppComonUtil.dart
        |   appLoggerUtil.dart
        |   AppUiUtils.dart
        |   AppImages.dart
        |   AppRoutes.dart
        |   NotificationService.dart
    └───Widget
        |   CustomDialog.dart
    └───main
                            

License

MIT License

Copyright (c) 2020 Easy News

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.