Showing preview only (562K chars total). Download the full file or copy to clipboard to get everything.
Repository: lazycatlabs/flutter_auth_app
Branch: main
Commit: aa066ff8d764
Files: 313
Total size: 480.9 KB
Directory structure:
gitextract_9aoivx5e/
├── .github/
│ ├── pull_request_template.md
│ └── workflows/
│ ├── merge-ci.yml
│ └── pull_request-ci.yml
├── .gitignore
├── LICENSE
├── README.md
├── analysis_options.yaml
├── android/
│ ├── .gitignore
│ ├── app/
│ │ ├── build.gradle
│ │ ├── google-services.json
│ │ ├── proguard-rules.pro
│ │ └── src/
│ │ ├── debug/
│ │ │ └── AndroidManifest.xml
│ │ ├── main/
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── kotlin/
│ │ │ │ └── com/
│ │ │ │ └── lazycatlabs/
│ │ │ │ └── auth/
│ │ │ │ └── MainActivity.kt
│ │ │ └── res/
│ │ │ ├── drawable/
│ │ │ │ ├── launch_background.xml
│ │ │ │ └── launch_background_12.xml
│ │ │ ├── mipmap-anydpi-v26/
│ │ │ │ └── ic_launcher.xml
│ │ │ ├── values/
│ │ │ │ ├── colors.xml
│ │ │ │ ├── strings.xml
│ │ │ │ └── styles.xml
│ │ │ └── values-night/
│ │ │ └── styles.xml
│ │ ├── prd/
│ │ │ └── res/
│ │ │ ├── drawable/
│ │ │ │ └── launch_background.xml
│ │ │ ├── drawable-night/
│ │ │ │ └── launch_background.xml
│ │ │ ├── drawable-night-v21/
│ │ │ │ └── launch_background.xml
│ │ │ ├── drawable-v21/
│ │ │ │ └── launch_background.xml
│ │ │ ├── mipmap-anydpi-v26/
│ │ │ │ └── ic_launcher.xml
│ │ │ ├── values/
│ │ │ │ ├── colors.xml
│ │ │ │ └── styles.xml
│ │ │ ├── values-night/
│ │ │ │ └── styles.xml
│ │ │ ├── values-night-v31/
│ │ │ │ └── styles.xml
│ │ │ └── values-v31/
│ │ │ └── styles.xml
│ │ ├── profile/
│ │ │ └── AndroidManifest.xml
│ │ └── stg/
│ │ ├── google-services.json
│ │ └── res/
│ │ ├── drawable/
│ │ │ └── launch_background.xml
│ │ ├── drawable-night/
│ │ │ └── launch_background.xml
│ │ ├── drawable-night-v21/
│ │ │ └── launch_background.xml
│ │ ├── drawable-v21/
│ │ │ └── launch_background.xml
│ │ ├── mipmap-anydpi-v26/
│ │ │ └── ic_launcher.xml
│ │ ├── values/
│ │ │ ├── colors.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ ├── values-night/
│ │ │ └── styles.xml
│ │ ├── values-night-v31/
│ │ │ └── styles.xml
│ │ └── values-v31/
│ │ └── styles.xml
│ ├── build.gradle
│ ├── gradle/
│ │ └── wrapper/
│ │ └── gradle-wrapper.properties
│ ├── gradle.properties
│ └── settings.gradle
├── build.yaml
├── codecov.yml
├── flutter_launcher_icons-prd.yaml
├── flutter_launcher_icons-stg.yaml
├── flutter_native_splash-prd.yaml
├── flutter_native_splash-stg.yaml
├── ios/
│ ├── .gitignore
│ ├── Flutter/
│ │ ├── AppFrameworkInfo.plist
│ │ ├── Debug.xcconfig
│ │ ├── Release.xcconfig
│ │ └── ephemeral/
│ │ ├── flutter_lldb_helper.py
│ │ └── flutter_lldbinit
│ ├── Podfile
│ ├── Runner/
│ │ ├── AppDelegate.swift
│ │ ├── Assets.xcassets/
│ │ │ ├── AppIcon-prd.appiconset/
│ │ │ │ └── Contents.json
│ │ │ ├── AppIcon-stg.appiconset/
│ │ │ │ └── Contents.json
│ │ │ ├── BrandingImagePrd.imageset/
│ │ │ │ └── Contents.json
│ │ │ ├── BrandingImageStg.imageset/
│ │ │ │ └── Contents.json
│ │ │ ├── Contents.json
│ │ │ ├── LaunchBackgroundPrd.imageset/
│ │ │ │ └── Contents.json
│ │ │ ├── LaunchBackgroundStg.imageset/
│ │ │ │ └── Contents.json
│ │ │ ├── LaunchImagePrd.imageset/
│ │ │ │ └── Contents.json
│ │ │ └── LaunchImageStg.imageset/
│ │ │ └── Contents.json
│ │ ├── Base.lproj/
│ │ │ ├── LaunchScreen.storyboard
│ │ │ ├── LaunchScreenPrd.storyboard
│ │ │ ├── LaunchScreenStg.storyboard
│ │ │ └── Main.storyboard
│ │ ├── Info.plist
│ │ ├── Runner-Bridging-Header.h
│ │ └── Runner.entitlements
│ ├── Runner.xcodeproj/
│ │ ├── project.pbxproj
│ │ ├── project.xcworkspace/
│ │ │ ├── contents.xcworkspacedata
│ │ │ └── xcshareddata/
│ │ │ ├── IDEWorkspaceChecks.plist
│ │ │ └── WorkspaceSettings.xcsettings
│ │ └── xcshareddata/
│ │ └── xcschemes/
│ │ ├── prd.xcscheme
│ │ └── stg.xcscheme
│ ├── Runner.xcworkspace/
│ │ ├── contents.xcworkspacedata
│ │ └── xcshareddata/
│ │ ├── IDEWorkspaceChecks.plist
│ │ └── WorkspaceSettings.xcsettings
│ └── config/
│ ├── prd/
│ │ └── GoogleService-Info.plist
│ └── stg/
│ └── GoogleService-Info.plist
├── l10n.yaml
├── lib/
│ ├── core/
│ │ ├── api/
│ │ │ ├── api.dart
│ │ │ ├── dio_client.dart
│ │ │ ├── dio_interceptor.dart
│ │ │ ├── isolate_parser.dart
│ │ │ └── list_api.dart
│ │ ├── app_route.dart
│ │ ├── core.dart
│ │ ├── error/
│ │ │ ├── error.dart
│ │ │ ├── exceptions.dart
│ │ │ └── failure.dart
│ │ ├── localization/
│ │ │ ├── intl_en.arb
│ │ │ ├── intl_id.arb
│ │ │ ├── l10n.dart
│ │ │ └── localization.dart
│ │ ├── resources/
│ │ │ ├── dimens.dart
│ │ │ ├── images.dart
│ │ │ ├── palette.dart
│ │ │ ├── resources.dart
│ │ │ └── styles.dart
│ │ ├── usecase/
│ │ │ └── usecase.dart
│ │ └── widgets/
│ │ ├── button.dart
│ │ ├── button_notification.dart
│ │ ├── button_text.dart
│ │ ├── circle_image.dart
│ │ ├── color_loaders.dart
│ │ ├── drop_down.dart
│ │ ├── empty.dart
│ │ ├── loading.dart
│ │ ├── my_appbar.dart
│ │ ├── parent.dart
│ │ ├── spacer_h.dart
│ │ ├── spacer_v.dart
│ │ ├── text_f.dart
│ │ ├── toast.dart
│ │ └── widgets.dart
│ ├── dependencies_injection.dart
│ ├── features/
│ │ ├── auth/
│ │ │ ├── auth.dart
│ │ │ ├── data/
│ │ │ │ ├── data.dart
│ │ │ │ ├── datasources/
│ │ │ │ │ ├── auth_remote_datasources.dart
│ │ │ │ │ └── datasources.dart
│ │ │ │ ├── models/
│ │ │ │ │ ├── general_token_response.dart
│ │ │ │ │ ├── login_response.dart
│ │ │ │ │ ├── models.dart
│ │ │ │ │ └── register_response.dart
│ │ │ │ └── repositories/
│ │ │ │ ├── auth_repository_impl.dart
│ │ │ │ └── repositories.dart
│ │ │ ├── domain/
│ │ │ │ ├── domain.dart
│ │ │ │ ├── entities/
│ │ │ │ │ ├── entities.dart
│ │ │ │ │ ├── general_token.dart
│ │ │ │ │ ├── login.dart
│ │ │ │ │ └── register.dart
│ │ │ │ ├── repositories/
│ │ │ │ │ ├── auth_repository.dart
│ │ │ │ │ └── repositories.dart
│ │ │ │ └── usecases/
│ │ │ │ ├── post_general_token.dart
│ │ │ │ ├── post_login.dart
│ │ │ │ ├── post_logout.dart
│ │ │ │ ├── post_register.dart
│ │ │ │ └── usecases.dart
│ │ │ └── pages/
│ │ │ ├── login/
│ │ │ │ ├── cubit/
│ │ │ │ │ ├── auth_cubit.dart
│ │ │ │ │ └── cubit.dart
│ │ │ │ ├── login.dart
│ │ │ │ └── login_page.dart
│ │ │ ├── pages.dart
│ │ │ └── register/
│ │ │ ├── cubit/
│ │ │ │ ├── cubit.dart
│ │ │ │ └── register_cubit.dart
│ │ │ ├── register.dart
│ │ │ └── register_page.dart
│ │ ├── features.dart
│ │ ├── general/
│ │ │ ├── data/
│ │ │ │ ├── data.dart
│ │ │ │ └── models/
│ │ │ │ ├── diagnostic.dart
│ │ │ │ ├── diagnostic_response.dart
│ │ │ │ ├── models.dart
│ │ │ │ └── page.dart
│ │ │ ├── general.dart
│ │ │ └── pages/
│ │ │ ├── cubit/
│ │ │ │ ├── cubit.dart
│ │ │ │ └── reload_form_cubit.dart
│ │ │ ├── main/
│ │ │ │ ├── cubit/
│ │ │ │ │ ├── cubit.dart
│ │ │ │ │ ├── logout_cubit.dart
│ │ │ │ │ ├── main_cubit.dart
│ │ │ │ │ └── user_cubit.dart
│ │ │ │ ├── main.dart
│ │ │ │ ├── main_page.dart
│ │ │ │ └── menu_drawer.dart
│ │ │ ├── pages.dart
│ │ │ ├── settings/
│ │ │ │ ├── cubit/
│ │ │ │ │ ├── cubit.dart
│ │ │ │ │ └── settings_cubit.dart
│ │ │ │ ├── settings.dart
│ │ │ │ └── settings_page.dart
│ │ │ └── splashscreen/
│ │ │ ├── cubit/
│ │ │ │ ├── cubit.dart
│ │ │ │ └── general_token_cubit.dart
│ │ │ ├── splash_screen_page.dart
│ │ │ └── splashscreen.dart
│ │ └── users/
│ │ ├── data/
│ │ │ ├── data.dart
│ │ │ ├── datasources/
│ │ │ │ ├── datasources.dart
│ │ │ │ └── user_remote_datasources.dart
│ │ │ ├── models/
│ │ │ │ ├── models.dart
│ │ │ │ ├── user_response.dart
│ │ │ │ └── users_response.dart
│ │ │ └── repositories/
│ │ │ ├── repositories.dart
│ │ │ └── users_repository_impl.dart
│ │ ├── domain/
│ │ │ ├── domain.dart
│ │ │ ├── entities/
│ │ │ │ ├── entities.dart
│ │ │ │ └── users.dart
│ │ │ ├── repositories/
│ │ │ │ ├── repositories.dart
│ │ │ │ └── users_repository.dart
│ │ │ └── usecases/
│ │ │ ├── get_user.dart
│ │ │ ├── get_users.dart
│ │ │ └── usecases.dart
│ │ ├── pages/
│ │ │ ├── dashboard/
│ │ │ │ ├── cubit/
│ │ │ │ │ ├── cubit.dart
│ │ │ │ │ └── users_cubit.dart
│ │ │ │ ├── dashboard.dart
│ │ │ │ └── dashboard_page.dart
│ │ │ └── pages.dart
│ │ └── users.dart
│ ├── lzyct_app.dart
│ ├── main.dart
│ └── utils/
│ ├── ext/
│ │ ├── context.dart
│ │ ├── ext.dart
│ │ ├── map.dart
│ │ ├── string.dart
│ │ └── text_theme.dart
│ ├── helper/
│ │ ├── common.dart
│ │ ├── constant.dart
│ │ ├── data_helper.dart
│ │ ├── debouncer.dart
│ │ ├── go_router_refresh_stream.dart
│ │ └── helper.dart
│ ├── services/
│ │ ├── firebase/
│ │ │ ├── firebase.dart
│ │ │ ├── firebase_crashlogger.dart
│ │ │ ├── firebase_options.dart
│ │ │ └── firebase_services.dart
│ │ ├── hive/
│ │ │ ├── hive.dart
│ │ │ ├── hive_adapters.dart
│ │ │ ├── hive_adapters.g.yaml
│ │ │ └── main_box.dart
│ │ └── services.dart
│ └── utils.dart
├── maestro-prd/
│ ├── dashboard.yaml
│ ├── login.yaml
│ ├── logout.yaml
│ ├── main.yaml
│ ├── register.yaml
│ └── settings.yaml
├── maestro-stg/
│ ├── dashboard.yaml
│ ├── login.yaml
│ ├── logout.yaml
│ ├── main.yaml
│ ├── register.yaml
│ └── settings.yaml
├── pubspec.yaml
└── test/
├── core/
│ ├── api/
│ │ └── list_api_test.dart
│ ├── app_route_test.dart
│ ├── error/
│ │ ├── exception_test.dart
│ │ └── failure_test.dart
│ ├── localization/
│ │ └── l10n_test.dart
│ └── widgets/
│ ├── circle_image_test.dart
│ └── toast_test.dart
├── features/
│ ├── auth/
│ │ ├── data/
│ │ │ ├── datasources/
│ │ │ │ ├── models/
│ │ │ │ │ ├── general_token_response_test.dart
│ │ │ │ │ ├── login_response_test.dart
│ │ │ │ │ └── register_response_test.dart
│ │ │ │ └── repositories/
│ │ │ │ └── auth_remote_datasources_test.dart
│ │ │ └── repositories/
│ │ │ └── auth_repository_impl_test.dart
│ │ ├── domain/
│ │ │ └── usecases/
│ │ │ ├── post_general_token_test.dart
│ │ │ ├── post_login_test.dart
│ │ │ ├── post_logout.dart
│ │ │ └── post_register_test.dart
│ │ └── pages/
│ │ ├── login/
│ │ │ ├── cubit/
│ │ │ │ ├── auth_cubit_test.dart
│ │ │ │ ├── auth_cubit_test.mocks.dart
│ │ │ │ └── auth_state_test.dart
│ │ │ └── login_page_test.dart
│ │ └── register/
│ │ ├── cubit/
│ │ │ ├── register_cubit_test.dart
│ │ │ ├── register_cubit_test.mocks.dart
│ │ │ └── register_state_test.dart
│ │ └── register_page_test.dart
│ ├── general/
│ │ ├── data/
│ │ │ └── models/
│ │ │ ├── diagnostic_response_test.dart
│ │ │ ├── diagnostic_test.dart
│ │ │ └── page_test.dart
│ │ └── pages/
│ │ ├── cubit/
│ │ │ ├── reload_form_cubit_test.dart
│ │ │ └── reload_form_state_test.dart
│ │ ├── main/
│ │ │ ├── cubit/
│ │ │ │ ├── logout_cubit_test.dart
│ │ │ │ ├── logout_cubit_test.mocks.dart
│ │ │ │ ├── main_cubit_test.dart
│ │ │ │ ├── user_cubit_test.dart
│ │ │ │ └── user_cubit_test.mocks.dart
│ │ │ ├── main_page_test.dart
│ │ │ └── menu_drawer_test.dart
│ │ ├── settings/
│ │ │ ├── cubit/
│ │ │ │ └── settings_cubit_test.dart
│ │ │ └── settings_page_test.dart
│ │ └── splashscreen/
│ │ ├── cubit/
│ │ │ ├── general_token_cubit_test.dart
│ │ │ ├── general_token_cubit_test.mocks.dart
│ │ │ └── general_token_state_test.dart
│ │ └── splash_screen_page_test.dart
│ └── users/
│ ├── data/
│ │ ├── datasources/
│ │ │ ├── models/
│ │ │ │ └── users_response_test.dart
│ │ │ └── repositories/
│ │ │ └── users_remote_datasources_test.dart
│ │ └── repositories/
│ │ └── users_repository_impl_test.dart
│ ├── domain/
│ │ └── usecases/
│ │ └── get_users_test.dart
│ └── pages/
│ └── dashboard/
│ ├── cubit/
│ │ ├── users_cubit_test.dart
│ │ ├── users_cubit_test.mocks.dart
│ │ └── users_state_test.dart
│ └── dashboard_page_test.dart
├── helpers/
│ ├── fake_path_provider_platform.dart
│ ├── json_reader.dart
│ ├── paths.dart
│ ├── stubs/
│ │ ├── diagnostic.json
│ │ ├── diagnostic_response_200.json
│ │ ├── diagnostic_response_400.json
│ │ ├── general_token_response_200.json
│ │ ├── general_token_response_401.json
│ │ ├── login_response_200.json
│ │ ├── login_response_401.json
│ │ ├── page.json
│ │ ├── register_response_200.json
│ │ ├── register_response_400.json
│ │ ├── user_response_200.json
│ │ ├── user_response_401.json
│ │ ├── users_empty_response_200.json
│ │ └── users_response_200.json
│ ├── test_mock.dart
│ └── test_mock.mocks.dart
└── utils/
├── ext/
│ ├── context_test.dart
│ └── string_test.dart
└── helper/
├── debouncer_test.dart
└── go_router_refresh_stream_test.dart
================================================
FILE CONTENTS
================================================
================================================
FILE: .github/pull_request_template.md
================================================
## What it does
-
## How to test
1.
2.
3.
## Screenshot
================================================
FILE: .github/workflows/merge-ci.yml
================================================
name: Merge CI
# This workflow is triggered on pull request to the repository.
# Run this script when PR and status is closed
on:
pull_request:
types: [ closed ]
jobs:
build:
# This job will run on ubuntu virtual machine
runs-on: ubuntu-latest
steps:
# Setup Java environment in order to build the Android app.
- uses: actions/checkout@v4.2.1
- uses: actions/setup-java@v4.3.0
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '17'
# Setup the flutter environment.
- uses: subosito/flutter-action@v2
with:
channel: 'stable' # 'dev', 'alpha', default to: 'stable'
# flutter-version: '1.12.x' # you can also specify exact version of flutter
# Get flutter dependencies.
- name: Run initialize flutter project
run: flutter pub get ;flutter gen-l10n;flutter pub run build_runner build --delete-conflicting-outputs
# Formatting code
- name: Running flutter format
run: dart format lib/
# Get current branch
- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v5
# Check modified files
- name: Check for modified files
id: git-check
run: echo "modified=$(if git diff-index --quiet HEAD --; then echo "false"; else echo "true"; fi)" >> $GITHUB_OUTPUT
# Push code changes
- name: Push changes
if: steps.git-check.outputs.modified == 'true'
run: |
git config --global user.name 'Lzyct-Bot'
git config --global user.email 'lazycatlabs@users.noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git fetch
git checkout ${{ steps.branch-name.outputs.current_branch }}
git commit -am "clean: apply formatting changes"
git push
# Run widget tests for our flutter project.
- name: Run flutter test --machine --coverage
run: flutter test --machine --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # Add this secret in your repository settings
file: coverage/lcov.info
# Build apk.
# - name: Build apk file
# run: flutter build apk --flavor stg -t lib/main_stg.dart
#
# # Upload generated apk to the artifacts.
# - name: Uploading apk file
# uses: actions/upload-artifact@v1
# with:
# name: staging-apk
# path: build/app/outputs/flutter-apk/app-stg-release.apk
- name: Delete branch if merged
uses: actions/github-script@v5
with:
script: |
github.rest.git.deleteRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: `heads/${context.payload.pull_request.head.ref}`,
})
================================================
FILE: .github/workflows/pull_request-ci.yml
================================================
name: Pull Request Checker
# This workflow is triggered on pull request to the repository.
# Run this script when PR and status is open
on: pull_request
jobs:
build:
# This job will run on ubuntu virtual machine
runs-on: ubuntu-latest
steps:
# Setup Java environment in order to build the Android app.
- uses: actions/checkout@v4.2.0
- uses: actions/setup-java@v4.2.2
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '17'
# Setup the flutter environment.
- uses: subosito/flutter-action@v2
with:
channel: 'stable' # 'dev', 'alpha', default to: 'stable'
#flutter-version: '3.24.3' # you can also specify exact version of flutter
# Check Flutter version
- name: Check Flutter version
run: flutter doctor -v
# Get flutter dependencies.
- name: Run initialize flutter project
run: flutter pub get ;flutter gen-l10n;flutter pub run build_runner build --delete-conflicting-outputs
# Statically analyze the Dart code for any errors.
- name: Run flutter analyze
run: flutter analyze --no-fatal-infos --no-fatal-warnings
# Run widget tests for our flutter project.
- name: Install LCOV
run: sudo apt-get update && sudo apt-get install -y lcov
- name: Run flutter test --machine --coverage
run: flutter test --coverage;lcov --remove coverage/lcov.info 'lib/core/localization/generated/' 'lib/core/resources/*' 'lib/utils/services/firebase/*' '**/*.g.dart' -o coverage/new_lcov.info ;genhtml coverage/new_lcov.info -o coverage/html
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # Add this secret in your repository settings
file: coverage/new_lcov.info
================================================
FILE: .gitignore
================================================
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
.docs/
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
# ignore freezed and json_serializable generated files
*.freezed.dart
*.g.dart
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
coverage/
lib/core/localization/generated
# Web related
lib/generated_plugin_registrant.dart
# Symbolication related
app.*.symbols
# Obfuscation related
app.*.map.json
# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
.metadata
pubspec.lock
================================================
FILE: LICENSE
================================================
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
================================================
FILE: README.md
================================================
<a href="https://s.id/standwithpalestine"><img alt="We stand with Palestine" src="https://cdn.jsdelivr.net/gh/Safouene1/support-palestine-banner@master/banner-project.svg" width="100%" /></a>
<br>
# Flutter App Auth 📱
[](https://codecov.io/gh/lazycatlabs/flutter_auth_app)
<br/><br/>
<a href="https://www.linkedin.com/in/lzyct/" target="_blank">
<img src="https://github.com/ukieTux/ukieTux/blob/master/assets/linkedin.svg" alt="LinkedIn" style="vertical-align:top; margin:4px" height=24>
</a>
<a href = "https://www.upwork.com/freelancers/~01913209d41be922f1?viewMode=1">
<img src="https://img.shields.io/badge/UpWork-6FDA44?logo=Upwork&logoColor=white" height=24/>
</a>
This app has Auth Functions like Login, Register, and Show pagination data.
The API using [apimock](https://apimock.lazycatlabs.com/) from [lazycatlabs](https://lazycatlabs.com).
<br>This app also implementing **Flutter Clean Architecture with TDD.**
https://github.com/user-attachments/assets/5b9e3559-aa18-4ba1-9e1a-d27d8d304149
### Light and dark theme icon launcher change
https://github.com/user-attachments/assets/3e200e6e-0987-4c28-a285-64e905709535
### Light and dark theme splash change
https://github.com/user-attachments/assets/2c72e060-8ee8-4c1a-9ed7-9f8e3547ecea
## Pre-requisites 📐
| Technology | Recommended Version | Installation Guide |
|------------|---------------------|-----------------------------------------------------------------------|
| Flutter | v3.24.x | [Flutter Official Docs](https://flutter.dev/docs/get-started/install) |
| Dart | v3.5.x | Installed automatically with Flutter |
## Get Started 🚀
- Clone this project
```bash
flutter pub get
```
- Run to generate localization files
```bash
flutter gen-l10n
```
- Run to generate freezes files
```bash
flutter pub run build_runner build --delete-conflicting-outputs
```
- Run for **staging** or
```bash
flutter run --flavor stg -t lib/main.dart --dart-define-from-file .env.stg.json
```
- Run for **production**
```bash
flutter run --flavor prd -t lib/main.dart --dart-define-from-file .env.prd.json
```
- Test Coverage, we ignore some folders and files which is not necessary to test coverage because it are generated file
- Note: on macOS, you need to have lcov installed on your system (`brew install lcov`) to use this:
```bash
flutter test -j8 --coverage;lcov --remove coverage/lcov.info 'lib/core/localization/generated/' 'lib/core/resources/*' 'lib/utils/services/firebase/*' '**/*.g.dart' -o coverage/new_lcov.info ;genhtml coverage/new_lcov.info -o coverage/html
````
- To generate a launcher icon based on Flavor
```bash
dart run flutter_launcher_icons
```
- To generate native splash screen
```bash
dart run flutter_native_splash:create --flavors stg,prd
```
- To generate mock class
```bash
dart pub run build_runner build
```
## Feature ✅
- [x] BLoC State Management
- [x] **Clean Architecture with TDD**
- [x] Unit Test
- [x] Widget Test
- [x] BLoC test
- [x] Theme Configuration: `System, Light, Dark`
- [x] Multi-Language: `English, Bahasa`
- [x] Login, Register Example
- [x] Pagination Example
- [x] [Autofill Username and Password](https://github.com/lazycatlabs/flutter_auth_app/pull/3)
- [x] Integration Test
- [x] Implement multi-flavor
- [x] Auto routing based on login status
- [x] Implement [Go Router](https://pub.dev/packages/go_router)
## TODO 📝
- [ ] Login with Biometric / FaceID
## Maestro Test 🧪
- Install Maestro on your machine [Maestro](https://maestro.mobile.dev/getting-started/installing-maestro)
- Run this command to run the test
```bash
maestro test maestro-stg/main.yaml #or
maestro test maestro-prd/main.yaml
```
## Architecture Proposal by [Resocoder](https://github.com/ResoCoder/flutter-tdd-clean-architecture-course)
<br>

## 💡Tips
- **Flutter native splashscreen:** The brand image in Android > 12 the frame size is 5:2, if the width is 500px, the height should be 500/2,5 = 200px
## 📜 GNU General Public License v3.0
<br><br>
<h3 align="center">Buy me coffee if you love my works ☕️</h3>
<p align="center">
<a href="https://www.buymeacoffee.com/Lzyct" target="_blank">
<img src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg" alt="buymeacoffe" style="vertical-align:top; margin:8px" height="36">
</a>
<a href="https://ko-fi.com/Lzyct" target="_blank">
<img src="https://cdn.prod.website-files.com/5c14e387dab576fe667689cf/670f5a01cf2da94a032117b9_support_me_on_kofi_red-p-500.png" alt="ko-fi" style="vertical-align:top; margin:8px" height="36">
</a>
<a href="https://paypal.me/ukieTux" target="_blank">
<img src="https://blog.zoom.us/wp-content/uploads/2019/08/paypal.png" alt="paypal" style="vertical-align:top; margin:8px" height="36">
</a>
<a href="https://saweria.co/Lzyct" target="_blank">
<img src="https://1.bp.blogspot.com/-7OuHSxaNk6A/X92QPg8L9kI/AAAAAAAAG0E/lUzKf_uuVP8jCqvXpA7juh_l-TfK2jnbwCLcBGAsYHQ/s16000/SAWERIA.webp" style="vertical-align:top; margin:8px" height="36" alt="saweria">
</a>
</p>
<br><br>
================================================
FILE: analysis_options.yaml
================================================
include: package:lint/strict.yaml
analyzer:
exclude:
- '**.freezed.dart'
- '**.g.dart'
- '**.mocks.dart'
- '**/core/localization/generated/**'
errors:
invalid_annotation_target: ignore
linter:
rules:
sort_pub_dependencies: false
avoid_dynamic_calls: false
require_trailing_commas: true # Enforce trailing commas for better formatting
prefer_const_constructors: true # Prefer const constructors where possible
prefer_const_literals_to_create_immutables: true # Prefer const for immutable literals
avoid_unnecessary_containers: true # Discourage unnecessary Container usage
always_put_control_body_on_new_line: true # Improves readability for control flow
always_put_required_named_parameters_first: true # Improves readability for function signatures
prefer_single_quotes: true # Consistent string quotes
unnecessary_brace_in_string_interps: true # Remove unnecessary braces in string interpolation
unnecessary_late: true # Avoid unnecessary late keyword
unnecessary_new: true # Remove unnecessary new keyword
unnecessary_this: true # Remove unnecessary this keyword
prefer_expression_function_bodies: true # Use expression function bodies for single-line functions
================================================
FILE: android/.gitignore
================================================
gradle-wrapper.jar
/.gradle
/captures/
/gradlew
/gradlew.bat
/local.properties
GeneratedPluginRegistrant.java
app/.cxx
# Remember to never publicly share your keystore.
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
key.properties
================================================
FILE: android/app/build.gradle
================================================
plugins {
id "com.android.application"
id "kotlin-android"
id "dev.flutter.flutter-gradle-plugin"
id "com.google.gms.google-services"
id "com.google.firebase.crashlytics"
}
def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
if (localPropertiesFile.exists()) {
localPropertiesFile.withReader('UTF-8') { reader ->
localProperties.load(reader)
}
}
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '1'
}
def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
flutterVersionName = '1.0'
}
android {
namespace "com.lazycatlabs.auth"
compileSdk 36
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8
}
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
lintOptions {
disable 'InvalidPackage'
}
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.lazycatlabs.auth"
minSdkVersion flutter.minSdkVersion
targetSdkVersion 35
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
}
buildTypes {
buildTypes {
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug
// Enables code shrinking, obfuscation, and optimization for only
// your project's release build type.
minifyEnabled true
// Enables resource shrinking, which is performed by the
// Android Gradle plugin.
shrinkResources true
// Includes the default ProGuard rules files that are packaged with
// the Android Gradle plugin. To learn more, go to the section about
// R8 configuration files.
proguardFiles getDefaultProguardFile(
'proguard-android-optimize.txt'),
'proguard-rules.pro'
}
}
}
flavorDimensions = ["env"]
productFlavors {
stg {
dimension 'env'
versionNameSuffix '-stg'
applicationIdSuffix ".stg"
// TODO : Enable this if you want sign your app
// signingConfig signingConfigs.release
}
prd {
dimension 'env'
// TODO : Enable this if you want sign your app
// signingConfig signingConfigs.release
}
}
}
flutter {
source '../..'
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0"
implementation platform('com.google.firebase:firebase-bom:34.1.0')
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'com.google.firebase:firebase-analytics'
}
================================================
FILE: android/app/google-services.json
================================================
{
"project_info": {
"project_number": "933342696488",
"project_id": "mobile-app-bd59b",
"storage_bucket": "mobile-app-bd59b.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:933342696488:android:38f3c637080d914d87511d",
"android_client_info": {
"package_name": "com.james.weighttracker"
}
},
"oauth_client": [
{
"client_id": "933342696488-65r3ei8hig6p8d4mhng670foqjr63ntt.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyCdU1UveIWYwX-Lsmtl7pIigbu5lug-pTU"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "933342696488-65r3ei8hig6p8d4mhng670foqjr63ntt.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "933342696488-ekbqsc1q8pkvk61nj5p0f04061ivr0ug.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.lazycatlabs.auths"
}
}
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:933342696488:android:2a6b2649b130a09e87511d",
"android_client_info": {
"package_name": "com.lazycatlabs.auth"
}
},
"oauth_client": [
{
"client_id": "933342696488-65r3ei8hig6p8d4mhng670foqjr63ntt.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyCdU1UveIWYwX-Lsmtl7pIigbu5lug-pTU"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "933342696488-65r3ei8hig6p8d4mhng670foqjr63ntt.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "933342696488-ekbqsc1q8pkvk61nj5p0f04061ivr0ug.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.lazycatlabs.auths"
}
}
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:933342696488:android:952e68fef0689db687511d",
"android_client_info": {
"package_name": "com.lazycatlabs.base"
}
},
"oauth_client": [
{
"client_id": "933342696488-65r3ei8hig6p8d4mhng670foqjr63ntt.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyCdU1UveIWYwX-Lsmtl7pIigbu5lug-pTU"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "933342696488-65r3ei8hig6p8d4mhng670foqjr63ntt.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "933342696488-ekbqsc1q8pkvk61nj5p0f04061ivr0ug.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.lazycatlabs.auths"
}
}
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:933342696488:android:009bd6bce9a55acb87511d",
"android_client_info": {
"package_name": "com.lazycatlabs.wautils"
}
},
"oauth_client": [
{
"client_id": "933342696488-i2co7br6pib2js7a8vsjpio4164n0qci.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.lazycatlabs.wautils",
"certificate_hash": "5cde980e56edd8e9c7396c3a900a0939dcc19681"
}
},
{
"client_id": "933342696488-65r3ei8hig6p8d4mhng670foqjr63ntt.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyCdU1UveIWYwX-Lsmtl7pIigbu5lug-pTU"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "933342696488-65r3ei8hig6p8d4mhng670foqjr63ntt.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "933342696488-ekbqsc1q8pkvk61nj5p0f04061ivr0ug.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.lazycatlabs.auths"
}
}
]
}
}
}
],
"configuration_version": "1"
}
================================================
FILE: android/app/proguard-rules.pro
================================================
## Flutter wrapper
-keep class io.flutter.app.** { *; }
-keep class io.flutter.plugin.** { *; }
-keep class io.flutter.util.** { *; }
-keep class io.flutter.view.** { *; }
-keep class io.flutter.** { *; }
-keep class io.flutter.plugins.** { *; }
-dontwarn io.flutter.embedding.**
## Gson rules
# Gson uses generic type information stored in a class file when working with fields. Proguard
# removes such information by default, so configure it to keep all of it.
-keepattributes Signature
# For using GSON @Expose annotation
-keepattributes *Annotation*
# Gson specific classes
-dontwarn sun.misc.**
#-keep class com.google.gson.stream.** { *; }
# Prevent proguard from stripping interface information from TypeAdapter, TypeAdapterFactory,
# JsonSerializer, JsonDeserializer instances (so they can be used in @JsonAdapter)
-keep class * extends com.google.gson.TypeAdapter
-keep class * implements com.google.gson.TypeAdapterFactory
-keep class * implements com.google.gson.JsonSerializer
-keep class * implements com.google.gson.JsonDeserializer
# Prevent R8 from leaving Data object members always null
-keepclassmembers,allowobfuscation class * {
@com.google.gson.annotations.SerializedName <fields>;
}
================================================
FILE: android/app/src/debug/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.lazycatlabs.auth">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>
================================================
FILE: android/app/src/main/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.lazycatlabs.auth">
<application
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:exported="true"
android:windowSoftInputMode="adjustResize">
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
while the Flutter UI initializes. After that, this theme continues
to determine the Window background behind the Flutter UI. -->
<meta-data
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
<meta-data
android:name="flutterEmbedding"
android:value="2"/>
</application>
</manifest>
================================================
FILE: android/app/src/main/kotlin/com/lazycatlabs/auth/MainActivity.kt
================================================
package com.lazycatlabs.auth
import android.os.Build
import android.os.Bundle
import androidx.core.view.WindowCompat
import io.flutter.embedding.android.FlutterActivity
class MainActivity: FlutterActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
// Aligns the Flutter view vertically with the window.
WindowCompat.setDecorFitsSystemWindows(getWindow(), false)
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {
// Disable the Android splash screen fade out animation to avoid
// a flicker before the similar frame is drawn in Flutter.
splashScreen.setOnExitAnimationListener { splashScreenView -> splashScreenView.remove() }
}
super.onCreate(savedInstanceState)
}
}
================================================
FILE: android/app/src/main/res/drawable/launch_background.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<!-- You can insert your own image assets here -->
<item android:drawable="@color/ic_launcher_background"/>
<item
android:height="350dp"
android:width="350dp"
android:gravity="center">
<bitmap
android:gravity="fill_horizontal|fill_vertical"
android:src="@drawable/ic_splash"/>
</item>
</layer-list>
================================================
FILE: android/app/src/main/res/drawable/launch_background_12.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<!-- You can insert your own image assets here -->
<item android:drawable="@color/ic_launcher_background"/>
<item
android:height="350dp"
android:width="350dp"
android:gravity="fill_horizontal|fill_vertical">
<bitmap
android:gravity="fill_horizontal|fill_vertical"
android:src="@drawable/ic_splash"/>
</item>
</layer-list>
================================================
FILE: android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
================================================
FILE: android/app/src/main/res/values/colors.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#1E1E2E</color>
</resources>
================================================
FILE: android/app/src/main/res/values/strings.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Flutter Auth</string>
</resources>
================================================
FILE: android/app/src/main/res/values/styles.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
Flutter draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:windowLightStatusBar">true</item>
<item name="android:windowSplashScreenBackground">@color/ic_launcher_background</item>
<item name="android:windowSplashScreenAnimatedIcon">@drawable/launch_background_12</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>
================================================
FILE: android/app/src/main/res/values-night/styles.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
Flutter draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>
================================================
FILE: android/app/src/prd/res/drawable/launch_background.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
</item>
<item>
<bitmap android:gravity="center" android:src="@drawable/splash"/>
</item>
<item android:bottom="0dp">
<bitmap android:gravity="bottom" android:src="@drawable/branding"/>
</item>
</layer-list>
================================================
FILE: android/app/src/prd/res/drawable-night/launch_background.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
</item>
<item>
<bitmap android:gravity="center" android:src="@drawable/splash"/>
</item>
<item android:bottom="0dp">
<bitmap android:gravity="bottom" android:src="@drawable/branding"/>
</item>
</layer-list>
================================================
FILE: android/app/src/prd/res/drawable-night-v21/launch_background.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
</item>
<item>
<bitmap android:gravity="center" android:src="@drawable/splash"/>
</item>
<item android:bottom="0dp">
<bitmap android:gravity="bottom" android:src="@drawable/branding"/>
</item>
</layer-list>
================================================
FILE: android/app/src/prd/res/drawable-v21/launch_background.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
</item>
<item>
<bitmap android:gravity="center" android:src="@drawable/splash"/>
</item>
<item android:bottom="0dp">
<bitmap android:gravity="bottom" android:src="@drawable/branding"/>
</item>
</layer-list>
================================================
FILE: android/app/src/prd/res/mipmap-anydpi-v26/ic_launcher.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground>
<inset
android:drawable="@drawable/ic_launcher_foreground"
android:inset="16%" />
</foreground>
</adaptive-icon>
================================================
FILE: android/app/src/prd/res/values/colors.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#FFFFFF</color>
</resources>
================================================
FILE: android/app/src/prd/res/values/styles.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
the Flutter engine draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>
================================================
FILE: android/app/src/prd/res/values-night/styles.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
the Flutter engine draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>
================================================
FILE: android/app/src/prd/res/values-night-v31/styles.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
<item name="android:windowSplashScreenBackground">#000000</item>
<item name="android:windowSplashScreenBrandingImage">@drawable/android12branding</item>
<item name="android:windowSplashScreenAnimatedIcon">@drawable/android12splash</item>
<item name="android:windowSplashScreenIconBackgroundColor">#000000</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>
================================================
FILE: android/app/src/prd/res/values-v31/styles.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
<item name="android:windowSplashScreenBackground">#ffffff</item>
<item name="android:windowSplashScreenBrandingImage">@drawable/android12branding</item>
<item name="android:windowSplashScreenAnimatedIcon">@drawable/android12splash</item>
<item name="android:windowSplashScreenIconBackgroundColor">#ffffff</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>
================================================
FILE: android/app/src/profile/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.lazycatlabs.auth">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>
================================================
FILE: android/app/src/stg/google-services.json
================================================
{
"project_info": {
"project_number": "520881115656",
"project_id": "sample-49e7c",
"storage_bucket": "sample-49e7c.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:520881115656:android:854b1e7d966a0555fd77bd",
"android_client_info": {
"package_name": "com.james.weighttracker"
}
},
"oauth_client": [
{
"client_id": "520881115656-b0iggeu3s5ophb4p94caa0h5jsmd9j7d.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyAXDLxYlgYywHeVs8Ch8uOq2t2BmtjOM0s"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "520881115656-b0iggeu3s5ophb4p94caa0h5jsmd9j7d.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "520881115656-c82m945c9cc483231hmgn0g8nke7c3q8.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.lazycatlabs.base.stg"
}
}
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:520881115656:android:5ce1808f01692ab2fd77bd",
"android_client_info": {
"package_name": "com.lazycatlabs.auth"
}
},
"oauth_client": [
{
"client_id": "520881115656-b0iggeu3s5ophb4p94caa0h5jsmd9j7d.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyAXDLxYlgYywHeVs8Ch8uOq2t2BmtjOM0s"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "520881115656-b0iggeu3s5ophb4p94caa0h5jsmd9j7d.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "520881115656-c82m945c9cc483231hmgn0g8nke7c3q8.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.lazycatlabs.base.stg"
}
}
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:520881115656:android:2ccc910b48e53ef3fd77bd",
"android_client_info": {
"package_name": "com.lazycatlabs.auth.stg"
}
},
"oauth_client": [
{
"client_id": "520881115656-b0iggeu3s5ophb4p94caa0h5jsmd9j7d.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyAXDLxYlgYywHeVs8Ch8uOq2t2BmtjOM0s"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "520881115656-b0iggeu3s5ophb4p94caa0h5jsmd9j7d.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "520881115656-c82m945c9cc483231hmgn0g8nke7c3q8.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.lazycatlabs.base.stg"
}
}
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:520881115656:android:5cfc03a06988cdfdfd77bd",
"android_client_info": {
"package_name": "com.lazycatlabs.base.stg"
}
},
"oauth_client": [
{
"client_id": "520881115656-f6flpcn2p16h87t3aq78tnlrrrmcgm4i.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.lazycatlabs.base.stg",
"certificate_hash": "9818aa85a4c2dbc1bf9b9901c52142410e929530"
}
},
{
"client_id": "520881115656-b0iggeu3s5ophb4p94caa0h5jsmd9j7d.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyAXDLxYlgYywHeVs8Ch8uOq2t2BmtjOM0s"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "520881115656-b0iggeu3s5ophb4p94caa0h5jsmd9j7d.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "520881115656-c82m945c9cc483231hmgn0g8nke7c3q8.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.lazycatlabs.base.stg"
}
}
]
}
}
}
],
"configuration_version": "1"
}
================================================
FILE: android/app/src/stg/res/drawable/launch_background.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
</item>
<item>
<bitmap android:gravity="center" android:src="@drawable/splash"/>
</item>
<item android:bottom="0dp">
<bitmap android:gravity="bottom" android:src="@drawable/branding"/>
</item>
</layer-list>
================================================
FILE: android/app/src/stg/res/drawable-night/launch_background.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
</item>
<item>
<bitmap android:gravity="center" android:src="@drawable/splash"/>
</item>
<item android:bottom="0dp">
<bitmap android:gravity="bottom" android:src="@drawable/branding"/>
</item>
</layer-list>
================================================
FILE: android/app/src/stg/res/drawable-night-v21/launch_background.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
</item>
<item>
<bitmap android:gravity="center" android:src="@drawable/splash"/>
</item>
<item android:bottom="0dp">
<bitmap android:gravity="bottom" android:src="@drawable/branding"/>
</item>
</layer-list>
================================================
FILE: android/app/src/stg/res/drawable-v21/launch_background.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
</item>
<item>
<bitmap android:gravity="center" android:src="@drawable/splash"/>
</item>
<item android:bottom="0dp">
<bitmap android:gravity="bottom" android:src="@drawable/branding"/>
</item>
</layer-list>
================================================
FILE: android/app/src/stg/res/mipmap-anydpi-v26/ic_launcher.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground>
<inset
android:drawable="@drawable/ic_launcher_foreground"
android:inset="16%" />
</foreground>
</adaptive-icon>
================================================
FILE: android/app/src/stg/res/values/colors.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#FFFFFF</color>
</resources>
================================================
FILE: android/app/src/stg/res/values/strings.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Flutter Auth STG</string>
</resources>
================================================
FILE: android/app/src/stg/res/values/styles.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
the Flutter engine draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>
================================================
FILE: android/app/src/stg/res/values-night/styles.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
the Flutter engine draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>
================================================
FILE: android/app/src/stg/res/values-night-v31/styles.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
<item name="android:windowSplashScreenBackground">#000000</item>
<item name="android:windowSplashScreenBrandingImage">@drawable/android12branding</item>
<item name="android:windowSplashScreenAnimatedIcon">@drawable/android12splash</item>
<item name="android:windowSplashScreenIconBackgroundColor">#000000</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>
================================================
FILE: android/app/src/stg/res/values-v31/styles.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
<item name="android:windowSplashScreenBackground">#ffffff</item>
<item name="android:windowSplashScreenBrandingImage">@drawable/android12branding</item>
<item name="android:windowSplashScreenAnimatedIcon">@drawable/android12splash</item>
<item name="android:windowSplashScreenIconBackgroundColor">#ffffff</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>
================================================
FILE: android/build.gradle
================================================
allprojects {
repositories {
google()
mavenCentral()
}
}
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(':app')
}
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
================================================
FILE: android/gradle/wrapper/gradle-wrapper.properties
================================================
#Fri Jun 23 08:50:38 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
================================================
FILE: android/gradle.properties
================================================
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
================================================
FILE: android/settings.gradle
================================================
pluginManagement {
def flutterSdkPath = {
def properties = new Properties()
file("local.properties").withInputStream { properties.load(it) }
def flutterSdkPath = properties.getProperty("flutter.sdk")
assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
return flutterSdkPath
}
settings.ext.flutterSdkPath = flutterSdkPath()
includeBuild("${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle")
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.7.0" apply false
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
id "com.google.gms.google-services" version "4.4.0" apply false
id "com.google.firebase.crashlytics" version "2.9.9" apply false
}
include ":app"
================================================
FILE: build.yaml
================================================
targets:
$default:
builders:
json_serializable:
options:
explicit_to_json: true
================================================
FILE: codecov.yml
================================================
# codecov.yml
codecov:
require_ci_to_pass: yes
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
target: 80% # the required coverage value
threshold: 1% # the leniency in hitting the target
patch:
default:
target: 80%
ignore:
- "lib/core/localization/generated/" # Generated files
- "lib/utils/services/firebase/*" # Firebase services
- "lib/core/resources/*" # Resources
- "lib/generated/**/*" # Generated files
- "**/*.g.dart" # Generated files
- "**/*.freezed.dart" # Freezed generated files
================================================
FILE: flutter_launcher_icons-prd.yaml
================================================
flutter_launcher_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: "assets/images/ic_launcher.png"
image_path_ios_dark_transparent: "assets/images/ic_launcher_dark.png"
adaptive_icon_background: "#FFFFFF"
adaptive_icon_foreground: "assets/images/ic_launcher_foreground.png"
================================================
FILE: flutter_launcher_icons-stg.yaml
================================================
flutter_launcher_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: "assets/images/ic_launcher_stg.png"
image_path_ios_dark_transparent: "assets/images/ic_launcher_stg_dark.png"
adaptive_icon_background: "#FFFFFF"
adaptive_icon_foreground: "assets/images/ic_launcher_foreground_stg.png"
================================================
FILE: flutter_native_splash-prd.yaml
================================================
flutter_native_splash:
color: "#ffffff"
image: assets/images/ic_logo.png
branding: assets/images/ic_branding.png
color_dark: "#000000"
image_dark: assets/images/ic_logo_dark.png
branding_dark: assets/images/ic_branding_dark.png
branding_bottom_padding_ios: 24
branding_bottom_padding_android: 0
android_12:
image: assets/images/ic_logo_12.png
icon_background_color: "#ffffff"
branding: assets/images/ic_branding_12.png
image_dark: assets/images/ic_logo_12_dark.png
icon_background_color_dark: "#000000"
branding_dark: assets/images/ic_branding_12_dark.png
web: false
================================================
FILE: flutter_native_splash-stg.yaml
================================================
flutter_native_splash:
color: "#ffffff"
image: assets/images/ic_logo_stg.png
branding: assets/images/ic_branding.png
color_dark: "#000000"
image_dark: assets/images/ic_logo_stg_dark.png
branding_dark: assets/images/ic_branding_dark.png
branding_bottom_padding_ios: 24
branding_bottom_padding_android: 0
android_12:
image: assets/images/ic_logo_12_stg.png
icon_background_color: "#ffffff"
branding: assets/images/ic_branding_12.png
image_dark: assets/images/ic_logo_12_stg_dark.png
icon_background_color_dark: "#000000"
branding_dark: assets/images/ic_branding_12_dark.png
web: false
================================================
FILE: ios/.gitignore
================================================
*.mode1v3
*.mode2v3
*.moved-aside
*.pbxuser
*.perspectivev3
**/*sync/
.sconsign.dblite
.tags*
**/.vagrant/
**/DerivedData/
Icon?
**/Pods/
**/.symlinks/
profile
xcuserdata
**/.generated/
Flutter/App.framework
Flutter/Flutter.framework
Flutter/Flutter.podspec
Flutter/Generated.xcconfig
Flutter/app.flx
Flutter/app.zip
Flutter/flutter_assets/
Flutter/flutter_export_environment.sh
ServiceDefinitions.json
Runner/GeneratedPluginRegistrant.*
# Exceptions to above rules.
!default.mode1v3
!default.mode2v3
!default.pbxuser
!default.perspectivev3
# Ignore build folder
build/
================================================
FILE: ios/Flutter/AppFrameworkInfo.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>App</string>
<key>CFBundleIdentifier</key>
<string>io.flutter.flutter.app</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>App</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>13.0</string>
</dict>
</plist>
================================================
FILE: ios/Flutter/Debug.xcconfig
================================================
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
#include "Generated.xcconfig"
================================================
FILE: ios/Flutter/Release.xcconfig
================================================
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
#include "Generated.xcconfig"
================================================
FILE: ios/Flutter/ephemeral/flutter_lldb_helper.py
================================================
#
# Generated file, do not edit.
#
import lldb
def handle_new_rx_page(frame: lldb.SBFrame, bp_loc, extra_args, intern_dict):
"""Intercept NOTIFY_DEBUGGER_ABOUT_RX_PAGES and touch the pages."""
base = frame.register["x0"].GetValueAsAddress()
page_len = frame.register["x1"].GetValueAsUnsigned()
# Note: NOTIFY_DEBUGGER_ABOUT_RX_PAGES will check contents of the
# first page to see if handled it correctly. This makes diagnosing
# misconfiguration (e.g. missing breakpoint) easier.
data = bytearray(page_len)
data[0:8] = b'IHELPED!'
error = lldb.SBError()
frame.GetThread().GetProcess().WriteMemory(base, data, error)
if not error.Success():
print(f'Failed to write into {base}[+{page_len}]', error)
return
def __lldb_init_module(debugger: lldb.SBDebugger, _):
target = debugger.GetDummyTarget()
# Caveat: must use BreakpointCreateByRegEx here and not
# BreakpointCreateByName. For some reasons callback function does not
# get carried over from dummy target for the later.
bp = target.BreakpointCreateByRegex("^NOTIFY_DEBUGGER_ABOUT_RX_PAGES$")
bp.SetScriptCallbackFunction('{}.handle_new_rx_page'.format(__name__))
bp.SetAutoContinue(True)
print("-- LLDB integration loaded --")
================================================
FILE: ios/Flutter/ephemeral/flutter_lldbinit
================================================
#
# Generated file, do not edit.
#
command script import --relative-to-command-file flutter_lldb_helper.py
================================================
FILE: ios/Podfile
================================================
# Uncomment this line to define a global platform for your project
# platform :ios, '13.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
project 'Runner', {
'Debug' => :debug,
'Profile' => :release,
'Release' => :release,
}
def flutter_root
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
unless File.exist?(generated_xcode_build_settings_path)
raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
end
File.foreach(generated_xcode_build_settings_path) do |line|
matches = line.match(/FLUTTER_ROOT\=(.*)/)
return matches[1].strip if matches
end
raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"
end
require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)
flutter_ios_podfile_setup
target 'Runner' do
use_frameworks!
use_modular_headers!
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end
post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
end
end
================================================
FILE: ios/Runner/AppDelegate.swift
================================================
import UIKit
import Flutter
@main
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
GeneratedPluginRegistrant.register(with: self)
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}
}
================================================
FILE: ios/Runner/Assets.xcassets/AppIcon-prd.appiconset/Contents.json
================================================
{"images":[{"size":"20x20","idiom":"universal","filename":"AppIcon-prd-20x20@2x.png","scale":"2x","platform":"ios"},{"size":"20x20","idiom":"universal","filename":"AppIcon-prd-20x20@3x.png","scale":"3x","platform":"ios"},{"size":"29x29","idiom":"universal","filename":"AppIcon-prd-29x29@2x.png","scale":"2x","platform":"ios"},{"size":"29x29","idiom":"universal","filename":"AppIcon-prd-29x29@3x.png","scale":"3x","platform":"ios"},{"size":"38x38","idiom":"universal","filename":"AppIcon-prd-38x38@2x.png","scale":"2x","platform":"ios"},{"size":"38x38","idiom":"universal","filename":"AppIcon-prd-38x38@3x.png","scale":"3x","platform":"ios"},{"size":"40x40","idiom":"universal","filename":"AppIcon-prd-40x40@2x.png","scale":"2x","platform":"ios"},{"size":"40x40","idiom":"universal","filename":"AppIcon-prd-40x40@3x.png","scale":"3x","platform":"ios"},{"size":"60x60","idiom":"universal","filename":"AppIcon-prd-60x60@2x.png","scale":"2x","platform":"ios"},{"size":"60x60","idiom":"universal","filename":"AppIcon-prd-60x60@3x.png","scale":"3x","platform":"ios"},{"size":"64x64","idiom":"universal","filename":"AppIcon-prd-64x64@2x.png","scale":"2x","platform":"ios"},{"size":"64x64","idiom":"universal","filename":"AppIcon-prd-64x64@3x.png","scale":"3x","platform":"ios"},{"size":"68x68","idiom":"universal","filename":"AppIcon-prd-68x68@2x.png","scale":"2x","platform":"ios"},{"size":"76x76","idiom":"universal","filename":"AppIcon-prd-76x76@2x.png","scale":"2x","platform":"ios"},{"size":"83.5x83.5","idiom":"universal","filename":"AppIcon-prd-83.5x83.5@2x.png","scale":"2x","platform":"ios"},{"size":"1024x1024","idiom":"universal","filename":"AppIcon-prd-1024x1024@1x.png","scale":"1x","platform":"ios"},{"size":"1024x1024","idiom":"ios-marketing","filename":"AppIcon-prd-1024x1024@1x.png","scale":"1x"},{"size":"20x20","idiom":"universal","filename":"AppIcon-prd-Dark-20x20@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"20x20","idiom":"universal","filename":"AppIcon-prd-Dark-20x20@3x.png","scale":"3x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"29x29","idiom":"universal","filename":"AppIcon-prd-Dark-29x29@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"29x29","idiom":"universal","filename":"AppIcon-prd-Dark-29x29@3x.png","scale":"3x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"38x38","idiom":"universal","filename":"AppIcon-prd-Dark-38x38@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"38x38","idiom":"universal","filename":"AppIcon-prd-Dark-38x38@3x.png","scale":"3x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"40x40","idiom":"universal","filename":"AppIcon-prd-Dark-40x40@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"40x40","idiom":"universal","filename":"AppIcon-prd-Dark-40x40@3x.png","scale":"3x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"60x60","idiom":"universal","filename":"AppIcon-prd-Dark-60x60@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"60x60","idiom":"universal","filename":"AppIcon-prd-Dark-60x60@3x.png","scale":"3x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"64x64","idiom":"universal","filename":"AppIcon-prd-Dark-64x64@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"64x64","idiom":"universal","filename":"AppIcon-prd-Dark-64x64@3x.png","scale":"3x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"68x68","idiom":"universal","filename":"AppIcon-prd-Dark-68x68@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"76x76","idiom":"universal","filename":"AppIcon-prd-Dark-76x76@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"83.5x83.5","idiom":"universal","filename":"AppIcon-prd-Dark-83.5x83.5@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"1024x1024","idiom":"universal","filename":"AppIcon-prd-Dark-1024x1024@1x.png","scale":"1x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]}],"info":{"version":1,"author":"xcode"}}
================================================
FILE: ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/Contents.json
================================================
{"images":[{"size":"20x20","idiom":"universal","filename":"AppIcon-stg-20x20@2x.png","scale":"2x","platform":"ios"},{"size":"20x20","idiom":"universal","filename":"AppIcon-stg-20x20@3x.png","scale":"3x","platform":"ios"},{"size":"29x29","idiom":"universal","filename":"AppIcon-stg-29x29@2x.png","scale":"2x","platform":"ios"},{"size":"29x29","idiom":"universal","filename":"AppIcon-stg-29x29@3x.png","scale":"3x","platform":"ios"},{"size":"38x38","idiom":"universal","filename":"AppIcon-stg-38x38@2x.png","scale":"2x","platform":"ios"},{"size":"38x38","idiom":"universal","filename":"AppIcon-stg-38x38@3x.png","scale":"3x","platform":"ios"},{"size":"40x40","idiom":"universal","filename":"AppIcon-stg-40x40@2x.png","scale":"2x","platform":"ios"},{"size":"40x40","idiom":"universal","filename":"AppIcon-stg-40x40@3x.png","scale":"3x","platform":"ios"},{"size":"60x60","idiom":"universal","filename":"AppIcon-stg-60x60@2x.png","scale":"2x","platform":"ios"},{"size":"60x60","idiom":"universal","filename":"AppIcon-stg-60x60@3x.png","scale":"3x","platform":"ios"},{"size":"64x64","idiom":"universal","filename":"AppIcon-stg-64x64@2x.png","scale":"2x","platform":"ios"},{"size":"64x64","idiom":"universal","filename":"AppIcon-stg-64x64@3x.png","scale":"3x","platform":"ios"},{"size":"68x68","idiom":"universal","filename":"AppIcon-stg-68x68@2x.png","scale":"2x","platform":"ios"},{"size":"76x76","idiom":"universal","filename":"AppIcon-stg-76x76@2x.png","scale":"2x","platform":"ios"},{"size":"83.5x83.5","idiom":"universal","filename":"AppIcon-stg-83.5x83.5@2x.png","scale":"2x","platform":"ios"},{"size":"1024x1024","idiom":"universal","filename":"AppIcon-stg-1024x1024@1x.png","scale":"1x","platform":"ios"},{"size":"1024x1024","idiom":"ios-marketing","filename":"AppIcon-stg-1024x1024@1x.png","scale":"1x"},{"size":"20x20","idiom":"universal","filename":"AppIcon-stg-Dark-20x20@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"20x20","idiom":"universal","filename":"AppIcon-stg-Dark-20x20@3x.png","scale":"3x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"29x29","idiom":"universal","filename":"AppIcon-stg-Dark-29x29@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"29x29","idiom":"universal","filename":"AppIcon-stg-Dark-29x29@3x.png","scale":"3x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"38x38","idiom":"universal","filename":"AppIcon-stg-Dark-38x38@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"38x38","idiom":"universal","filename":"AppIcon-stg-Dark-38x38@3x.png","scale":"3x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"40x40","idiom":"universal","filename":"AppIcon-stg-Dark-40x40@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"40x40","idiom":"universal","filename":"AppIcon-stg-Dark-40x40@3x.png","scale":"3x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"60x60","idiom":"universal","filename":"AppIcon-stg-Dark-60x60@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"60x60","idiom":"universal","filename":"AppIcon-stg-Dark-60x60@3x.png","scale":"3x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"64x64","idiom":"universal","filename":"AppIcon-stg-Dark-64x64@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"64x64","idiom":"universal","filename":"AppIcon-stg-Dark-64x64@3x.png","scale":"3x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"68x68","idiom":"universal","filename":"AppIcon-stg-Dark-68x68@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"76x76","idiom":"universal","filename":"AppIcon-stg-Dark-76x76@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"83.5x83.5","idiom":"universal","filename":"AppIcon-stg-Dark-83.5x83.5@2x.png","scale":"2x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]},{"size":"1024x1024","idiom":"universal","filename":"AppIcon-stg-Dark-1024x1024@1x.png","scale":"1x","platform":"ios","appearances":[{"appearance":"luminosity","value":"dark"}]}],"info":{"version":1,"author":"xcode"}}
================================================
FILE: ios/Runner/Assets.xcassets/BrandingImagePrd.imageset/Contents.json
================================================
{
"images" : [
{
"filename" : "BrandingImage.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "BrandingImageDark.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "BrandingImage@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "BrandingImageDark@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "BrandingImage@3x.png",
"idiom" : "universal",
"scale" : "3x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "BrandingImageDark@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
================================================
FILE: ios/Runner/Assets.xcassets/BrandingImageStg.imageset/Contents.json
================================================
{
"images" : [
{
"filename" : "BrandingImage.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "BrandingImageDark.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "BrandingImage@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "BrandingImageDark@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "BrandingImage@3x.png",
"idiom" : "universal",
"scale" : "3x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "BrandingImageDark@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
================================================
FILE: ios/Runner/Assets.xcassets/Contents.json
================================================
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
================================================
FILE: ios/Runner/Assets.xcassets/LaunchBackgroundPrd.imageset/Contents.json
================================================
{
"images" : [
{
"filename" : "background.png",
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "darkbackground.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
================================================
FILE: ios/Runner/Assets.xcassets/LaunchBackgroundStg.imageset/Contents.json
================================================
{
"images" : [
{
"filename" : "background.png",
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "darkbackground.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
================================================
FILE: ios/Runner/Assets.xcassets/LaunchImagePrd.imageset/Contents.json
================================================
{
"images" : [
{
"filename" : "LaunchImage.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "LaunchImageDark.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "LaunchImage@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "LaunchImageDark@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "LaunchImage@3x.png",
"idiom" : "universal",
"scale" : "3x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "LaunchImageDark@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
================================================
FILE: ios/Runner/Assets.xcassets/LaunchImageStg.imageset/Contents.json
================================================
{
"images" : [
{
"filename" : "LaunchImage.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "LaunchImageDark.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "LaunchImage@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "LaunchImageDark@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "LaunchImage@3x.png",
"idiom" : "universal",
"scale" : "3x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "LaunchImageDark@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
================================================
FILE: ios/Runner/Base.lproj/LaunchScreen.storyboard
================================================
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22155" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22131"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Ydg-fD-yQy"/>
<viewControllerLayoutGuide type="bottom" id="xbc-2k-c8Z"/>
</layoutGuides>
<view key="view" contentMode="scaleAspectFit" semanticContentAttribute="spatial" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleAspectFit" semanticContentAttribute="spatial" misplaced="YES" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4">
<rect key="frame" x="0.0" y="336" width="393" height="181"/>
</imageView>
</subviews>
<color key="backgroundColor" red="0.11764705882352941" green="0.11764705882352941" blue="0.1803921568627451" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="YRO-k0-Ey4" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="1a2-6s-vTC"/>
<constraint firstItem="YRO-k0-Ey4" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="4X2-HB-R7a"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="80.152671755725194" y="264.08450704225356"/>
</scene>
</scenes>
<resources>
<image name="LaunchImage" width="1480" height="1480"/>
</resources>
</document>
================================================
FILE: ios/Runner/Base.lproj/LaunchScreenPrd.storyboard
================================================
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Ydg-fD-yQy"/>
<viewControllerLayoutGuide type="bottom" id="xbc-2k-c8Z"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" image="LaunchBackgroundPrd" translatesAutoresizingMaskIntoConstraints="NO" id="tWc-Dq-wcI"/>
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="LaunchImagePrd" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4"></imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" image="BrandingImagePrd" translatesAutoresizingMaskIntoConstraints="NO" id="Uyq-Kz-ftE"/>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="Uyq-Kz-ftE" secondAttribute="bottom" constant="24" id="8Yb-q4-8bl"/>
<constraint firstItem="Uyq-Kz-ftE" firstAttribute="centerX" secondItem="YRO-k0-Ey4" secondAttribute="centerX" id="3kg-TC-cPP"/>
<constraint firstItem="YRO-k0-Ey4" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="3T2-ad-Qdv"/>
<constraint firstItem="tWc-Dq-wcI" firstAttribute="bottom" secondItem="Ze5-6b-2t3" secondAttribute="bottom" id="RPx-PI-7Xg"/>
<constraint firstItem="tWc-Dq-wcI" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="SdS-ul-q2q"/>
<constraint firstAttribute="trailing" secondItem="tWc-Dq-wcI" secondAttribute="trailing" id="Swv-Gf-Rwn"/>
<constraint firstAttribute="trailing" secondItem="YRO-k0-Ey4" secondAttribute="trailing" id="TQA-XW-tRk"/>
<constraint firstItem="YRO-k0-Ey4" firstAttribute="bottom" secondItem="Ze5-6b-2t3" secondAttribute="bottom" id="duK-uY-Gun"/>
<constraint firstItem="tWc-Dq-wcI" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="kV7-tw-vXt"/>
<constraint firstItem="YRO-k0-Ey4" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="xPn-NY-SIU"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
</scene>
</scenes>
<resources>
<image name="LaunchImagePrd" width="500" height="473"/>
<image name="LaunchBackgroundPrd" width="1" height="1"/>
<image name="BrandingImagePrd" width="1" height="1"/>
</resources>
</document>
================================================
FILE: ios/Runner/Base.lproj/LaunchScreenStg.storyboard
================================================
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Ydg-fD-yQy"/>
<viewControllerLayoutGuide type="bottom" id="xbc-2k-c8Z"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" image="LaunchBackgroundStg" translatesAutoresizingMaskIntoConstraints="NO" id="tWc-Dq-wcI"/>
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="LaunchImageStg" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4"></imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" image="BrandingImageStg" translatesAutoresizingMaskIntoConstraints="NO" id="Uyq-Kz-ftE"/>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="Uyq-Kz-ftE" secondAttribute="bottom" constant="24" id="8Yb-q4-8bl"/>
<constraint firstItem="Uyq-Kz-ftE" firstAttribute="centerX" secondItem="YRO-k0-Ey4" secondAttribute="centerX" id="3kg-TC-cPP"/>
<constraint firstItem="YRO-k0-Ey4" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="3T2-ad-Qdv"/>
<constraint firstItem="tWc-Dq-wcI" firstAttribute="bottom" secondItem="Ze5-6b-2t3" secondAttribute="bottom" id="RPx-PI-7Xg"/>
<constraint firstItem="tWc-Dq-wcI" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="SdS-ul-q2q"/>
<constraint firstAttribute="trailing" secondItem="tWc-Dq-wcI" secondAttribute="trailing" id="Swv-Gf-Rwn"/>
<constraint firstAttribute="trailing" secondItem="YRO-k0-Ey4" secondAttribute="trailing" id="TQA-XW-tRk"/>
<constraint firstItem="YRO-k0-Ey4" firstAttribute="bottom" secondItem="Ze5-6b-2t3" secondAttribute="bottom" id="duK-uY-Gun"/>
<constraint firstItem="tWc-Dq-wcI" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="kV7-tw-vXt"/>
<constraint firstItem="YRO-k0-Ey4" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="xPn-NY-SIU"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
</scene>
</scenes>
<resources>
<image name="LaunchImageStg" width="500" height="473"/>
<image name="LaunchBackgroundStg" width="1" height="1"/>
<image name="BrandingImageStg" width="1" height="1"/>
</resources>
</document>
================================================
FILE: ios/Runner/Base.lproj/Main.storyboard
================================================
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22155" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22131"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Flutter View Controller-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController id="BYZ-38-t0r" customClass="FlutterViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-16" y="-40"/>
</scene>
</scenes>
</document>
================================================
FILE: ios/Runner/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>$(APP_DISPLAY_NAME)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>flutter_auth_app</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppleMusicUsageDescription</key>
<string>Apple Music Description</string>
<key>NSCalendarsUsageDescription</key>
<string>Calendar description</string>
<key>NSContactsUsageDescription</key>
<string>Contact description</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>NSLocationAlwaysUsageDescription</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>NSLocationWhenInUseUsageDescription</string>
<key>NSMotionUsageDescription</key>
<string>NSMotionUsageDescription</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>NSSpeechRecognitionUsageDescription</string>
<key>UILaunchStoryboardName</key>
<string>${LAUNCH_SCREEN}</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UIStatusBarHidden</key>
<false/>
</dict>
</plist>
================================================
FILE: ios/Runner/Runner-Bridging-Header.h
================================================
#import "GeneratedPluginRegistrant.h"
================================================
FILE: ios/Runner/Runner.entitlements
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:lazycatlabs.com</string>
<string>webcredentials:lazycatlabs.com</string>
</array>
</dict>
</plist>
================================================
FILE: ios/Runner.xcodeproj/project.pbxproj
================================================
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 54;
objects = {
/* Begin PBXBuildFile section */
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
780A53CC2C246251002E0A2C /* LaunchScreenStg.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 780A53C82C246251002E0A2C /* LaunchScreenStg.storyboard */; };
780A53CD2C246251002E0A2C /* LaunchScreenPrd.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 780A53CA2C246251002E0A2C /* LaunchScreenPrd.storyboard */; };
78CA03382868ACF50042EE7F /* config in Resources */ = {isa = PBXBuildFile; fileRef = 78CA03372868ACF50042EE7F /* config */; };
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
E2D6FEB538A115832E8C4BC4 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 908EE3BAD9BEF949EA5DCFB2 /* Pods_Runner.framework */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
9705A1C41CF9048500538489 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
5BBAB033A16FB58C30E02EBD /* Pods-Runner.release-prd.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-prd.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release-prd.xcconfig"; sourceTree = "<group>"; };
63A93C53F07E2C630D7ABD08 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
6AC1EB5494E13DCE832B3B38 /* Pods-Runner.release-stg.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-stg.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release-stg.xcconfig"; sourceTree = "<group>"; };
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
780A53C92C246251002E0A2C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreenStg.storyboard; sourceTree = "<group>"; };
780A53CB2C246251002E0A2C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreenPrd.storyboard; sourceTree = "<group>"; };
78CA03372868ACF50042EE7F /* config */ = {isa = PBXFileReference; lastKnownFileType = folder; path = config; sourceTree = "<group>"; };
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
908EE3BAD9BEF949EA5DCFB2 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
AB4713132823F47900D6ED06 /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; };
ADEFC56A2C5A340E42B7B20A /* Pods-Runner.debug-stg.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-stg.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug-stg.xcconfig"; sourceTree = "<group>"; };
CD7B34EFEDDA1685D846827A /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
D5E2AD314EB23754E64D4B34 /* Pods-Runner.debug-prd.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-prd.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug-prd.xcconfig"; sourceTree = "<group>"; };
E0442FB99154CFF9A7A75600 /* Pods-Runner.profile-stg.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile-stg.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile-stg.xcconfig"; sourceTree = "<group>"; };
E7AF144A3EF15B9DE242E60B /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
EFF278CECE2951ED1B883959 /* Pods-Runner.profile-prd.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile-prd.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile-prd.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
97C146EB1CF9000F007C117D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E2D6FEB538A115832E8C4BC4 /* Pods_Runner.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
18A557447A2C925D0884E8F0 /* Frameworks */ = {
isa = PBXGroup;
children = (
908EE3BAD9BEF949EA5DCFB2 /* Pods_Runner.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
38EE4B8F6C60E036C6AE3FA2 /* Pods */ = {
isa = PBXGroup;
children = (
CD7B34EFEDDA1685D846827A /* Pods-Runner.debug.xcconfig */,
E7AF144A3EF15B9DE242E60B /* Pods-Runner.release.xcconfig */,
63A93C53F07E2C630D7ABD08 /* Pods-Runner.profile.xcconfig */,
D5E2AD314EB23754E64D4B34 /* Pods-Runner.debug-prd.xcconfig */,
ADEFC56A2C5A340E42B7B20A /* Pods-Runner.debug-stg.xcconfig */,
5BBAB033A16FB58C30E02EBD /* Pods-Runner.release-prd.xcconfig */,
6AC1EB5494E13DCE832B3B38 /* Pods-Runner.release-stg.xcconfig */,
EFF278CECE2951ED1B883959 /* Pods-Runner.profile-prd.xcconfig */,
E0442FB99154CFF9A7A75600 /* Pods-Runner.profile-stg.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
};
9740EEB11CF90186004384FC /* Flutter */ = {
isa = PBXGroup;
children = (
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
9740EEB21CF90195004384FC /* Debug.xcconfig */,
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
9740EEB31CF90195004384FC /* Generated.xcconfig */,
);
name = Flutter;
sourceTree = "<group>";
};
97C146E51CF9000F007C117D = {
isa = PBXGroup;
children = (
78CA03372868ACF50042EE7F /* config */,
9740EEB11CF90186004384FC /* Flutter */,
97C146F01CF9000F007C117D /* Runner */,
97C146EF1CF9000F007C117D /* Products */,
38EE4B8F6C60E036C6AE3FA2 /* Pods */,
18A557447A2C925D0884E8F0 /* Frameworks */,
);
sourceTree = "<group>";
};
97C146EF1CF9000F007C117D /* Products */ = {
isa = PBXGroup;
children = (
97C146EE1CF9000F007C117D /* Runner.app */,
);
name = Products;
sourceTree = "<group>";
};
97C146F01CF9000F007C117D /* Runner */ = {
isa = PBXGroup;
children = (
780A53CA2C246251002E0A2C /* LaunchScreenPrd.storyboard */,
780A53C82C246251002E0A2C /* LaunchScreenStg.storyboard */,
AB4713132823F47900D6ED06 /* Runner.entitlements */,
97C146FA1CF9000F007C117D /* Main.storyboard */,
97C146FD1CF9000F007C117D /* Assets.xcassets */,
97C147021CF9000F007C117D /* Info.plist */,
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
);
path = Runner;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
97C146ED1CF9000F007C117D /* Runner */ = {
isa = PBXNativeTarget;
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
buildPhases = (
7B4F8DD92B482FFFC26A5465 /* [CP] Check Pods Manifest.lock */,
9740EEB61CF901F6004384FC /* Run Script */,
97C146EA1CF9000F007C117D /* Sources */,
97C146EB1CF9000F007C117D /* Frameworks */,
97C146EC1CF9000F007C117D /* Resources */,
9705A1C41CF9048500538489 /* Embed Frameworks */,
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
26110B88D73D3AE38C9A856A /* [CP] Embed Pods Frameworks */,
78CA03392868AD680042EE7F /* Copy GoogleService-Info.plist to the correct location */,
785534932A66121900BBB266 /* ShellScript */,
);
buildRules = (
);
dependencies = (
);
name = Runner;
productName = Runner;
productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
CreatedOnToolsVersion = 7.3.1;
LastSwiftMigration = 1100;
};
};
};
buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 97C146E51CF9000F007C117D;
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
97C146ED1CF9000F007C117D /* Runner */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
97C146EC1CF9000F007C117D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
780A53CC2C246251002E0A2C /* LaunchScreenStg.storyboard in Resources */,
78CA03382868ACF50042EE7F /* config in Resources */,
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
780A53CD2C246251002E0A2C /* LaunchScreenPrd.storyboard in Resources */,
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
26110B88D73D3AE38C9A856A /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
);
name = "Thin Binary";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
};
785534932A66121900BBB266 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}",
"$(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)",
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\"${PODS_ROOT}/FirebaseCrashlytics/run\"\n";
};
78CA03392868AD680042EE7F /* Copy GoogleService-Info.plist to the correct location */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Copy GoogleService-Info.plist to the correct location";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/zsh;
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nsetopt KSH_ARRAYS BASH_REMATCH\nenvironment=\"default\"\n\n# Regex to extract the scheme name from the Build Configuration\n# We have named our Build Configurations as Debug-dev, Debug-prod etc.\n# Here, dev and prod are the scheme names. This kind of naming is required by Flutter for flavors to work.\n# We are using the $CONFIGURATION variable available in the XCode build environment to extract \n# the environment (or flavor)\n# For eg.\n# If CONFIGURATION=\"Debug-prod\", then environment will get set to \"prod\".\nif [[ $CONFIGURATION =~ -([^-]*)$ ]]; then\nenvironment=${BASH_REMATCH[1]}\nfi\n\necho $environment\n\n# Name and path of the resource we're copying\nGOOGLESERVICE_INFO_PLIST=GoogleService-Info.plist\nGOOGLESERVICE_INFO_FILE=${PROJECT_DIR}/config/${environment}/${GOOGLESERVICE_INFO_PLIST}\n\n# Make sure GoogleService-Info.plist exists\necho \"Looking for ${GOOGLESERVICE_INFO_PLIST} in ${GOOGLESERVICE_INFO_FILE}\"\nif [ ! -f $GOOGLESERVICE_INFO_FILE ]\nthen\necho \"No GoogleService-Info.plist found. Please ensure it's in the proper directory.\"\nexit 1\nfi\n\n# Get a reference to the destination location for the GoogleService-Info.plist\n# This is the default location where Firebase init code expects to find GoogleServices-Info.plist file\nPLIST_DESTINATION=${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app\necho \"Will copy ${GOOGLESERVICE_INFO_PLIST} to final destination: ${PLIST_DESTINATION}\"\n\n# Copy over the prod GoogleService-Info.plist for Release builds\ncp \"${GOOGLESERVICE_INFO_FILE}\" \"${PLIST_DESTINATION}\"\nunsetopt KSH_ARRAYS\n";
};
7B4F8DD92B482FFFC26A5465 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Run Script";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
97C146EA1CF9000F007C117D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
780A53C82C246251002E0A2C /* LaunchScreenStg.storyboard */ = {
isa = PBXVariantGroup;
children = (
780A53C92C246251002E0A2C /* Base */,
);
name = LaunchScreenStg.storyboard;
sourceTree = "<group>";
};
780A53CA2C246251002E0A2C /* LaunchScreenPrd.storyboard */ = {
isa = PBXVariantGroup;
children = (
780A53CB2C246251002E0A2C /* Base */,
);
name = LaunchScreenPrd.storyboard;
sourceTree = "<group>";
};
97C146FA1CF9000F007C117D /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
97C146FB1CF9000F007C117D /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
249021D3217E4FDB00AE95B9 /* Profile-prd */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = "Profile-prd";
};
249021D4217E4FDB00AE95B9 /* Profile-prd */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
buildSettings = {
APP_DISPLAY_NAME = "Flutter Auth";
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-prd";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = A83F92587U;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LAUNCH_SCREEN = LaunchScreenPrd;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.lazycatlabs.auths;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
name = "Profile-prd";
};
78CA03312868A9F00042EE7F /* Debug-stg */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = "Debug-stg";
};
78CA03322868A9F00042EE7F /* Debug-stg */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
buildSettings = {
APP_DISPLAY_NAME = "Flutter Auth STG";
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-stg";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = A83F92587U;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LAUNCH_SCREEN = LaunchScreenStg;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.lazycatlabs.auths.stg;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
name = "Debug-stg";
};
78CA03332868A9F90042EE7F /* Profile-stg */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = "Profile-stg";
};
78CA03342868A9F90042EE7F /* Profile-stg */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
buildSettings = {
APP_DISPLAY_NAME = "Flutter Auth STG";
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-stg";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = A83F92587U;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LAUNCH_SCREEN = LaunchScreenStg;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.lazycatlabs.auths.stg;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
name = "Profile-stg";
};
78CA03352868AA000042EE7F /* Release-stg */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = "Release-stg";
};
78CA03362868AA000042EE7F /* Release-stg */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
buildSettings = {
APP_DISPLAY_NAME = "Flutter Auth STG";
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-stg";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = A83F92587U;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LAUNCH_SCREEN = LaunchScreenStg;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.lazycatlabs.auths.stg;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
name = "Release-stg";
};
97C147031CF9000F007C117D /* Debug-prd */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = "Debug-prd";
};
97C147041CF9000F007C117D /* Release-prd */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = "Release-prd";
};
97C147061CF9000F007C117D /* Debug-prd */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
buildSettings = {
APP_DISPLAY_NAME = "Flutter Auth";
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-prd";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = A83F92587U;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LAUNCH_SCREEN = LaunchScreenPrd;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.lazycatlabs.auths;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
name = "Debug-prd";
};
97C147071CF9000F007C117D /* Release-prd */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
buildSettings = {
APP_DISPLAY_NAME = "Flutter Auth";
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-prd";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = A83F92587U;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LAUNCH_SCREEN = LaunchScreenPrd;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.lazycatlabs.auths;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
name = "Release-prd";
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
isa = XCConfigurationList;
buildConfigurations = (
97C147031CF9000F007C117D /* Debug-prd */,
78CA03312868A9F00042EE7F /* Debug-stg */,
97C147041CF9000F007C117D /* Release-prd */,
78CA03352868AA000042EE7F /* Release-stg */,
249021D3217E4FDB00AE95B9 /* Profile-prd */,
78CA03332868A9F90042EE7F /* Profile-stg */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = "Release-prd";
};
97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
isa = XCConfigurationList;
buildConfigurations = (
97C147061CF9000F007C117D /* Debug-prd */,
78CA03322868A9F00042EE7F /* Debug-stg */,
97C147071CF9000F007C117D /* Release-prd */,
78CA03362868AA000042EE7F /* Release-stg */,
249021D4217E4FDB00AE95B9 /* Profile-prd */,
78CA03342868A9F90042EE7F /* Profile-stg */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = "Release-prd";
};
/* End XCConfigurationList section */
};
rootObject = 97C146E61CF9000F007C117D /* Project object */;
}
================================================
FILE: ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
================================================
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>
================================================
FILE: ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
================================================
FILE: ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PreviewsEnabled</key>
<false/>
</dict>
</plist>
================================================
FILE: ios/Runner.xcodeproj/xcshareddata/xcschemes/prd.xcscheme
================================================
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
BuildableName = "Runner.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug-prd"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
BuildableName = "Runner.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug-prd"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
BuildableName = "Runner.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Profile-prd"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
BuildableName = "Runner.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug-prd">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release-prd"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
================================================
FILE: ios/Runner.xcodeproj/xcshareddata/xcschemes/stg.xcscheme
================================================
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1340"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
BuildableName = "Runner.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug-stg"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug-stg"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
BuildableName = "Runner.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release-stg"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
BuildableName = "Runner.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug-stg">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release-stg"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
================================================
FILE: ios/Runner.xcworkspace/contents.xcworkspacedata
================================================
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:Runner.xcodeproj">
</FileRef>
<FileRef
location = "group:Pods/Pods.xcodeproj">
</FileRef>
</Workspace>
================================================
FILE: ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
================================================
FILE: ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PreviewsEnabled</key>
<false/>
</dict>
</plist>
================================================
FILE: ios/config/prd/GoogleService-Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CLIENT_ID</key>
<string>933342696488-ekbqsc1q8pkvk61nj5p0f04061ivr0ug.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.933342696488-ekbqsc1q8pkvk61nj5p0f04061ivr0ug</string>
<key>ANDROID_CLIENT_ID</key>
<string>933342696488-i2co7br6pib2js7a8vsjpio4164n0qci.apps.googleusercontent.com</string>
<key>API_KEY</key>
<string>AIzaSyAPG4_LhFSS94Jez8k20Mu4i7cyCn26hzc</string>
<key>GCM_SENDER_ID</key>
<string>933342696488</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.lazycatlabs.auths</string>
<key>PROJECT_ID</key>
<string>mobile-app-bd59b</string>
<key>STORAGE_BUCKET</key>
<string>mobile-app-bd59b.appspot.com</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
<false></false>
<key>IS_APPINVITE_ENABLED</key>
<true></true>
<key>IS_GCM_ENABLED</key>
<true></true>
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:933342696488:ios:3ddb617c88b0363187511d</string>
</dict>
</plist>
================================================
FILE: ios/config/stg/GoogleService-Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CLIENT_ID</key>
<string>520881115656-e14k5pcrklmsih46r01nh1fm9gt4oaf0.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.520881115656-e14k5pcrklmsih46r01nh1fm9gt4oaf0</string>
<key>ANDROID_CLIENT_ID</key>
<string>520881115656-a76c2vaojcsa2kj1qk243eclfna6j6ff.apps.googleusercontent.com</string>
<key>API_KEY</key>
<string>AIzaSyCgylLbnzngRGnumT5dnyfx4foQ2Qdu3dY</string>
<key>GCM_SENDER_ID</key>
<string>520881115656</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.lazycatlabs.auths.stg</string>
<key>PROJECT_ID</key>
<string>sample-49e7c</string>
<key>STORAGE_BUCKET</key>
<string>sample-49e7c.appspot.com</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
<false></false>
<key>IS_APPINVITE_ENABLED</key>
<true></true>
<key>IS_GCM_ENABLED</key>
<true></true>
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:520881115656:ios:db518045ccad29fffd77bd</string>
</dict>
</plist>
================================================
FILE: l10n.yaml
================================================
arb-dir: lib/core/localization
output-dir: lib/core/localization/generated
template-arb-file: intl_en.arb
output-localization-file: strings.dart
output-class: Strings
================================================
FILE: lib/core/api/api.dart
================================================
export 'dio_client.dart';
export 'dio_interceptor.dart';
export 'isolate_parser.dart';
export 'list_api.dart';
================================================
FILE: lib/core/api/dio_client.dart
================================================
import 'package:dartz/dartz.dart';
import 'package:dio/dio.dart';
import 'package:flutter_auth_app/core/core.dart';
import 'package:flutter_auth_app/utils/utils.dart';
typedef ResponseConverter<T> = T Function(dynamic response);
class DioClient with MainBoxMixin, FirebaseCrashLogger {
String baseUrl = const String.fromEnvironment('BASE_URL');
String? _token;
bool _isUnitTest = false;
late Dio _dio;
DioClient({bool isUnitTest = false}) {
_isUnitTest = isUnitTest;
try {
_token = token();
} catch (_) {}
_dio = _createDio();
if (!_isUnitTest) {
_dio.interceptors.add(DioInterceptor());
}
}
String token() =>
getData(MainBoxKeys.authToken) ?? getData(MainBoxKeys.generalToken);
Dio get dio {
if (_isUnitTest) {
/// Return static dio if is unit test
return _dio;
} else {
/// We need to recreate dio to avoid token issue after login
try {
_token = token();
} catch (_) {}
final dio = _createDio();
if (!_isUnitTest) {
dio.interceptors.add(DioInterceptor());
}
return dio;
}
}
Dio _createDio() => Dio(
BaseOptions(
baseUrl: baseUrl,
headers: {
'Content-Type': 'application/json',
'Accept': 'application/json',
if (_token != null) ...{'Authorization': _token},
},
receiveTimeout: const Duration(minutes: 1),
connectTimeout: const Duration(minutes: 1),
validateStatus: (int? status) => status! > 0,
),
);
Future<Either<Failure, T>> getRequest<T>(
String url, {
required ResponseConverter<T> converter,
Map<String, dynamic>? queryParameters,
bool isIsolate = true,
}) async {
try {
final response = await dio.get(url, queryParameters: queryParameters);
if ((response.statusCode ?? 0) < 200 ||
(response.statusCode ?? 0) > 201) {
throw DioException(
requestOptions: response.requestOptions,
response: response,
);
}
if (!isIsolate) {
return Right(converter(response.data));
}
final isolateParse = IsolateParser<T>(
response.data as Map<String, dynamic>,
converter,
);
final result = await isolateParse.parseInBackground();
return Right(result);
} on DioException catch (e, stackTrace) {
try {
if (!_isUnitTest) {
nonFatalError(error: e, stackTrace: stackTrace);
}
return Left(
ServerFailure(
e.response?.data['diagnostic']['message'] as String? ?? e.message,
),
);
} catch (e) {
return Left(ServerFailure(e.toString()));
}
}
}
Future<Either<Failure, T>> postRequest<T>(
String url, {
required ResponseConverter<T> converter,
Map<String, dynamic>? data,
bool isIsolate = true,
}) async {
try {
final response = await dio.post(url, data: data);
if ((response.statusCode ?? 0) < 200 ||
(response.statusCode ?? 0) > 201) {
throw DioException(
requestOptions: response.requestOptions,
response: response,
);
}
if (!isIsolate) {
return Right(converter(response.data));
}
final isolateParse = IsolateParser<T>(
response.data as Map<String, dynamic>,
converter,
);
final result = await isolateParse.parseInBackground();
return Right(result);
} on DioException catch (e, stackTrace) {
try {
if (!_isUnitTest) {
nonFatalError(error: e, stackTrace: stackTrace);
}
return Left(
ServerFailure(
e.response?.data['diagnostic']['message'] as String? ?? e.message,
),
);
} catch (e) {
return Left(ServerFailure(e.toString()));
}
}
}
}
================================================
FILE: lib/core/api/dio_interceptor.dart
================================================
import 'dart:convert';
import 'package:dio/dio.dart';
import 'package:flutter/material.dart';
import 'package:flutter_auth_app/core/core.dart';
import 'package:flutter_auth_app/features/auth/auth.dart';
import 'package:flutter_auth_app/utils/utils.dart';
// coverage:ignore-start
class DioInterceptor extends Interceptor
with FirebaseCrashLogger, MainBoxMixin {
@override
void onRequest(RequestOptions options, RequestInterceptorHandler handler) {
String headerMessage = '';
options.headers.forEach((k, v) => headerMessage += '► $k: $v\n');
try {
options.queryParameters.forEach((k, v) => debugPrint('► $k: $v'));
} catch (_) {}
try {
const JsonEncoder encoder = JsonEncoder.withIndent(' ');
final String prettyJson = encoder.convert(options.data);
log.d(
// ignore: unnecessary_null_comparison
"REQUEST ► ︎ ${options.method != null ? options.method.toUpperCase() : 'METHOD'} ${"${options.baseUrl}${options.path}"}\n\n"
'Headers:\n'
'$headerMessage\n'
'❖ QueryParameters : \n'
'Body: $prettyJson',
);
} catch (e, stackTrace) {
log.e('Failed to extract json request $e');
nonFatalError(error: e, stackTrace: stackTrace);
}
super.onRequest(options, handler);
}
@override
Future<void> onError(
DioException dioException,
ErrorInterceptorHandler handler,
) async {
log.e(
"<-- ${dioException.message} ${dioException.response?.requestOptions != null ? (dioException.response!.requestOptions.baseUrl + dioException.response!.requestOptions.path) : 'URL'}\n\n"
"${dioException.response != null ? dioException.response!.data : 'Unknown Error'}",
);
nonFatalError(error: dioException, stackTrace: dioException.stackTrace);
if (dioException.response?.statusCode == 401 &&
dioException.response?.data['meta']['description'] ==
'Unauthenticated.') {
if (getData(MainBoxKeys.refreshToken) != null) {
await refreshToken();
// Retry the request with the new token
return handler.resolve(await _retry(dioException.requestOptions));
} else {
logoutBox();
}
}
return handler.next(dioException);
}
Future<Response<dynamic>> _retry(RequestOptions requestOptions) {
final options = Options(
method: requestOptions.method,
headers: requestOptions.headers,
);
return DioClient().dio.request<dynamic>(
requestOptions.path,
data: requestOptions.data,
queryParameters: requestOptions.queryParameters,
options: options,
);
}
Future<void> refreshToken() async {
/// Call API Refresh token
final response = await DioClient().postRequest(
ListAPI.generalToken,
data: {
'clientId': const String.fromEnvironment('USER_CLIENT_ID'),
'clientSecret': const String.fromEnvironment('USER_CLIENT_SECRET'),
'grantType': 'refresh_token',
'refreshToken': getData(MainBoxKeys.refreshToken),
},
converter: (response) =>
LoginResponse.fromJson(response as Map<String, dynamic>),
);
response.fold((l) => logoutBox(), (r) {
final data = r.data;
addData(
MainBoxKeys.refreshToken,
'${data?.tokenType} ${data?.refreshToken}',
);
addData(MainBoxKeys.authToken, '${data?.tokenType} ${data?.token}');
});
}
@override
void onResponse(Response response, ResponseInterceptorHandler handler) {
String headerMessage = '';
response.headers.forEach((k, v) => headerMessage += '► $k: $v\n');
const JsonEncoder encoder = JsonEncoder.withIndent(' ');
final String prettyJson = encoder.convert(response.data);
log.d(
// ignore: unnecessary_null_comparison
"◀ ︎RESPONSE ${response.statusCode} ${response.requestOptions != null ? (response.requestOptions.baseUrl + response.requestOptions.path) : 'URL'}\n\n"
'Headers:\n'
'$headerMessage\n'
'❖ Results : \n'
'Response: $prettyJson',
);
super.onResponse(response, handler);
}
}
// coverage:ignore-end
================================================
FILE: lib/core/api/isolate_parser.dart
================================================
import 'dart:isolate';
import 'package:flutter_auth_app/core/core.dart';
class IsolateParser<T> {
final Map<String, dynamic> json;
ResponseConverter<T> converter;
IsolateParser(this.json, this.converter);
Future<T> parseInBackground() async {
final port = ReceivePort();
await Isolate.spawn(_parseListOfJson, port.sendPort);
final result = await port.first;
return result as T;
}
void _parseListOfJson(SendPort sendPort) {
final result = converter(json);
Isolate.exit(sendPort, result);
}
}
================================================
FILE: lib/core/api/list_api.dart
================================================
class ListAPI {
ListAPI._(); // coverage:ignore-line
/// Auth
static const String generalToken = '/v1/api/auth/general';
static const String refreshToken = '/v1/api/auth/refresh';
static const String user = '/v1/api/user';
static const String login = '/v1/api/auth/login';
static const String logout = '/v1/api/auth/logout';
/// User
static const String users = '/v1/api/user/all';
}
================================================
FILE: lib/core/app_route.dart
================================================
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter_auth_app/dependencies_injection.dart';
import 'package:flutter_auth_app/features/features.dart';
import 'package:flutter_auth_app/utils/utils.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:go_router/go_router.dart';
enum Routes {
root('/'),
splashScreen('/splashscreen'),
/// Home Page
dashboard('/dashboard'),
settings('/settings'),
// Auth Page
login('/auth/login'),
register('/auth/register');
const Routes(this.path);
final String path;
}
class AppRoute {
static late BuildContext context;
static late bool isUnitTest;
AppRoute.setStream(BuildContext ctx, {bool isTest = false}) {
context = ctx;
isUnitTest = isTest;
}
static final GoRouter router = GoRouter(
routes: [
GoRoute(
path: Routes.splashScreen.path,
name: Routes.splashScreen.name,
builder: (_, _) => BlocProvider(
create: (_) => sl<GeneralTokenCubit>()
..generalToken(
const GeneralTokenParams(
clientId: String.fromEnvironment('CLIENT_ID'),
clientSecret: String.fromEnvironment('CLIENT_SECRET'),
),
),
child: SplashScreenPage(),
),
),
GoRoute(
path: Routes.root.path,
name: Routes.root.name,
redirect: (_, _) => Routes.dashboard.path,
),
GoRoute(
path: Routes.login.path,
name: Routes.login.name,
builder: (_, _) => BlocProvider(
create: (_) => sl<ReloadFormCubit>(),
child: const LoginPage(),
),
),
GoRoute(
path: Routes.register.path,
name: Routes.register.name,
builder: (_, _) => MultiBlocProvider(
providers: [
BlocProvider(create: (_) => sl<RegisterCubit>()),
BlocProvider(create: (_) => sl<ReloadFormCubit>()),
],
child: const RegisterPage(),
),
),
ShellRoute(
builder: (_, _, child) => BlocProvider(
create: (context) => sl<MainCubit>(),
child: MainPage(child: child),
),
routes: [
GoRoute(
path: Routes.dashboard.path,
name: Routes
gitextract_9aoivx5e/
├── .github/
│ ├── pull_request_template.md
│ └── workflows/
│ ├── merge-ci.yml
│ └── pull_request-ci.yml
├── .gitignore
├── LICENSE
├── README.md
├── analysis_options.yaml
├── android/
│ ├── .gitignore
│ ├── app/
│ │ ├── build.gradle
│ │ ├── google-services.json
│ │ ├── proguard-rules.pro
│ │ └── src/
│ │ ├── debug/
│ │ │ └── AndroidManifest.xml
│ │ ├── main/
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── kotlin/
│ │ │ │ └── com/
│ │ │ │ └── lazycatlabs/
│ │ │ │ └── auth/
│ │ │ │ └── MainActivity.kt
│ │ │ └── res/
│ │ │ ├── drawable/
│ │ │ │ ├── launch_background.xml
│ │ │ │ └── launch_background_12.xml
│ │ │ ├── mipmap-anydpi-v26/
│ │ │ │ └── ic_launcher.xml
│ │ │ ├── values/
│ │ │ │ ├── colors.xml
│ │ │ │ ├── strings.xml
│ │ │ │ └── styles.xml
│ │ │ └── values-night/
│ │ │ └── styles.xml
│ │ ├── prd/
│ │ │ └── res/
│ │ │ ├── drawable/
│ │ │ │ └── launch_background.xml
│ │ │ ├── drawable-night/
│ │ │ │ └── launch_background.xml
│ │ │ ├── drawable-night-v21/
│ │ │ │ └── launch_background.xml
│ │ │ ├── drawable-v21/
│ │ │ │ └── launch_background.xml
│ │ │ ├── mipmap-anydpi-v26/
│ │ │ │ └── ic_launcher.xml
│ │ │ ├── values/
│ │ │ │ ├── colors.xml
│ │ │ │ └── styles.xml
│ │ │ ├── values-night/
│ │ │ │ └── styles.xml
│ │ │ ├── values-night-v31/
│ │ │ │ └── styles.xml
│ │ │ └── values-v31/
│ │ │ └── styles.xml
│ │ ├── profile/
│ │ │ └── AndroidManifest.xml
│ │ └── stg/
│ │ ├── google-services.json
│ │ └── res/
│ │ ├── drawable/
│ │ │ └── launch_background.xml
│ │ ├── drawable-night/
│ │ │ └── launch_background.xml
│ │ ├── drawable-night-v21/
│ │ │ └── launch_background.xml
│ │ ├── drawable-v21/
│ │ │ └── launch_background.xml
│ │ ├── mipmap-anydpi-v26/
│ │ │ └── ic_launcher.xml
│ │ ├── values/
│ │ │ ├── colors.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ ├── values-night/
│ │ │ └── styles.xml
│ │ ├── values-night-v31/
│ │ │ └── styles.xml
│ │ └── values-v31/
│ │ └── styles.xml
│ ├── build.gradle
│ ├── gradle/
│ │ └── wrapper/
│ │ └── gradle-wrapper.properties
│ ├── gradle.properties
│ └── settings.gradle
├── build.yaml
├── codecov.yml
├── flutter_launcher_icons-prd.yaml
├── flutter_launcher_icons-stg.yaml
├── flutter_native_splash-prd.yaml
├── flutter_native_splash-stg.yaml
├── ios/
│ ├── .gitignore
│ ├── Flutter/
│ │ ├── AppFrameworkInfo.plist
│ │ ├── Debug.xcconfig
│ │ ├── Release.xcconfig
│ │ └── ephemeral/
│ │ ├── flutter_lldb_helper.py
│ │ └── flutter_lldbinit
│ ├── Podfile
│ ├── Runner/
│ │ ├── AppDelegate.swift
│ │ ├── Assets.xcassets/
│ │ │ ├── AppIcon-prd.appiconset/
│ │ │ │ └── Contents.json
│ │ │ ├── AppIcon-stg.appiconset/
│ │ │ │ └── Contents.json
│ │ │ ├── BrandingImagePrd.imageset/
│ │ │ │ └── Contents.json
│ │ │ ├── BrandingImageStg.imageset/
│ │ │ │ └── Contents.json
│ │ │ ├── Contents.json
│ │ │ ├── LaunchBackgroundPrd.imageset/
│ │ │ │ └── Contents.json
│ │ │ ├── LaunchBackgroundStg.imageset/
│ │ │ │ └── Contents.json
│ │ │ ├── LaunchImagePrd.imageset/
│ │ │ │ └── Contents.json
│ │ │ └── LaunchImageStg.imageset/
│ │ │ └── Contents.json
│ │ ├── Base.lproj/
│ │ │ ├── LaunchScreen.storyboard
│ │ │ ├── LaunchScreenPrd.storyboard
│ │ │ ├── LaunchScreenStg.storyboard
│ │ │ └── Main.storyboard
│ │ ├── Info.plist
│ │ ├── Runner-Bridging-Header.h
│ │ └── Runner.entitlements
│ ├── Runner.xcodeproj/
│ │ ├── project.pbxproj
│ │ ├── project.xcworkspace/
│ │ │ ├── contents.xcworkspacedata
│ │ │ └── xcshareddata/
│ │ │ ├── IDEWorkspaceChecks.plist
│ │ │ └── WorkspaceSettings.xcsettings
│ │ └── xcshareddata/
│ │ └── xcschemes/
│ │ ├── prd.xcscheme
│ │ └── stg.xcscheme
│ ├── Runner.xcworkspace/
│ │ ├── contents.xcworkspacedata
│ │ └── xcshareddata/
│ │ ├── IDEWorkspaceChecks.plist
│ │ └── WorkspaceSettings.xcsettings
│ └── config/
│ ├── prd/
│ │ └── GoogleService-Info.plist
│ └── stg/
│ └── GoogleService-Info.plist
├── l10n.yaml
├── lib/
│ ├── core/
│ │ ├── api/
│ │ │ ├── api.dart
│ │ │ ├── dio_client.dart
│ │ │ ├── dio_interceptor.dart
│ │ │ ├── isolate_parser.dart
│ │ │ └── list_api.dart
│ │ ├── app_route.dart
│ │ ├── core.dart
│ │ ├── error/
│ │ │ ├── error.dart
│ │ │ ├── exceptions.dart
│ │ │ └── failure.dart
│ │ ├── localization/
│ │ │ ├── intl_en.arb
│ │ │ ├── intl_id.arb
│ │ │ ├── l10n.dart
│ │ │ └── localization.dart
│ │ ├── resources/
│ │ │ ├── dimens.dart
│ │ │ ├── images.dart
│ │ │ ├── palette.dart
│ │ │ ├── resources.dart
│ │ │ └── styles.dart
│ │ ├── usecase/
│ │ │ └── usecase.dart
│ │ └── widgets/
│ │ ├── button.dart
│ │ ├── button_notification.dart
│ │ ├── button_text.dart
│ │ ├── circle_image.dart
│ │ ├── color_loaders.dart
│ │ ├── drop_down.dart
│ │ ├── empty.dart
│ │ ├── loading.dart
│ │ ├── my_appbar.dart
│ │ ├── parent.dart
│ │ ├── spacer_h.dart
│ │ ├── spacer_v.dart
│ │ ├── text_f.dart
│ │ ├── toast.dart
│ │ └── widgets.dart
│ ├── dependencies_injection.dart
│ ├── features/
│ │ ├── auth/
│ │ │ ├── auth.dart
│ │ │ ├── data/
│ │ │ │ ├── data.dart
│ │ │ │ ├── datasources/
│ │ │ │ │ ├── auth_remote_datasources.dart
│ │ │ │ │ └── datasources.dart
│ │ │ │ ├── models/
│ │ │ │ │ ├── general_token_response.dart
│ │ │ │ │ ├── login_response.dart
│ │ │ │ │ ├── models.dart
│ │ │ │ │ └── register_response.dart
│ │ │ │ └── repositories/
│ │ │ │ ├── auth_repository_impl.dart
│ │ │ │ └── repositories.dart
│ │ │ ├── domain/
│ │ │ │ ├── domain.dart
│ │ │ │ ├── entities/
│ │ │ │ │ ├── entities.dart
│ │ │ │ │ ├── general_token.dart
│ │ │ │ │ ├── login.dart
│ │ │ │ │ └── register.dart
│ │ │ │ ├── repositories/
│ │ │ │ │ ├── auth_repository.dart
│ │ │ │ │ └── repositories.dart
│ │ │ │ └── usecases/
│ │ │ │ ├── post_general_token.dart
│ │ │ │ ├── post_login.dart
│ │ │ │ ├── post_logout.dart
│ │ │ │ ├── post_register.dart
│ │ │ │ └── usecases.dart
│ │ │ └── pages/
│ │ │ ├── login/
│ │ │ │ ├── cubit/
│ │ │ │ │ ├── auth_cubit.dart
│ │ │ │ │ └── cubit.dart
│ │ │ │ ├── login.dart
│ │ │ │ └── login_page.dart
│ │ │ ├── pages.dart
│ │ │ └── register/
│ │ │ ├── cubit/
│ │ │ │ ├── cubit.dart
│ │ │ │ └── register_cubit.dart
│ │ │ ├── register.dart
│ │ │ └── register_page.dart
│ │ ├── features.dart
│ │ ├── general/
│ │ │ ├── data/
│ │ │ │ ├── data.dart
│ │ │ │ └── models/
│ │ │ │ ├── diagnostic.dart
│ │ │ │ ├── diagnostic_response.dart
│ │ │ │ ├── models.dart
│ │ │ │ └── page.dart
│ │ │ ├── general.dart
│ │ │ └── pages/
│ │ │ ├── cubit/
│ │ │ │ ├── cubit.dart
│ │ │ │ └── reload_form_cubit.dart
│ │ │ ├── main/
│ │ │ │ ├── cubit/
│ │ │ │ │ ├── cubit.dart
│ │ │ │ │ ├── logout_cubit.dart
│ │ │ │ │ ├── main_cubit.dart
│ │ │ │ │ └── user_cubit.dart
│ │ │ │ ├── main.dart
│ │ │ │ ├── main_page.dart
│ │ │ │ └── menu_drawer.dart
│ │ │ ├── pages.dart
│ │ │ ├── settings/
│ │ │ │ ├── cubit/
│ │ │ │ │ ├── cubit.dart
│ │ │ │ │ └── settings_cubit.dart
│ │ │ │ ├── settings.dart
│ │ │ │ └── settings_page.dart
│ │ │ └── splashscreen/
│ │ │ ├── cubit/
│ │ │ │ ├── cubit.dart
│ │ │ │ └── general_token_cubit.dart
│ │ │ ├── splash_screen_page.dart
│ │ │ └── splashscreen.dart
│ │ └── users/
│ │ ├── data/
│ │ │ ├── data.dart
│ │ │ ├── datasources/
│ │ │ │ ├── datasources.dart
│ │ │ │ └── user_remote_datasources.dart
│ │ │ ├── models/
│ │ │ │ ├── models.dart
│ │ │ │ ├── user_response.dart
│ │ │ │ └── users_response.dart
│ │ │ └── repositories/
│ │ │ ├── repositories.dart
│ │ │ └── users_repository_impl.dart
│ │ ├── domain/
│ │ │ ├── domain.dart
│ │ │ ├── entities/
│ │ │ │ ├── entities.dart
│ │ │ │ └── users.dart
│ │ │ ├── repositories/
│ │ │ │ ├── repositories.dart
│ │ │ │ └── users_repository.dart
│ │ │ └── usecases/
│ │ │ ├── get_user.dart
│ │ │ ├── get_users.dart
│ │ │ └── usecases.dart
│ │ ├── pages/
│ │ │ ├── dashboard/
│ │ │ │ ├── cubit/
│ │ │ │ │ ├── cubit.dart
│ │ │ │ │ └── users_cubit.dart
│ │ │ │ ├── dashboard.dart
│ │ │ │ └── dashboard_page.dart
│ │ │ └── pages.dart
│ │ └── users.dart
│ ├── lzyct_app.dart
│ ├── main.dart
│ └── utils/
│ ├── ext/
│ │ ├── context.dart
│ │ ├── ext.dart
│ │ ├── map.dart
│ │ ├── string.dart
│ │ └── text_theme.dart
│ ├── helper/
│ │ ├── common.dart
│ │ ├── constant.dart
│ │ ├── data_helper.dart
│ │ ├── debouncer.dart
│ │ ├── go_router_refresh_stream.dart
│ │ └── helper.dart
│ ├── services/
│ │ ├── firebase/
│ │ │ ├── firebase.dart
│ │ │ ├── firebase_crashlogger.dart
│ │ │ ├── firebase_options.dart
│ │ │ └── firebase_services.dart
│ │ ├── hive/
│ │ │ ├── hive.dart
│ │ │ ├── hive_adapters.dart
│ │ │ ├── hive_adapters.g.yaml
│ │ │ └── main_box.dart
│ │ └── services.dart
│ └── utils.dart
├── maestro-prd/
│ ├── dashboard.yaml
│ ├── login.yaml
│ ├── logout.yaml
│ ├── main.yaml
│ ├── register.yaml
│ └── settings.yaml
├── maestro-stg/
│ ├── dashboard.yaml
│ ├── login.yaml
│ ├── logout.yaml
│ ├── main.yaml
│ ├── register.yaml
│ └── settings.yaml
├── pubspec.yaml
└── test/
├── core/
│ ├── api/
│ │ └── list_api_test.dart
│ ├── app_route_test.dart
│ ├── error/
│ │ ├── exception_test.dart
│ │ └── failure_test.dart
│ ├── localization/
│ │ └── l10n_test.dart
│ └── widgets/
│ ├── circle_image_test.dart
│ └── toast_test.dart
├── features/
│ ├── auth/
│ │ ├── data/
│ │ │ ├── datasources/
│ │ │ │ ├── models/
│ │ │ │ │ ├── general_token_response_test.dart
│ │ │ │ │ ├── login_response_test.dart
│ │ │ │ │ └── register_response_test.dart
│ │ │ │ └── repositories/
│ │ │ │ └── auth_remote_datasources_test.dart
│ │ │ └── repositories/
│ │ │ └── auth_repository_impl_test.dart
│ │ ├── domain/
│ │ │ └── usecases/
│ │ │ ├── post_general_token_test.dart
│ │ │ ├── post_login_test.dart
│ │ │ ├── post_logout.dart
│ │ │ └── post_register_test.dart
│ │ └── pages/
│ │ ├── login/
│ │ │ ├── cubit/
│ │ │ │ ├── auth_cubit_test.dart
│ │ │ │ ├── auth_cubit_test.mocks.dart
│ │ │ │ └── auth_state_test.dart
│ │ │ └── login_page_test.dart
│ │ └── register/
│ │ ├── cubit/
│ │ │ ├── register_cubit_test.dart
│ │ │ ├── register_cubit_test.mocks.dart
│ │ │ └── register_state_test.dart
│ │ └── register_page_test.dart
│ ├── general/
│ │ ├── data/
│ │ │ └── models/
│ │ │ ├── diagnostic_response_test.dart
│ │ │ ├── diagnostic_test.dart
│ │ │ └── page_test.dart
│ │ └── pages/
│ │ ├── cubit/
│ │ │ ├── reload_form_cubit_test.dart
│ │ │ └── reload_form_state_test.dart
│ │ ├── main/
│ │ │ ├── cubit/
│ │ │ │ ├── logout_cubit_test.dart
│ │ │ │ ├── logout_cubit_test.mocks.dart
│ │ │ │ ├── main_cubit_test.dart
│ │ │ │ ├── user_cubit_test.dart
│ │ │ │ └── user_cubit_test.mocks.dart
│ │ │ ├── main_page_test.dart
│ │ │ └── menu_drawer_test.dart
│ │ ├── settings/
│ │ │ ├── cubit/
│ │ │ │ └── settings_cubit_test.dart
│ │ │ └── settings_page_test.dart
│ │ └── splashscreen/
│ │ ├── cubit/
│ │ │ ├── general_token_cubit_test.dart
│ │ │ ├── general_token_cubit_test.mocks.dart
│ │ │ └── general_token_state_test.dart
│ │ └── splash_screen_page_test.dart
│ └── users/
│ ├── data/
│ │ ├── datasources/
│ │ │ ├── models/
│ │ │ │ └── users_response_test.dart
│ │ │ └── repositories/
│ │ │ └── users_remote_datasources_test.dart
│ │ └── repositories/
│ │ └── users_repository_impl_test.dart
│ ├── domain/
│ │ └── usecases/
│ │ └── get_users_test.dart
│ └── pages/
│ └── dashboard/
│ ├── cubit/
│ │ ├── users_cubit_test.dart
│ │ ├── users_cubit_test.mocks.dart
│ │ └── users_state_test.dart
│ └── dashboard_page_test.dart
├── helpers/
│ ├── fake_path_provider_platform.dart
│ ├── json_reader.dart
│ ├── paths.dart
│ ├── stubs/
│ │ ├── diagnostic.json
│ │ ├── diagnostic_response_200.json
│ │ ├── diagnostic_response_400.json
│ │ ├── general_token_response_200.json
│ │ ├── general_token_response_401.json
│ │ ├── login_response_200.json
│ │ ├── login_response_401.json
│ │ ├── page.json
│ │ ├── register_response_200.json
│ │ ├── register_response_400.json
│ │ ├── user_response_200.json
│ │ ├── user_response_401.json
│ │ ├── users_empty_response_200.json
│ │ └── users_response_200.json
│ ├── test_mock.dart
│ └── test_mock.mocks.dart
└── utils/
├── ext/
│ ├── context_test.dart
│ └── string_test.dart
└── helper/
├── debouncer_test.dart
└── go_router_refresh_stream_test.dart
SYMBOL INDEX (394 symbols across 142 files)
FILE: ios/Flutter/ephemeral/flutter_lldb_helper.py
function handle_new_rx_page (line 7) | def handle_new_rx_page(frame: lldb.SBFrame, bp_loc, extra_args, intern_d...
function __lldb_init_module (line 24) | def __lldb_init_module(debugger: lldb.SBDebugger, _):
FILE: lib/core/api/dio_client.dart
type ResponseConverter (line 6) | typedef ResponseConverter<T> = T Function(dynamic response);
class DioClient (line 8) | class DioClient with MainBoxMixin, FirebaseCrashLogger {
method token (line 29) | String token()
method _createDio (line 52) | Dio _createDio()
method getRequest (line 66) | Future<Either<Failure, T>> getRequest<T>(
method postRequest (line 107) | Future<Either<Failure, T>> postRequest<T>(
FILE: lib/core/api/dio_interceptor.dart
class DioInterceptor (line 10) | class DioInterceptor extends Interceptor
method onRequest (line 13) | void onRequest(RequestOptions options, RequestInterceptorHandler handler)
method onError (line 40) | Future<void> onError(
method _retry (line 65) | Future<Response<dynamic>> _retry(RequestOptions requestOptions)
method refreshToken (line 79) | Future<void> refreshToken()
method onResponse (line 104) | void onResponse(Response response, ResponseInterceptorHandler handler)
FILE: lib/core/api/isolate_parser.dart
class IsolateParser (line 5) | class IsolateParser<T> {
method parseInBackground (line 12) | Future<T> parseInBackground()
method _parseListOfJson (line 20) | void _parseListOfJson(SendPort sendPort)
FILE: lib/core/api/list_api.dart
class ListAPI (line 1) | class ListAPI {
FILE: lib/core/app_route.dart
type Routes (line 9) | enum Routes {
class AppRoute (line 26) | class AppRoute {
FILE: lib/core/error/exceptions.dart
class ServerException (line 1) | class ServerException implements Exception {
class CacheException (line 7) | class CacheException implements Exception {}
FILE: lib/core/error/failure.dart
class Failure (line 1) | abstract class Failure {
class ServerFailure (line 6) | class ServerFailure extends Failure {
class NoDataFailure (line 19) | class NoDataFailure extends Failure {
class CacheFailure (line 27) | class CacheFailure extends Failure {
FILE: lib/core/localization/l10n.dart
class L10n (line 3) | class L10n {
method getFlag (line 11) | String getFlag(String code)
FILE: lib/core/resources/dimens.dart
class Dimens (line 3) | class Dimens {
FILE: lib/core/resources/images.dart
class Images (line 1) | class Images {
FILE: lib/core/resources/palette.dart
class Palette (line 54) | class Palette {
FILE: lib/core/resources/styles.dart
function themeLight (line 6) | ThemeData themeLight(BuildContext context)
function themeDark (line 127) | ThemeData themeDark(BuildContext context)
class LzyctColors (line 246) | class LzyctColors extends ThemeExtension<LzyctColors> {
method copyWith (line 292) | ThemeExtension<LzyctColors> copyWith({
method lerp (line 337) | ThemeExtension<LzyctColors> lerp(
class BoxDecorations (line 369) | class BoxDecorations {
class BoxShadows (line 389) | class BoxShadows {
FILE: lib/core/usecase/usecase.dart
class UseCase (line 4) | abstract class UseCase<Type, Params> {
method call (line 5) | Future<Either<Failure, Type>> call(Params params)
class NoParams (line 9) | class NoParams {}
FILE: lib/core/widgets/button.dart
class Button (line 4) | class Button extends StatelessWidget {
method build (line 23) | Widget build(BuildContext context)
FILE: lib/core/widgets/button_notification.dart
class ButtonNotification (line 4) | class ButtonNotification extends StatelessWidget {
method build (line 8) | Widget build(BuildContext context)
FILE: lib/core/widgets/button_text.dart
class ButtonText (line 5) | class ButtonText extends StatelessWidget {
method build (line 24) | Widget build(BuildContext context)
FILE: lib/core/widgets/circle_image.dart
class CircleImage (line 6) | class CircleImage extends StatelessWidget {
method build (line 13) | Widget build(BuildContext context)
FILE: lib/core/widgets/color_loaders.dart
class ColorLoader (line 6) | class ColorLoader extends StatefulWidget {
method createState (line 13) | _ColorLoaderState createState()
class _ColorLoaderState (line 16) | class _ColorLoaderState extends State<ColorLoader>
method initState (line 27) | void initState()
method build (line 75) | Widget build(BuildContext context)
method dispose (line 180) | void dispose()
class Dot (line 186) | class Dot extends StatelessWidget {
method build (line 193) | Widget build(BuildContext context)
FILE: lib/core/widgets/drop_down.dart
class DropDown (line 5) | class DropDown<T> extends StatefulWidget {
method createState (line 21) | _DropDownState<T> createState()
class _DropDownState (line 24) | class _DropDownState<T> extends State<DropDown<T>> {
method build (line 26) | Widget build(BuildContext context)
FILE: lib/core/widgets/empty.dart
class Empty (line 6) | class Empty extends StatelessWidget {
method build (line 12) | Widget build(BuildContext context)
FILE: lib/core/widgets/loading.dart
class Loading (line 4) | class Loading extends StatelessWidget {
method build (line 10) | Widget build(BuildContext context)
FILE: lib/core/widgets/my_appbar.dart
class MyAppBar (line 3) | class MyAppBar {
method call (line 6) | PreferredSize call()
FILE: lib/core/widgets/parent.dart
class Parent (line 4) | class Parent extends StatefulWidget {
method createState (line 31) | _ParentState createState()
class _ParentState (line 34) | class _ParentState extends State<Parent> {
method build (line 36) | Widget build(BuildContext context)
FILE: lib/core/widgets/spacer_h.dart
class SpacerH (line 4) | class SpacerH extends StatelessWidget {
method build (line 10) | Widget build(BuildContext context)
FILE: lib/core/widgets/spacer_v.dart
class SpacerV (line 4) | class SpacerV extends StatelessWidget {
method build (line 10) | Widget build(BuildContext context)
FILE: lib/core/widgets/text_f.dart
class TextF (line 6) | class TextF extends StatefulWidget {
method createState (line 60) | TextFState createState()
class TextFState (line 63) | class TextFState extends State<TextF> {
method initState (line 72) | void initState()
method _updateStatus (line 87) | void _updateStatus()
method setIsError (line 97) | void setIsError({required bool isError})
method build (line 108) | Widget build(BuildContext context)
FILE: lib/core/widgets/toast.dart
class Toast (line 5) | class Toast extends StatelessWidget {
method build (line 14) | Widget build(BuildContext context)
FILE: lib/dependencies_injection.dart
function serviceLocator (line 8) | Future<void> serviceLocator({
function _initHiveBoxes (line 28) | Future<void> _initHiveBoxes({
function _repositories (line 37) | void _repositories()
function _dataSources (line 45) | void _dataSources()
function _useCase (line 54) | void _useCase()
function _cubit (line 66) | void _cubit()
FILE: lib/features/auth/data/datasources/auth_remote_datasources.dart
class AuthRemoteDatasource (line 5) | abstract class AuthRemoteDatasource {
method register (line 6) | Future<Either<Failure, RegisterResponse>> register(RegisterParams params)
method login (line 8) | Future<Either<Failure, LoginResponse>> login(LoginParams params)
method generalToken (line 10) | Future<Either<Failure, GeneralTokenResponse>> generalToken(
method logout (line 14) | Future<Either<Failure, DiagnosticResponse>> logout()
class AuthRemoteDatasourceImpl (line 17) | class AuthRemoteDatasourceImpl implements AuthRemoteDatasource {
method register (line 23) | Future<Either<Failure, RegisterResponse>> register(
method login (line 37) | Future<Either<Failure, LoginResponse>> login(LoginParams params)
method generalToken (line 49) | Future<Either<Failure, GeneralTokenResponse>> generalToken(
method logout (line 63) | Future<Either<Failure, DiagnosticResponse>> logout()
FILE: lib/features/auth/data/models/general_token_response.dart
class GeneralTokenResponse (line 8) | @freezed
method toEntity (line 17) | GeneralToken toEntity()
class DataGeneralToken (line 23) | @freezed
FILE: lib/features/auth/data/models/login_response.dart
class LoginResponse (line 8) | @freezed
method toEntity (line 17) | Login toEntity()
class DataLogin (line 23) | @freezed
FILE: lib/features/auth/data/models/register_response.dart
class RegisterResponse (line 8) | @freezed
method toEntity (line 17) | Register toEntity()
class DataRegister (line 23) | @freezed
FILE: lib/features/auth/data/repositories/auth_repository_impl.dart
class AuthRepositoryImpl (line 6) | class AuthRepositoryImpl implements AuthRepository {
method login (line 14) | Future<Either<Failure, Login>> login(LoginParams params)
method register (line 33) | Future<Either<Failure, Register>> register(RegisterParams params)
method generalToken (line 43) | Future<Either<Failure, GeneralToken>> generalToken(
method logout (line 59) | Future<Either<Failure, String>> logout()
FILE: lib/features/auth/domain/entities/general_token.dart
class GeneralToken (line 5) | @freezed
FILE: lib/features/auth/domain/entities/login.dart
class Login (line 5) | @freezed
FILE: lib/features/auth/domain/entities/register.dart
class Register (line 5) | @freezed
FILE: lib/features/auth/domain/repositories/auth_repository.dart
class AuthRepository (line 5) | abstract class AuthRepository {
method login (line 6) | Future<Either<Failure, Login>> login(LoginParams params)
method register (line 8) | Future<Either<Failure, Register>> register(RegisterParams params)
method generalToken (line 10) | Future<Either<Failure, GeneralToken>> generalToken(GeneralTokenParams ...
method logout (line 12) | Future<Either<Failure, String>> logout()
FILE: lib/features/auth/domain/usecases/post_general_token.dart
class PostGeneralToken (line 9) | class PostGeneralToken extends UseCase<GeneralToken, GeneralTokenParams> {
method call (line 15) | Future<Either<Failure, GeneralToken>> call(GeneralTokenParams params)
class GeneralTokenParams (line 19) | @freezed
FILE: lib/features/auth/domain/usecases/post_login.dart
class PostLogin (line 9) | class PostLogin extends UseCase<Login, LoginParams> {
method call (line 15) | Future<Either<Failure, Login>> call(LoginParams params)
class LoginParams (line 19) | @freezed
FILE: lib/features/auth/domain/usecases/post_logout.dart
class PostLogout (line 5) | class PostLogout extends UseCase<String, NoParams> {
method call (line 12) | Future<Either<Failure, String>> call(NoParams _)
FILE: lib/features/auth/domain/usecases/post_register.dart
class PostRegister (line 9) | class PostRegister extends UseCase<Register, RegisterParams> {
method call (line 15) | Future<Either<Failure, Register>> call(RegisterParams params)
class RegisterParams (line 19) | @freezed
FILE: lib/features/auth/pages/login/cubit/auth_cubit.dart
class AuthCubit (line 8) | class AuthCubit extends Cubit<AuthState> {
method login (line 13) | Future<void> login(LoginParams params)
class AuthState (line 27) | @freezed
FILE: lib/features/auth/pages/login/login_page.dart
class LoginPage (line 11) | class LoginPage extends StatefulWidget {
method createState (line 15) | State<LoginPage> createState()
class _LoginPageState (line 18) | class _LoginPageState extends State<LoginPage> {
method build (line 33) | Widget build(BuildContext context)
method _loginForm (line 82) | Widget _loginForm()
FILE: lib/features/auth/pages/register/cubit/register_cubit.dart
class RegisterCubit (line 8) | class RegisterCubit extends Cubit<RegisterState> {
method register (line 13) | Future<void> register(RegisterParams params)
class RegisterState (line 26) | @freezed
FILE: lib/features/auth/pages/register/register_page.dart
class RegisterPage (line 8) | class RegisterPage extends StatefulWidget {
method createState (line 12) | State<RegisterPage> createState()
class _RegisterPageState (line 15) | class _RegisterPageState extends State<RegisterPage> {
method build (line 35) | Widget build(BuildContext context)
method _registerForm (line 76) | Widget _registerForm()
FILE: lib/features/general/data/models/diagnostic.dart
class Diagnostic (line 6) | @freezed
FILE: lib/features/general/data/models/diagnostic_response.dart
class DiagnosticResponse (line 7) | @freezed
FILE: lib/features/general/data/models/page.dart
class Page (line 6) | @freezed
FILE: lib/features/general/pages/cubit/reload_form_cubit.dart
class ReloadFormCubit (line 6) | class ReloadFormCubit extends Cubit<ReloadFormState> {
method reload (line 9) | void reload()
class ReloadFormState (line 14) | @freezed
FILE: lib/features/general/pages/main/cubit/logout_cubit.dart
class LogoutCubit (line 10) | class LogoutCubit extends Cubit<LogoutState> {
method postLogout (line 15) | Future<void> postLogout()
class LogoutState (line 27) | @freezed
FILE: lib/features/general/pages/main/cubit/main_cubit.dart
class MainCubit (line 9) | class MainCubit extends Cubit<MainState> {
method updateIndex (line 15) | void updateIndex(int index, DataHelper? mockMenu, {BuildContext? conte...
method initMenu (line 24) | void initMenu(BuildContext context, {DataHelper? mockMenu})
method onBackPressed (line 36) | bool onBackPressed(
class MainState (line 64) | @freezed
FILE: lib/features/general/pages/main/cubit/user_cubit.dart
class UserCubit (line 8) | class UserCubit extends Cubit<UserState> {
method getUser (line 13) | Future<void> getUser()
class UserState (line 22) | @freezed
FILE: lib/features/general/pages/main/main_page.dart
class MainPage (line 9) | class MainPage extends StatefulWidget {
method createState (line 15) | _MainPageState createState()
class _MainPageState (line 18) | class _MainPageState extends State<MainPage> {
method didChangeDependencies (line 22) | void didChangeDependencies()
method build (line 28) | Widget build(BuildContext context)
method _appBar (line 118) | PreferredSize _appBar()
FILE: lib/features/general/pages/main/menu_drawer.dart
class MenuDrawer (line 8) | class MenuDrawer extends StatelessWidget {
method build (line 21) | Widget build(BuildContext context)
method _selectedPage (line 121) | void _selectedPage(BuildContext context, String title)
FILE: lib/features/general/pages/settings/cubit/settings_cubit.dart
class SettingsCubit (line 4) | class SettingsCubit extends Cubit<DataHelper> with MainBoxMixin {
method updateTheme (line 7) | void updateTheme(ActiveTheme activeTheme)
method updateLanguage (line 17) | void updateLanguage(String type)
method getActiveTheme (line 23) | ActiveTheme getActiveTheme()
FILE: lib/features/general/pages/settings/settings_page.dart
class SettingsPage (line 8) | class SettingsPage extends StatefulWidget {
method createState (line 12) | _SettingsPageState createState()
class _SettingsPageState (line 15) | class _SettingsPageState extends State<SettingsPage> with MainBoxMixin {
method build (line 28) | Widget build(BuildContext context)
method _getThemeName (line 107) | String _getThemeName(ActiveTheme activeTheme, BuildContext context)
FILE: lib/features/general/pages/splashscreen/cubit/general_token_cubit.dart
class GeneralTokenCubit (line 8) | class GeneralTokenCubit extends Cubit<GeneralTokenState> {
method generalToken (line 13) | Future<void> generalToken(GeneralTokenParams params)
class GeneralTokenState (line 27) | @freezed
FILE: lib/features/general/pages/splashscreen/splash_screen_page.dart
class SplashScreenPage (line 8) | class SplashScreenPage extends StatelessWidget {
method build (line 10) | Widget build(BuildContext context)
FILE: lib/features/users/data/datasources/user_remote_datasources.dart
class UsersRemoteDatasource (line 5) | abstract class UsersRemoteDatasource {
method users (line 6) | Future<Either<Failure, UsersResponse>> users(UsersParams userParams)
method user (line 8) | Future<Either<Failure, UserResponse>> user()
class UsersRemoteDatasourceImpl (line 11) | class UsersRemoteDatasourceImpl implements UsersRemoteDatasource {
method users (line 17) | Future<Either<Failure, UsersResponse>> users(UsersParams userParams)
method user (line 29) | Future<Either<Failure, UserResponse>> user()
FILE: lib/features/users/data/models/user_response.dart
class UserResponse (line 8) | @freezed
method toEntity (line 17) | User toEntity()
FILE: lib/features/users/data/models/users_response.dart
class UsersResponse (line 8) | @freezed
method toEntity (line 18) | Users toEntity()
class DataUser (line 38) | @freezed
FILE: lib/features/users/data/repositories/users_repository_impl.dart
class UsersRepositoryImpl (line 5) | class UsersRepositoryImpl implements UsersRepository {
method users (line 12) | Future<Either<Failure, Users>> users(UsersParams usersParams)
method user (line 27) | Future<Either<Failure, User>> user()
FILE: lib/features/users/domain/entities/users.dart
class Users (line 5) | @freezed
class User (line 14) | @freezed
FILE: lib/features/users/domain/repositories/users_repository.dart
class UsersRepository (line 5) | abstract class UsersRepository {
method users (line 6) | Future<Either<Failure, Users>> users(UsersParams usersParams)
method user (line 8) | Future<Either<Failure, User>> user()
FILE: lib/features/users/domain/usecases/get_user.dart
class GetUser (line 5) | class GetUser extends UseCase<User, NoParams> {
method call (line 12) | Future<Either<Failure, User>> call(NoParams _)
FILE: lib/features/users/domain/usecases/get_users.dart
class GetUsers (line 9) | class GetUsers extends UseCase<Users, UsersParams> {
method call (line 15) | Future<Either<Failure, Users>> call(UsersParams params)
class UsersParams (line 19) | @freezed
FILE: lib/features/users/pages/dashboard/cubit/users_cubit.dart
class UsersCubit (line 8) | class UsersCubit extends Cubit<UsersState> {
method refresh (line 17) | Future<void> refresh()
method nextPage (line 29) | Future<void> nextPage()
method fetchUsers (line 36) | Future<void> fetchUsers(UsersParams usersParams)
class UsersState (line 70) | @freezed
FILE: lib/features/users/pages/dashboard/dashboard_page.dart
class DashboardPage (line 9) | class DashboardPage extends StatefulWidget {
method createState (line 13) | State<DashboardPage> createState()
class _DashboardPageState (line 16) | class _DashboardPageState extends State<DashboardPage> {
method build (line 28) | Widget build(BuildContext context)
method userItem (line 61) | Container userItem(User user)
FILE: lib/lzyct_app.dart
class LzyctApp (line 12) | class LzyctApp extends StatelessWidget {
method build (line 14) | Widget build(BuildContext context)
FILE: lib/main.dart
function main (line 10) | void main()
FILE: lib/utils/ext/context.dart
function widthInPercent (line 5) | double widthInPercent(double percent)
function heightInPercent (line 11) | double heightInPercent(double percent)
function show (line 20) | Future<void> show()
function dismiss (line 46) | void dismiss()
FILE: lib/utils/ext/map.dart
function validate (line 2) | bool validate()
FILE: lib/utils/ext/string.dart
function isValidEmail (line 8) | bool isValidEmail()
function toToastError (line 14) | void toToastError(BuildContext context, {bool isUnitTest = false})
function toToastSuccess (line 40) | void toToastSuccess(BuildContext context, {bool isUnitTest = false})
function toToastLoading (line 67) | void toToastLoading(BuildContext context, {bool isUnitTest = false})
function toStringDateAlt (line 94) | String toStringDateAlt({bool isShort = false, bool isToLocal = true})
FILE: lib/utils/helper/common.dart
class MyConsoleOutput (line 14) | class MyConsoleOutput extends ConsoleOutput {
method output (line 16) | void output(OutputEvent event)
FILE: lib/utils/helper/constant.dart
class Constants (line 1) | class Constants {
method get (line 4) | Constants get = Constants._()
FILE: lib/utils/helper/data_helper.dart
class DataHelper (line 7) | @unfreezed
FILE: lib/utils/helper/debouncer.dart
class Debouncer (line 6) | class Debouncer {
method run (line 13) | void run(VoidCallback action)
FILE: lib/utils/helper/go_router_refresh_stream.dart
class GoRouterRefreshStream (line 5) | class GoRouterRefreshStream extends ChangeNotifier {
method dispose (line 16) | void dispose()
FILE: lib/utils/services/firebase/firebase_crashlogger.dart
class FirebaseCrashLogger (line 3) | mixin class FirebaseCrashLogger {
method nonFatalError (line 4) | Future<void> nonFatalError({
FILE: lib/utils/services/firebase/firebase_options.dart
class DefaultFirebaseOptions (line 17) | class DefaultFirebaseOptions {
FILE: lib/utils/services/firebase/firebase_services.dart
function init (line 8) | Future<void> init()
FILE: lib/utils/services/hive/hive_adapters.dart
function _ (line 7) | void _()
FILE: lib/utils/services/hive/main_box.dart
type ActiveTheme (line 4) | enum ActiveTheme {
type MainBoxKeys (line 14) | enum MainBoxKeys {
class MainBoxMixin (line 25) | mixin class MainBoxMixin {
method initHive (line 29) | Future<void> initHive(String prefixBox)
method addData (line 35) | Future<void> addData<T>(MainBoxKeys key, T value)
method removeData (line 39) | Future<void> removeData(MainBoxKeys key)
method getData (line 43) | T getData<T>(MainBoxKeys key)
method logoutBox (line 45) | Future<void> logoutBox()
FILE: test/core/api/list_api_test.dart
function main (line 4) | void main()
FILE: test/core/app_route_test.dart
function main (line 18) | void main()
FILE: test/core/error/exception_test.dart
function main (line 4) | void main()
FILE: test/core/error/failure_test.dart
function main (line 4) | void main()
FILE: test/core/localization/l10n_test.dart
function main (line 5) | void main()
FILE: test/core/widgets/circle_image_test.dart
function main (line 9) | void main()
function rootWidget (line 10) | Widget rootWidget(Widget body)
FILE: test/core/widgets/toast_test.dart
function main (line 9) | void main()
function rootWidget (line 10) | Widget rootWidget(Widget body)
FILE: test/features/auth/data/datasources/models/general_token_response_test.dart
function main (line 9) | void main()
FILE: test/features/auth/data/datasources/models/login_response_test.dart
function main (line 9) | void main()
FILE: test/features/auth/data/datasources/models/register_response_test.dart
function main (line 9) | void main()
FILE: test/features/auth/data/datasources/repositories/auth_remote_datasources_test.dart
function main (line 16) | void main()
FILE: test/features/auth/data/repositories/auth_repository_impl_test.dart
function main (line 17) | void main()
FILE: test/features/auth/domain/usecases/post_general_token_test.dart
function main (line 12) | void main()
FILE: test/features/auth/domain/usecases/post_login_test.dart
function main (line 12) | void main()
FILE: test/features/auth/domain/usecases/post_logout.dart
function main (line 13) | void main()
FILE: test/features/auth/domain/usecases/post_register_test.dart
function main (line 12) | void main()
FILE: test/features/auth/pages/login/cubit/auth_cubit_test.dart
function main (line 21) | void main()
FILE: test/features/auth/pages/login/cubit/auth_cubit_test.mocks.dart
class _FakeEither_0 (line 27) | class _FakeEither_0<L, R> extends _i1.SmartFake implements _i2.Either<L,...
class MockPostLogin (line 35) | class MockPostLogin extends _i1.Mock implements _i3.PostLogin {
method call (line 41) | _i4.Future<_i2.Either<_i5.Failure, _i3.Login>> call(
FILE: test/features/auth/pages/login/cubit/auth_state_test.dart
function main (line 4) | void main()
FILE: test/features/auth/pages/login/login_page_test.dart
class MockAuthCubit (line 21) | class MockAuthCubit extends MockCubit<AuthState> implements AuthCubit {}
class FakeAuthCubit (line 23) | class FakeAuthCubit extends Fake implements AuthCubit {}
class FakeReloadFormCubit (line 25) | class FakeReloadFormCubit extends Fake implements ReloadFormCubit {}
class MockReloadFormCubit (line 27) | class MockReloadFormCubit extends MockCubit<ReloadFormState>
function main (line 30) | void main()
function rootWidget (line 49) | Widget rootWidget(Widget body, {bool isDarkTheme = false})
FILE: test/features/auth/pages/register/cubit/register_cubit_test.dart
function main (line 20) | void main()
FILE: test/features/auth/pages/register/cubit/register_cubit_test.mocks.dart
class _FakeEither_0 (line 27) | class _FakeEither_0<L, R> extends _i1.SmartFake implements _i2.Either<L,...
class MockPostRegister (line 35) | class MockPostRegister extends _i1.Mock implements _i3.PostRegister {
method call (line 41) | _i4.Future<_i2.Either<_i5.Failure, _i3.Register>> call(
FILE: test/features/auth/pages/register/cubit/register_state_test.dart
function main (line 4) | void main()
FILE: test/features/auth/pages/register/register_page_test.dart
class MockRegisterCubit (line 21) | class MockRegisterCubit extends MockCubit<RegisterState>
class FakeRegisterState (line 24) | class FakeRegisterState extends Fake {}
class MockReloadFormCubit (line 26) | class MockReloadFormCubit extends MockCubit<ReloadFormState>
class FakeReloadFormState (line 29) | class FakeReloadFormState extends Fake {}
function main (line 31) | void main()
function rootWidget (line 50) | Widget rootWidget(Widget body, {bool isDarkTheme = false})
FILE: test/features/general/data/models/diagnostic_response_test.dart
function main (line 9) | void main()
FILE: test/features/general/data/models/diagnostic_test.dart
function main (line 9) | void main()
FILE: test/features/general/data/models/page_test.dart
function main (line 9) | void main()
FILE: test/features/general/pages/cubit/reload_form_cubit_test.dart
function main (line 10) | void main()
FILE: test/features/general/pages/cubit/reload_form_state_test.dart
function main (line 4) | void main()
FILE: test/features/general/pages/main/cubit/logout_cubit_test.dart
function main (line 20) | void main()
FILE: test/features/general/pages/main/cubit/logout_cubit_test.mocks.dart
class _FakeEither_0 (line 27) | class _FakeEither_0<L, R> extends _i1.SmartFake implements _i2.Either<L,...
class MockPostLogout (line 35) | class MockPostLogout extends _i1.Mock implements _i3.PostLogout {
method call (line 41) | _i4.Future<_i2.Either<_i5.Failure, String>> call(_i5.NoParams? _0)
FILE: test/features/general/pages/main/cubit/main_cubit_test.dart
function main (line 15) | void main()
FILE: test/features/general/pages/main/cubit/user_cubit_test.dart
function main (line 20) | void main()
FILE: test/features/general/pages/main/cubit/user_cubit_test.mocks.dart
class _FakeEither_0 (line 27) | class _FakeEither_0<L, R> extends _i1.SmartFake implements _i2.Either<L,...
class MockGetUser (line 35) | class MockGetUser extends _i1.Mock implements _i3.GetUser {
method call (line 41) | _i4.Future<_i2.Either<_i5.Failure, _i3.User>> call(_i5.NoParams? _0)
FILE: test/features/general/pages/main/main_page_test.dart
class MockMainCubit (line 23) | class MockMainCubit extends MockCubit<MainState> implements MainCubit {}
class FakeMainCubit (line 25) | class FakeMainCubit extends Fake implements MainCubit {}
class MockUserCubit (line 27) | class MockUserCubit extends MockCubit<UserState> implements UserCubit {}
class FakeUserCubit (line 29) | class FakeUserCubit extends Fake implements UserCubit {}
class MockLogoutCubit (line 31) | class MockLogoutCubit extends MockCubit<LogoutState> implements LogoutCu...
class FakeLogoutCubit (line 33) | class FakeLogoutCubit extends Fake implements LogoutCubit {}
function main (line 35) | void main()
function rootWidget (line 56) | Widget rootWidget(Widget body)
FILE: test/features/general/pages/main/menu_drawer_test.dart
class MockUserCubit (line 23) | class MockUserCubit extends MockCubit<UserState> implements UserCubit {}
class FakeUserCubit (line 25) | class FakeUserCubit extends Fake implements UserCubit {}
function main (line 27) | void main()
function rootWidget (line 42) | Widget rootWidget(Widget body)
FILE: test/features/general/pages/settings/cubit/settings_cubit_test.dart
function main (line 12) | void main()
FILE: test/features/general/pages/settings/settings_page_test.dart
class MockSettingsCubit (line 22) | class MockSettingsCubit extends MockCubit<DataHelper>
function main (line 25) | void main()
function rootWidget (line 39) | Widget rootWidget(Widget body)
FILE: test/features/general/pages/splashscreen/cubit/general_token_cubit_test.dart
function main (line 22) | void main()
FILE: test/features/general/pages/splashscreen/cubit/general_token_cubit_test.mocks.dart
class _FakeEither_0 (line 27) | class _FakeEither_0<L, R> extends _i1.SmartFake implements _i2.Either<L,...
class MockPostGeneralToken (line 35) | class MockPostGeneralToken extends _i1.Mock implements _i3.PostGeneralTo...
method call (line 41) | _i4.Future<_i2.Either<_i5.Failure, _i3.GeneralToken>> call(
FILE: test/features/general/pages/splashscreen/cubit/general_token_state_test.dart
function main (line 4) | void main()
FILE: test/features/general/pages/splashscreen/splash_screen_page_test.dart
class MockGeneralTokenCubit (line 21) | class MockGeneralTokenCubit extends MockCubit<GeneralTokenState>
class FakeGeneralTokenCubit (line 24) | class FakeGeneralTokenCubit extends Fake implements GeneralTokenCubit {}
function main (line 26) | void main()
function rootWidget (line 42) | Widget rootWidget(Widget body, {bool isDarkTheme = false})
FILE: test/features/users/data/datasources/models/users_response_test.dart
function main (line 9) | void main()
FILE: test/features/users/data/datasources/repositories/users_remote_datasources_test.dart
function main (line 16) | void main()
FILE: test/features/users/data/repositories/users_repository_impl_test.dart
function main (line 18) | void main()
FILE: test/features/users/domain/usecases/get_users_test.dart
function main (line 12) | void main()
FILE: test/features/users/pages/dashboard/cubit/users_cubit_test.dart
function main (line 21) | void main()
FILE: test/features/users/pages/dashboard/cubit/users_cubit_test.mocks.dart
class _FakeEither_0 (line 27) | class _FakeEither_0<L, R> extends _i1.SmartFake implements _i2.Either<L,...
class MockGetUsers (line 35) | class MockGetUsers extends _i1.Mock implements _i3.GetUsers {
method call (line 41) | _i4.Future<_i2.Either<_i5.Failure, _i3.Users>> call(
FILE: test/features/users/pages/dashboard/cubit/users_state_test.dart
function main (line 4) | void main()
FILE: test/features/users/pages/dashboard/dashboard_page_test.dart
class MockUsersCubit (line 24) | class MockUsersCubit extends MockCubit<UsersState> implements UsersCubit {}
class FakeUsersState (line 26) | class FakeUsersState extends Fake {}
function main (line 28) | void main()
function rootWidget (line 48) | Widget rootWidget(Widget body)
FILE: test/helpers/fake_path_provider_platform.dart
class FakePathProvider (line 6) | class FakePathProvider extends PathProviderPlatform {
method getApplicationDocumentsPath (line 8) | Future<String?> getApplicationDocumentsPath()
method getDownloadsPath (line 11) | Future<String?> getDownloadsPath()
method getTemporaryPath (line 14) | Future<String?> getTemporaryPath()
method getApplicationSupportPath (line 17) | Future<String?> getApplicationSupportPath()
FILE: test/helpers/json_reader.dart
function jsonReader (line 3) | String jsonReader(String name)
FILE: test/helpers/test_mock.dart
function main (line 12) | void main()
FILE: test/helpers/test_mock.mocks.dart
class _FakeEither_0 (line 31) | class _FakeEither_0<L, R> extends _i1.SmartFake implements _i2.Either<L,...
class _FakeWidget_1 (line 36) | class _FakeWidget_1 extends _i1.SmartFake implements _i3.Widget {
method toString (line 41) | String toString({_i4.DiagnosticLevel? minLevel = _i4.DiagnosticLevel.i...
class _FakeInheritedWidget_2 (line 45) | class _FakeInheritedWidget_2 extends _i1.SmartFake
method toString (line 51) | String toString({_i4.DiagnosticLevel? minLevel = _i4.DiagnosticLevel.i...
class _FakeDiagnosticsNode_3 (line 55) | class _FakeDiagnosticsNode_3 extends _i1.SmartFake
method toString (line 61) | String toString({
class MockAuthRepository (line 70) | class MockAuthRepository extends _i1.Mock implements _i5.AuthRepository {
method login (line 76) | _i6.Future<_i2.Either<_i7.Failure, _i5.Login>> login(
method register (line 91) | _i6.Future<_i2.Either<_i7.Failure, _i5.Register>> register(
method generalToken (line 107) | _i6.Future<_i2.Either<_i7.Failure, _i5.GeneralToken>> generalToken(
method logout (line 123) | _i6.Future<_i2.Either<_i7.Failure, String>> logout()
class MockAuthRemoteDatasource (line 139) | class MockAuthRemoteDatasource extends _i1.Mock
method register (line 146) | _i6.Future<_i2.Either<_i7.Failure, _i5.RegisterResponse>> register(
method login (line 162) | _i6.Future<_i2.Either<_i7.Failure, _i5.LoginResponse>> login(
method generalToken (line 178) | _i6.Future<_i2.Either<_i7.Failure, _i5.GeneralTokenResponse>> generalT...
method logout (line 196) | _i6.Future<_i2.Either<_i7.Failure, _i8.DiagnosticResponse>> logout()
class MockUsersRepository (line 215) | class MockUsersRepository extends _i1.Mock implements _i8.UsersRepository {
method users (line 221) | _i6.Future<_i2.Either<_i7.Failure, _i8.Users>> users(
method user (line 236) | _i6.Future<_i2.Either<_i7.Failure, _i8.User>> user()
class MockUsersRemoteDatasource (line 252) | class MockUsersRemoteDatasource extends _i1.Mock
method users (line 259) | _i6.Future<_i2.Either<_i7.Failure, _i8.UsersResponse>> users(
method user (line 275) | _i6.Future<_i2.Either<_i7.Failure, _i8.UserResponse>> user()
class MockBuildContext (line 292) | class MockBuildContext extends _i1.Mock implements _i3.BuildContext {
method dependOnInheritedElement (line 324) | _i3.InheritedWidget dependOnInheritedElement(
method visitAncestorElements (line 354) | void visitAncestorElements(_i3.ConditionalElementVisitor? visitor)
method visitChildElements (line 361) | void visitChildElements(_i3.ElementVisitor? visitor)
method dispatchNotification (line 367) | void dispatchNotification(_i9.Notification? notification)
method describeElement (line 374) | _i4.DiagnosticsNode describeElement(
method describeWidget (line 392) | _i4.DiagnosticsNode describeWidget(
method describeMissingAncestor (line 410) | List<_i4.DiagnosticsNode> describeMissingAncestor({
method describeOwnershipChain (line 423) | _i4.DiagnosticsNode describeOwnershipChain(String? name)
FILE: test/utils/ext/context_test.dart
function main (line 10) | void main()
function rootWidget (line 11) | Widget rootWidget(Widget body)
FILE: test/utils/ext/string_test.dart
function main (line 5) | void main()
FILE: test/utils/helper/debouncer_test.dart
function main (line 4) | void main()
FILE: test/utils/helper/go_router_refresh_stream_test.dart
function main (line 6) | void main()
Condensed preview — 313 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (539K chars).
[
{
"path": ".github/pull_request_template.md",
"chars": 61,
"preview": "## What it does\n\n-\n\n## How to test\n\n1.\n2.\n3.\n\n## Screenshot\n\n"
},
{
"path": ".github/workflows/merge-ci.yml",
"chars": 3058,
"preview": "name: Merge CI\n\n# This workflow is triggered on pull request to the repository.\n\n# Run this script when PR and status is"
},
{
"path": ".github/workflows/pull_request-ci.yml",
"chars": 1899,
"preview": "name: Pull Request Checker\n\n# This workflow is triggered on pull request to the repository.\n\n# Run this script when PR a"
},
{
"path": ".gitignore",
"chars": 848,
"preview": "# Miscellaneous\n*.class\n*.log\n*.pyc\n*.swp\n.DS_Store\n.atom/\n.buildlog/\n.history\n.svn/\n\n# IntelliJ related\n*.iml\n*.ipr\n*.i"
},
{
"path": "LICENSE",
"chars": 35149,
"preview": " GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free "
},
{
"path": "README.md",
"chars": 5363,
"preview": "<a href=\"https://s.id/standwithpalestine\"><img alt=\"We stand with Palestine\" src=\"https://cdn.jsdelivr.net/gh/Safouene1/"
},
{
"path": "analysis_options.yaml",
"chars": 1247,
"preview": "include: package:lint/strict.yaml\nanalyzer:\n exclude:\n - '**.freezed.dart'\n - '**.g.dart'\n - '**.mocks.dart'\n "
},
{
"path": "android/.gitignore",
"chars": 271,
"preview": "gradle-wrapper.jar\n/.gradle\n/captures/\n/gradlew\n/gradlew.bat\n/local.properties\nGeneratedPluginRegistrant.java\napp/.cxx\n\n"
},
{
"path": "android/app/build.gradle",
"chars": 3277,
"preview": "plugins {\n id \"com.android.application\"\n id \"kotlin-android\"\n id \"dev.flutter.flutter-gradle-plugin\"\n id \"co"
},
{
"path": "android/app/google-services.json",
"chars": 4750,
"preview": "{\n \"project_info\": {\n \"project_number\": \"933342696488\",\n \"project_id\": \"mobile-app-bd59b\",\n \"storage_bucket\": "
},
{
"path": "android/app/proguard-rules.pro",
"chars": 1217,
"preview": "## Flutter wrapper\n-keep class io.flutter.app.** { *; }\n-keep class io.flutter.plugin.** { *; }\n-keep class io.flutter."
},
{
"path": "android/app/src/debug/AndroidManifest.xml",
"chars": 328,
"preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n package=\"com.lazycatlabs.auth\">\n <!-- Flutte"
},
{
"path": "android/app/src/main/AndroidManifest.xml",
"chars": 1696,
"preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n package=\"com.lazycatlabs.auth\">\n <appl"
},
{
"path": "android/app/src/main/kotlin/com/lazycatlabs/auth/MainActivity.kt",
"chars": 773,
"preview": "package com.lazycatlabs.auth\n\nimport android.os.Build\nimport android.os.Bundle\nimport androidx.core.view.WindowCompat\nim"
},
{
"path": "android/app/src/main/res/drawable/launch_background.xml",
"chars": 567,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!-- Modify this file to customize your launch splash screen -->\n<layer-list xmln"
},
{
"path": "android/app/src/main/res/drawable/launch_background_12.xml",
"chars": 590,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!-- Modify this file to customize your launch splash screen -->\n<layer-list xmln"
},
{
"path": "android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml",
"chars": 264,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<adaptive-icon xmlns:android=\"http://schemas.android.com/apk/res/android\">\n <bac"
},
{
"path": "android/app/src/main/res/values/colors.xml",
"chars": 120,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <color name=\"ic_launcher_background\">#1E1E2E</color>\n</resources>"
},
{
"path": "android/app/src/main/res/values/strings.xml",
"chars": 113,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <string name=\"app_name\">Flutter Auth</string>\n</resources>"
},
{
"path": "android/app/src/main/res/values/styles.xml",
"chars": 1590,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <!-- Theme applied to the Android Window while the process is sta"
},
{
"path": "android/app/src/main/res/values-night/styles.xml",
"chars": 993,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <!-- Theme applied to the Android Window while the process is sta"
},
{
"path": "android/app/src/prd/res/drawable/launch_background.xml",
"chars": 441,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<layer-list xmlns:android=\"http://schemas.android.com/apk/res/android\">\n <item"
},
{
"path": "android/app/src/prd/res/drawable-night/launch_background.xml",
"chars": 441,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<layer-list xmlns:android=\"http://schemas.android.com/apk/res/android\">\n <item"
},
{
"path": "android/app/src/prd/res/drawable-night-v21/launch_background.xml",
"chars": 441,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<layer-list xmlns:android=\"http://schemas.android.com/apk/res/android\">\n <item"
},
{
"path": "android/app/src/prd/res/drawable-v21/launch_background.xml",
"chars": 441,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<layer-list xmlns:android=\"http://schemas.android.com/apk/res/android\">\n <item"
},
{
"path": "android/app/src/prd/res/mipmap-anydpi-v26/ic_launcher.xml",
"chars": 335,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<adaptive-icon xmlns:android=\"http://schemas.android.com/apk/res/android\">\n <bac"
},
{
"path": "android/app/src/prd/res/values/colors.xml",
"chars": 120,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <color name=\"ic_launcher_background\">#FFFFFF</color>\n</resources>"
},
{
"path": "android/app/src/prd/res/values/styles.xml",
"chars": 1267,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <!-- Theme applied to the Android Window while the process is sta"
},
{
"path": "android/app/src/prd/res/values-night/styles.xml",
"chars": 1266,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <!-- Theme applied to the Android Window while the process is sta"
},
{
"path": "android/app/src/prd/res/values-night-v31/styles.xml",
"chars": 1403,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <!-- Theme applied to the Android Window while the process is sta"
},
{
"path": "android/app/src/prd/res/values-v31/styles.xml",
"chars": 1403,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <!-- Theme applied to the Android Window while the process is sta"
},
{
"path": "android/app/src/profile/AndroidManifest.xml",
"chars": 328,
"preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n package=\"com.lazycatlabs.auth\">\n <!-- Flutte"
},
{
"path": "android/app/src/stg/google-services.json",
"chars": 4760,
"preview": "{\n \"project_info\": {\n \"project_number\": \"520881115656\",\n \"project_id\": \"sample-49e7c\",\n \"storage_bucket\": \"sam"
},
{
"path": "android/app/src/stg/res/drawable/launch_background.xml",
"chars": 441,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<layer-list xmlns:android=\"http://schemas.android.com/apk/res/android\">\n <item"
},
{
"path": "android/app/src/stg/res/drawable-night/launch_background.xml",
"chars": 441,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<layer-list xmlns:android=\"http://schemas.android.com/apk/res/android\">\n <item"
},
{
"path": "android/app/src/stg/res/drawable-night-v21/launch_background.xml",
"chars": 441,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<layer-list xmlns:android=\"http://schemas.android.com/apk/res/android\">\n <item"
},
{
"path": "android/app/src/stg/res/drawable-v21/launch_background.xml",
"chars": 441,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<layer-list xmlns:android=\"http://schemas.android.com/apk/res/android\">\n <item"
},
{
"path": "android/app/src/stg/res/mipmap-anydpi-v26/ic_launcher.xml",
"chars": 335,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<adaptive-icon xmlns:android=\"http://schemas.android.com/apk/res/android\">\n <bac"
},
{
"path": "android/app/src/stg/res/values/colors.xml",
"chars": 120,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <color name=\"ic_launcher_background\">#FFFFFF</color>\n</resources>"
},
{
"path": "android/app/src/stg/res/values/strings.xml",
"chars": 117,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <string name=\"app_name\">Flutter Auth STG</string>\n</resources>"
},
{
"path": "android/app/src/stg/res/values/styles.xml",
"chars": 1267,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <!-- Theme applied to the Android Window while the process is sta"
},
{
"path": "android/app/src/stg/res/values-night/styles.xml",
"chars": 1266,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <!-- Theme applied to the Android Window while the process is sta"
},
{
"path": "android/app/src/stg/res/values-night-v31/styles.xml",
"chars": 1403,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <!-- Theme applied to the Android Window while the process is sta"
},
{
"path": "android/app/src/stg/res/values-v31/styles.xml",
"chars": 1403,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <!-- Theme applied to the Android Window while the process is sta"
},
{
"path": "android/build.gradle",
"chars": 322,
"preview": "allprojects {\n repositories {\n google()\n mavenCentral()\n }\n}\n\nrootProject.buildDir = '../build'\nsubp"
},
{
"path": "android/gradle/wrapper/gradle-wrapper.properties",
"chars": 231,
"preview": "#Fri Jun 23 08:50:38 CEST 2017\ndistributionBase=GRADLE_USER_HOME\ndistributionPath=wrapper/dists\nzipStoreBase=GRADLE_USER"
},
{
"path": "android/gradle.properties",
"chars": 82,
"preview": "org.gradle.jvmargs=-Xmx1536M\nandroid.useAndroidX=true\nandroid.enableJetifier=true\n"
},
{
"path": "android/settings.gradle",
"chars": 928,
"preview": "pluginManagement {\n def flutterSdkPath = {\n def properties = new Properties()\n file(\"local.properties\")"
},
{
"path": "build.yaml",
"chars": 110,
"preview": "targets:\n $default:\n builders:\n json_serializable:\n options:\n explicit_to_json: true\n"
},
{
"path": "codecov.yml",
"chars": 629,
"preview": "# codecov.yml\ncodecov:\n require_ci_to_pass: yes\n\ncoverage:\n precision: 2\n round: down\n range: \"70...100\"\n\n status:\n"
},
{
"path": "flutter_launcher_icons-prd.yaml",
"chars": 304,
"preview": "flutter_launcher_icons:\n android: true\n ios: true\n remove_alpha_ios: true\n image_path: \"assets/images/ic_launcher.pn"
},
{
"path": "flutter_launcher_icons-stg.yaml",
"chars": 316,
"preview": "flutter_launcher_icons:\n android: true\n ios: true\n remove_alpha_ios: true\n image_path: \"assets/images/ic_launcher_st"
},
{
"path": "flutter_native_splash-prd.yaml",
"chars": 613,
"preview": "flutter_native_splash:\n color: \"#ffffff\"\n image: assets/images/ic_logo.png\n branding: assets/images/ic_branding.png\n "
},
{
"path": "flutter_native_splash-stg.yaml",
"chars": 629,
"preview": "flutter_native_splash:\n color: \"#ffffff\"\n image: assets/images/ic_logo_stg.png\n branding: assets/images/ic_branding.p"
},
{
"path": "ios/.gitignore",
"chars": 571,
"preview": "*.mode1v3\n*.mode2v3\n*.moved-aside\n*.pbxuser\n*.perspectivev3\n**/*sync/\n.sconsign.dblite\n.tags*\n**/.vagrant/\n**/DerivedDat"
},
{
"path": "ios/Flutter/AppFrameworkInfo.plist",
"chars": 795,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "ios/Flutter/Debug.xcconfig",
"chars": 106,
"preview": "#include \"Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig\"\n#include \"Generated.xcconfig\"\n"
},
{
"path": "ios/Flutter/Release.xcconfig",
"chars": 108,
"preview": "#include \"Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig\"\n#include \"Generated.xcconfig\"\n"
},
{
"path": "ios/Flutter/ephemeral/flutter_lldb_helper.py",
"chars": 1276,
"preview": "#\n# Generated file, do not edit.\n#\n\nimport lldb\n\ndef handle_new_rx_page(frame: lldb.SBFrame, bp_loc, extra_args, intern_"
},
{
"path": "ios/Flutter/ephemeral/flutter_lldbinit",
"chars": 108,
"preview": "#\n# Generated file, do not edit.\n#\n\ncommand script import --relative-to-command-file flutter_lldb_helper.py\n"
},
{
"path": "ios/Podfile",
"chars": 1355,
"preview": "# Uncomment this line to define a global platform for your project\n# platform :ios, '13.0'\n\n# CocoaPods analytics sends "
},
{
"path": "ios/Runner/AppDelegate.swift",
"chars": 391,
"preview": "import UIKit\nimport Flutter\n\n@main\n@objc class AppDelegate: FlutterAppDelegate {\n override func application(\n _ appl"
},
{
"path": "ios/Runner/Assets.xcassets/AppIcon-prd.appiconset/Contents.json",
"chars": 4566,
"preview": "{\"images\":[{\"size\":\"20x20\",\"idiom\":\"universal\",\"filename\":\"AppIcon-prd-20x20@2x.png\",\"scale\":\"2x\",\"platform\":\"ios\"},{\"si"
},
{
"path": "ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/Contents.json",
"chars": 4566,
"preview": "{\"images\":[{\"size\":\"20x20\",\"idiom\":\"universal\",\"filename\":\"AppIcon-stg-20x20@2x.png\",\"scale\":\"2x\",\"platform\":\"ios\"},{\"si"
},
{
"path": "ios/Runner/Assets.xcassets/BrandingImagePrd.imageset/Contents.json",
"chars": 1081,
"preview": "{\n \"images\" : [\n {\n \"filename\" : \"BrandingImage.png\",\n \"idiom\" : \"universal\",\n \"scale\" : \"1x\"\n },\n"
},
{
"path": "ios/Runner/Assets.xcassets/BrandingImageStg.imageset/Contents.json",
"chars": 1081,
"preview": "{\n \"images\" : [\n {\n \"filename\" : \"BrandingImage.png\",\n \"idiom\" : \"universal\",\n \"scale\" : \"1x\"\n },\n"
},
{
"path": "ios/Runner/Assets.xcassets/Contents.json",
"chars": 63,
"preview": "{\n \"info\" : {\n \"author\" : \"xcode\",\n \"version\" : 1\n }\n}\n"
},
{
"path": "ios/Runner/Assets.xcassets/LaunchBackgroundPrd.imageset/Contents.json",
"chars": 361,
"preview": "{\n \"images\" : [\n {\n \"filename\" : \"background.png\",\n \"idiom\" : \"universal\"\n },\n {\n \"appearances\""
},
{
"path": "ios/Runner/Assets.xcassets/LaunchBackgroundStg.imageset/Contents.json",
"chars": 361,
"preview": "{\n \"images\" : [\n {\n \"filename\" : \"background.png\",\n \"idiom\" : \"universal\"\n },\n {\n \"appearances\""
},
{
"path": "ios/Runner/Assets.xcassets/LaunchImagePrd.imageset/Contents.json",
"chars": 1069,
"preview": "{\n \"images\" : [\n {\n \"filename\" : \"LaunchImage.png\",\n \"idiom\" : \"universal\",\n \"scale\" : \"1x\"\n },\n "
},
{
"path": "ios/Runner/Assets.xcassets/LaunchImageStg.imageset/Contents.json",
"chars": 1069,
"preview": "{\n \"images\" : [\n {\n \"filename\" : \"LaunchImage.png\",\n \"idiom\" : \"universal\",\n \"scale\" : \"1x\"\n },\n "
},
{
"path": "ios/Runner/Base.lproj/LaunchScreen.storyboard",
"chars": 2861,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB\" version=\"3"
},
{
"path": "ios/Runner/Base.lproj/LaunchScreenPrd.storyboard",
"chars": 4065,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard"
},
{
"path": "ios/Runner/Base.lproj/LaunchScreenStg.storyboard",
"chars": 4065,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard"
},
{
"path": "ios/Runner/Base.lproj/Main.storyboard",
"chars": 1811,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB\" version=\"3"
},
{
"path": "ios/Runner/Info.plist",
"chars": 2505,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "ios/Runner/Runner-Bridging-Header.h",
"chars": 38,
"preview": "#import \"GeneratedPluginRegistrant.h\"\n"
},
{
"path": "ios/Runner/Runner.entitlements",
"chars": 352,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "ios/Runner.xcodeproj/project.pbxproj",
"chars": 40979,
"preview": "// !$*UTF8*$!\n{\n\tarchiveVersion = 1;\n\tclasses = {\n\t};\n\tobjectVersion = 54;\n\tobjects = {\n\n/* Begin PBXBuildFile section *"
},
{
"path": "ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
"chars": 135,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n version = \"1.0\">\n <FileRef\n location = \"self:\">\n </FileRef"
},
{
"path": "ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist",
"chars": 238,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings",
"chars": 226,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "ios/Runner.xcodeproj/xcshareddata/xcschemes/prd.xcscheme",
"chars": 3205,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n LastUpgradeVersion = \"1300\"\n version = \"1.3\">\n <BuildAction\n "
},
{
"path": "ios/Runner.xcodeproj/xcshareddata/xcschemes/stg.xcscheme",
"chars": 3001,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n LastUpgradeVersion = \"1340\"\n version = \"1.3\">\n <BuildAction\n "
},
{
"path": "ios/Runner.xcworkspace/contents.xcworkspacedata",
"chars": 224,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n version = \"1.0\">\n <FileRef\n location = \"group:Runner.xcodepr"
},
{
"path": "ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist",
"chars": 238,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings",
"chars": 226,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "ios/config/prd/GoogleService-Info.plist",
"chars": 1233,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "ios/config/stg/GoogleService-Info.plist",
"chars": 1229,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "l10n.yaml",
"chars": 167,
"preview": "arb-dir: lib/core/localization\noutput-dir: lib/core/localization/generated\ntemplate-arb-file: intl_en.arb\noutput-localiz"
},
{
"path": "lib/core/api/api.dart",
"chars": 111,
"preview": "export 'dio_client.dart';\nexport 'dio_interceptor.dart';\nexport 'isolate_parser.dart';\nexport 'list_api.dart';\n"
},
{
"path": "lib/core/api/dio_client.dart",
"chars": 3860,
"preview": "import 'package:dartz/dartz.dart';\nimport 'package:dio/dio.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimpo"
},
{
"path": "lib/core/api/dio_interceptor.dart",
"chars": 4111,
"preview": "import 'dart:convert';\n\nimport 'package:dio/dio.dart';\nimport 'package:flutter/material.dart';\nimport 'package:flutter_a"
},
{
"path": "lib/core/api/isolate_parser.dart",
"chars": 536,
"preview": "import 'dart:isolate';\n\nimport 'package:flutter_auth_app/core/core.dart';\n\nclass IsolateParser<T> {\n final Map<String, "
},
{
"path": "lib/core/api/list_api.dart",
"chars": 404,
"preview": "class ListAPI {\n ListAPI._(); // coverage:ignore-line\n\n /// Auth\n static const String generalToken = '/v1/api/auth/ge"
},
{
"path": "lib/core/app_route.dart",
"chars": 3999,
"preview": "import 'package:flutter/foundation.dart';\nimport 'package:flutter/material.dart';\nimport 'package:flutter_auth_app/depen"
},
{
"path": "lib/core/core.dart",
"chars": 213,
"preview": "export 'api/api.dart';\nexport 'app_route.dart';\nexport 'error/error.dart';\nexport 'localization/localization.dart';\nexpo"
},
{
"path": "lib/core/error/error.dart",
"chars": 49,
"preview": "export 'exceptions.dart';\nexport 'failure.dart';\n"
},
{
"path": "lib/core/error/exceptions.dart",
"chars": 146,
"preview": "class ServerException implements Exception {\n String? message;\n\n ServerException(this.message);\n}\n\nclass CacheExceptio"
},
{
"path": "lib/core/error/failure.dart",
"chars": 697,
"preview": "abstract class Failure {\n /// ignore: avoid_unused_constructor_parameters\n const Failure([List properties = const <dyn"
},
{
"path": "lib/core/localization/intl_en.arb",
"chars": 931,
"preview": "{\n \"dashboard\": \"Dashboard\",\n \"about\": \"About\",\n \"selectDate\": \"Choose Date\",\n \"selectTime\": \"Choose Time\",\n \"selec"
},
{
"path": "lib/core/localization/intl_id.arb",
"chars": 934,
"preview": "{\n \"dashboard\": \"Beranda\",\n \"about\": \"Tentang\",\n \"selectDate\": \"Pilih Tanggal\",\n \"selectTime\": \"Pilih Waktu\",\n \"sel"
},
{
"path": "lib/core/localization/l10n.dart",
"chars": 338,
"preview": "import 'package:flutter/material.dart';\n\nclass L10n {\n L10n._(); //coverage:ignore-line\n\n static final all = [\n con"
},
{
"path": "lib/core/localization/localization.dart",
"chars": 53,
"preview": "export 'generated/strings.dart';\nexport 'l10n.dart';\n"
},
{
"path": "lib/core/resources/dimens.dart",
"chars": 1712,
"preview": "import 'package:flutter_screenutil/flutter_screenutil.dart';\n\nclass Dimens {\n Dimens._();\n\n static double displayLarge"
},
{
"path": "lib/core/resources/images.dart",
"chars": 642,
"preview": "class Images {\n Images._();\n\n static String icLauncher =\n const String.fromEnvironment('ENV', defaultValue: 'stag"
},
{
"path": "lib/core/resources/palette.dart",
"chars": 3665,
"preview": "import 'package:flutter/material.dart';\n\n// 100% — FF ## 50% — 80\n// 99% — FC ## 49% — 7D\n// 98% — FA ## 48% — 7A\n"
},
{
"path": "lib/core/resources/resources.dart",
"chars": 89,
"preview": "export 'dimens.dart';\nexport 'images.dart';\nexport 'palette.dart';\nexport 'styles.dart';\n"
},
{
"path": "lib/core/resources/styles.dart",
"chars": 14491,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter/services.dart';\nimport 'package:flutter_auth_app/core/co"
},
{
"path": "lib/core/usecase/usecase.dart",
"chars": 250,
"preview": "import 'package:dartz/dartz.dart';\nimport 'package:flutter_auth_app/core/core.dart';\n\nabstract class UseCase<Type, Param"
},
{
"path": "lib/core/widgets/button.dart",
"chars": 1607,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter_auth_app/core/core.dart';\n\nclass Button extends Stateles"
},
{
"path": "lib/core/widgets/button_notification.dart",
"chars": 1477,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter_auth_app/core/core.dart';\n\nclass ButtonNotification exte"
},
{
"path": "lib/core/widgets/button_text.dart",
"chars": 980,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter_auth_app/core/core.dart';\n\n\nclass ButtonText extends Sta"
},
{
"path": "lib/core/widgets/circle_image.dart",
"chars": 933,
"preview": "import 'package:cached_network_image/cached_network_image.dart';\nimport 'package:flutter/material.dart';\nimport 'package"
},
{
"path": "lib/core/widgets/color_loaders.dart",
"chars": 5907,
"preview": "import 'dart:math';\n\nimport 'package:flutter/material.dart';\nimport 'package:flutter_auth_app/core/core.dart';\n\nclass Co"
},
{
"path": "lib/core/widgets/drop_down.dart",
"chars": 4588,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter_auth_app/core/core.dart';\n\n\nclass DropDown<T> extends St"
},
{
"path": "lib/core/widgets/empty.dart",
"chars": 599,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_a"
},
{
"path": "lib/core/widgets/loading.dart",
"chars": 637,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter_auth_app/core/core.dart';\n\nclass Loading extends Statele"
},
{
"path": "lib/core/widgets/my_appbar.dart",
"chars": 230,
"preview": "import 'package:flutter/material.dart';\n\nclass MyAppBar {\n const MyAppBar();\n\n PreferredSize call() => PreferredSize(\n"
},
{
"path": "lib/core/widgets/parent.dart",
"chars": 1382,
"preview": "import 'package:flutter/material.dart';\n\n\nclass Parent extends StatefulWidget {\n final Widget? child;\n final Preferred"
},
{
"path": "lib/core/widgets/spacer_h.dart",
"chars": 307,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter_auth_app/core/core.dart';\n\nclass SpacerH extends Statele"
},
{
"path": "lib/core/widgets/spacer_v.dart",
"chars": 308,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter_auth_app/core/core.dart';\n\nclass SpacerV extends Statele"
},
{
"path": "lib/core/widgets/text_f.dart",
"chars": 7598,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter/services.dart';\nimport 'package:flutter_auth_app/core/co"
},
{
"path": "lib/core/widgets/toast.dart",
"chars": 1448,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter_screenutil/flutter_screenutil.dart';\n\n\nclass Toast exten"
},
{
"path": "lib/core/widgets/widgets.dart",
"chars": 348,
"preview": "export 'button.dart';\nexport 'button_notification.dart';\nexport 'button_text.dart';\nexport 'circle_image.dart';\nexport '"
},
{
"path": "lib/dependencies_injection.dart",
"chars": 2149,
"preview": "import 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/features/features.dart';\nimport 'pack"
},
{
"path": "lib/features/auth/auth.dart",
"chars": 81,
"preview": "export 'data/data.dart';\nexport 'domain/domain.dart';\nexport 'pages/pages.dart';\n"
},
{
"path": "lib/features/auth/data/data.dart",
"chars": 109,
"preview": "export 'datasources/datasources.dart';\nexport 'models/models.dart';\nexport 'repositories/repositories.dart';\n"
},
{
"path": "lib/features/auth/data/datasources/auth_remote_datasources.dart",
"chars": 1925,
"preview": "import 'package:dartz/dartz.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/fe"
},
{
"path": "lib/features/auth/data/datasources/datasources.dart",
"chars": 39,
"preview": "export 'auth_remote_datasources.dart';\n"
},
{
"path": "lib/features/auth/data/models/general_token_response.dart",
"chars": 1089,
"preview": "import 'package:flutter_auth_app/features/auth/auth.dart';\nimport 'package:flutter_auth_app/features/general/general.dar"
},
{
"path": "lib/features/auth/data/models/login_response.dart",
"chars": 1018,
"preview": "import 'package:flutter_auth_app/features/auth/auth.dart';\nimport 'package:flutter_auth_app/features/general/general.dar"
},
{
"path": "lib/features/auth/data/models/models.dart",
"chars": 101,
"preview": "export 'general_token_response.dart';\nexport 'login_response.dart';\nexport 'register_response.dart';\n"
},
{
"path": "lib/features/auth/data/models/register_response.dart",
"chars": 1226,
"preview": "import 'package:flutter_auth_app/features/auth/auth.dart';\nimport 'package:flutter_auth_app/features/general/general.dar"
},
{
"path": "lib/features/auth/data/repositories/auth_repository_impl.dart",
"chars": 2078,
"preview": "import 'package:dartz/dartz.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/fe"
},
{
"path": "lib/features/auth/data/repositories/repositories.dart",
"chars": 36,
"preview": "export 'auth_repository_impl.dart';\n"
},
{
"path": "lib/features/auth/domain/domain.dart",
"chars": 107,
"preview": "export 'entities/entities.dart';\nexport 'repositories/repositories.dart';\nexport 'usecases/usecases.dart';\n"
},
{
"path": "lib/features/auth/domain/entities/entities.dart",
"chars": 74,
"preview": "export 'general_token.dart';\nexport 'login.dart';\nexport 'register.dart';\n"
},
{
"path": "lib/features/auth/domain/entities/general_token.dart",
"chars": 220,
"preview": "import 'package:freezed_annotation/freezed_annotation.dart';\n\npart 'general_token.freezed.dart';\n\n@freezed\nsealed class "
},
{
"path": "lib/features/auth/domain/entities/login.dart",
"chars": 184,
"preview": "import 'package:freezed_annotation/freezed_annotation.dart';\n\npart 'login.freezed.dart';\n\n@freezed\nsealed class Login wi"
},
{
"path": "lib/features/auth/domain/entities/register.dart",
"chars": 201,
"preview": "import 'package:freezed_annotation/freezed_annotation.dart';\n\npart 'register.freezed.dart';\n\n@freezed\nsealed class Regis"
},
{
"path": "lib/features/auth/domain/repositories/auth_repository.dart",
"chars": 436,
"preview": "import 'package:dartz/dartz.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/fe"
},
{
"path": "lib/features/auth/domain/repositories/repositories.dart",
"chars": 31,
"preview": "export 'auth_repository.dart';\n"
},
{
"path": "lib/features/auth/domain/usecases/post_general_token.dart",
"chars": 838,
"preview": "import 'package:dartz/dartz.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/fe"
},
{
"path": "lib/features/auth/domain/usecases/post_login.dart",
"chars": 843,
"preview": "import 'package:dartz/dartz.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/fe"
},
{
"path": "lib/features/auth/domain/usecases/post_logout.dart",
"chars": 387,
"preview": "import 'package:dartz/dartz.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/fe"
},
{
"path": "lib/features/auth/domain/usecases/post_register.dart",
"chars": 787,
"preview": "import 'package:dartz/dartz.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/fe"
},
{
"path": "lib/features/auth/domain/usecases/usecases.dart",
"chars": 116,
"preview": "export 'post_general_token.dart';\nexport 'post_login.dart';\nexport 'post_logout.dart';\nexport 'post_register.dart';\n"
},
{
"path": "lib/features/auth/pages/login/cubit/auth_cubit.dart",
"chars": 1070,
"preview": "import 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/features/features.dart';\nimport 'pack"
},
{
"path": "lib/features/auth/pages/login/cubit/cubit.dart",
"chars": 26,
"preview": "export 'auth_cubit.dart';\n"
},
{
"path": "lib/features/auth/pages/login/login.dart",
"chars": 53,
"preview": "export 'cubit/cubit.dart';\nexport 'login_page.dart';\n"
},
{
"path": "lib/features/auth/pages/login/login_page.dart",
"chars": 5441,
"preview": "import 'dart:io';\n\nimport 'package:flutter/material.dart';\nimport 'package:flutter/services.dart';\nimport 'package:flutt"
},
{
"path": "lib/features/auth/pages/pages.dart",
"chars": 60,
"preview": "export 'login/login.dart';\nexport 'register/register.dart';\n"
},
{
"path": "lib/features/auth/pages/register/cubit/cubit.dart",
"chars": 30,
"preview": "export 'register_cubit.dart';\n"
},
{
"path": "lib/features/auth/pages/register/cubit/register_cubit.dart",
"chars": 1179,
"preview": "import 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/features/features.dart';\nimport 'pack"
},
{
"path": "lib/features/auth/pages/register/register.dart",
"chars": 56,
"preview": "export 'cubit/cubit.dart';\nexport 'register_page.dart';\n"
},
{
"path": "lib/features/auth/pages/register/register_page.dart",
"chars": 7742,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_a"
},
{
"path": "lib/features/features.dart",
"chars": 83,
"preview": "export 'auth/auth.dart';\nexport 'general/general.dart';\nexport 'users/users.dart';\n"
},
{
"path": "lib/features/general/data/data.dart",
"chars": 29,
"preview": "export 'models/models.dart';\n"
},
{
"path": "lib/features/general/data/models/diagnostic.dart",
"chars": 412,
"preview": "import 'package:freezed_annotation/freezed_annotation.dart';\n\npart 'diagnostic.freezed.dart';\npart 'diagnostic.g.dart';\n"
},
{
"path": "lib/features/general/data/models/diagnostic_response.dart",
"chars": 508,
"preview": "import 'package:flutter_auth_app/features/general/general.dart';\nimport 'package:freezed_annotation/freezed_annotation.d"
},
{
"path": "lib/features/general/data/models/models.dart",
"chars": 81,
"preview": "export 'diagnostic.dart';\nexport 'diagnostic_response.dart';\nexport 'page.dart';\n"
},
{
"path": "lib/features/general/data/models/page.dart",
"chars": 448,
"preview": "import 'package:freezed_annotation/freezed_annotation.dart';\n\npart 'page.freezed.dart';\npart 'page.g.dart';\n\n@freezed\nse"
},
{
"path": "lib/features/general/general.dart",
"chars": 52,
"preview": "export 'data/data.dart';\nexport 'pages/pages.dart';\n"
},
{
"path": "lib/features/general/pages/cubit/cubit.dart",
"chars": 33,
"preview": "export 'reload_form_cubit.dart';\n"
},
{
"path": "lib/features/general/pages/cubit/reload_form_cubit.dart",
"chars": 588,
"preview": "import 'package:flutter_bloc/flutter_bloc.dart';\nimport 'package:freezed_annotation/freezed_annotation.dart';\n\npart 'rel"
},
{
"path": "lib/features/general/pages/main/cubit/cubit.dart",
"chars": 80,
"preview": "export 'logout_cubit.dart';\nexport 'main_cubit.dart';\nexport 'user_cubit.dart';\n"
},
{
"path": "lib/features/general/pages/main/cubit/logout_cubit.dart",
"chars": 1137,
"preview": "import 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/dependencies_injection.dart';\nimport "
},
{
"path": "lib/features/general/pages/main/cubit/main_cubit.dart",
"chars": 2017,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_a"
},
{
"path": "lib/features/general/pages/main/cubit/user_cubit.dart",
"chars": 890,
"preview": "import 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/features/features.dart';\nimport 'pack"
},
{
"path": "lib/features/general/pages/main/main.dart",
"chars": 79,
"preview": "export 'cubit/cubit.dart';\nexport 'main_page.dart';\nexport 'menu_drawer.dart';\n"
},
{
"path": "lib/features/general/pages/main/main_page.dart",
"chars": 5036,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_a"
},
{
"path": "lib/features/general/pages/main/menu_drawer.dart",
"chars": 4974,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_a"
},
{
"path": "lib/features/general/pages/pages.dart",
"chars": 126,
"preview": "export 'cubit/cubit.dart';\nexport 'main/main.dart';\nexport 'settings/settings.dart';\nexport 'splashscreen/splashscreen.d"
},
{
"path": "lib/features/general/pages/settings/cubit/cubit.dart",
"chars": 30,
"preview": "export 'settings_cubit.dart';\n"
},
{
"path": "lib/features/general/pages/settings/cubit/settings_cubit.dart",
"chars": 990,
"preview": "import 'package:flutter_auth_app/utils/utils.dart';\nimport 'package:flutter_bloc/flutter_bloc.dart';\n\nclass SettingsCubi"
},
{
"path": "lib/features/general/pages/settings/settings.dart",
"chars": 56,
"preview": "export 'cubit/cubit.dart';\nexport 'settings_page.dart';\n"
},
{
"path": "lib/features/general/pages/settings/settings_page.dart",
"chars": 3973,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_a"
},
{
"path": "lib/features/general/pages/splashscreen/cubit/cubit.dart",
"chars": 35,
"preview": "export 'general_token_cubit.dart';\n"
},
{
"path": "lib/features/general/pages/splashscreen/cubit/general_token_cubit.dart",
"chars": 1135,
"preview": "import 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/features/features.dart';\nimport 'pack"
},
{
"path": "lib/features/general/pages/splashscreen/splash_screen_page.dart",
"chars": 1091,
"preview": "import 'package:flutter/material.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_a"
},
{
"path": "lib/features/general/pages/splashscreen/splashscreen.dart",
"chars": 61,
"preview": "export 'cubit/cubit.dart';\nexport 'splash_screen_page.dart';\n"
},
{
"path": "lib/features/users/data/data.dart",
"chars": 109,
"preview": "export 'datasources/datasources.dart';\nexport 'models/models.dart';\nexport 'repositories/repositories.dart';\n"
},
{
"path": "lib/features/users/data/datasources/datasources.dart",
"chars": 39,
"preview": "export 'user_remote_datasources.dart';\n"
},
{
"path": "lib/features/users/data/datasources/user_remote_datasources.dart",
"chars": 1052,
"preview": "import 'package:dartz/dartz.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/fe"
},
{
"path": "lib/features/users/data/models/models.dart",
"chars": 59,
"preview": "export 'user_response.dart';\nexport 'users_response.dart';\n"
},
{
"path": "lib/features/users/data/models/user_response.dart",
"chars": 783,
"preview": "import 'package:flutter_auth_app/features/general/general.dart';\nimport 'package:flutter_auth_app/features/users/users.d"
},
{
"path": "lib/features/users/data/models/users_response.dart",
"chars": 1572,
"preview": "import 'package:flutter_auth_app/features/general/general.dart';\nimport 'package:flutter_auth_app/features/users/users.d"
},
{
"path": "lib/features/users/data/repositories/repositories.dart",
"chars": 37,
"preview": "export 'users_repository_impl.dart';\n"
},
{
"path": "lib/features/users/data/repositories/users_repository_impl.dart",
"chars": 1009,
"preview": "import 'package:dartz/dartz.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/fe"
},
{
"path": "lib/features/users/domain/domain.dart",
"chars": 107,
"preview": "export 'entities/entities.dart';\nexport 'repositories/repositories.dart';\nexport 'usecases/usecases.dart';\n"
},
{
"path": "lib/features/users/domain/entities/entities.dart",
"chars": 21,
"preview": "export 'users.dart';\n"
},
{
"path": "lib/features/users/domain/entities/users.dart",
"chars": 421,
"preview": "import 'package:freezed_annotation/freezed_annotation.dart';\n\npart 'users.freezed.dart';\n\n@freezed\nsealed class Users wi"
},
{
"path": "lib/features/users/domain/repositories/repositories.dart",
"chars": 32,
"preview": "export 'users_repository.dart';\n"
},
{
"path": "lib/features/users/domain/repositories/users_repository.dart",
"chars": 288,
"preview": "import 'package:dartz/dartz.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/fe"
},
{
"path": "lib/features/users/domain/usecases/get_user.dart",
"chars": 383,
"preview": "import 'package:dartz/dartz.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/fe"
},
{
"path": "lib/features/users/domain/usecases/get_users.dart",
"chars": 700,
"preview": "import 'package:dartz/dartz.dart';\nimport 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/fe"
},
{
"path": "lib/features/users/domain/usecases/usecases.dart",
"chars": 49,
"preview": "export 'get_user.dart';\nexport 'get_users.dart';\n"
},
{
"path": "lib/features/users/pages/dashboard/cubit/cubit.dart",
"chars": 27,
"preview": "export 'users_cubit.dart';\n"
},
{
"path": "lib/features/users/pages/dashboard/cubit/users_cubit.dart",
"chars": 2019,
"preview": "import 'package:flutter_auth_app/core/core.dart';\nimport 'package:flutter_auth_app/features/features.dart';\nimport 'pack"
}
]
// ... and 113 more files (download for full content)
About this extraction
This page contains the full source code of the lazycatlabs/flutter_auth_app GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 313 files (480.9 KB), approximately 132.1k tokens, and a symbol index with 394 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.