Skip to content

Instantly share code, notes, and snippets.

View RobertApikyan's full-sized avatar

Robert Apikyan RobertApikyan

  • V-Mobile
  • Armenia, Yerevan
View GitHub Profile
[{"name":"income","total":6343,"categories":[{"typeId":"labor","amount":4313,"adjusted":null},{"typeId":"capital","amount":1401,"adjusted":null},{"typeId":"other","amount":629,"adjusted":null}]},{"name":"expense","total":4661,"categories":[{"typeId":"housing","amount":3327,"adjusted":null},{"typeId":"living","amount":305,"adjusted":null},{"typeId":"travel","amount":220,"adjusted":null},{"typeId":"insurance","amount":233,"adjusted":null},{"typeId":"leisure","amount":196,"adjusted":null},{"typeId":"other","amount":380,"adjusted":null}]},{"name":"saving","total":1682,"categories":[{"typeId":"pensionAndInsurance","amount":0,"adjusted":null},{"typeId":"investmentsProducts","amount":0,"adjusted":null},{"typeId":"bankProducts","amount":1682,"adjusted":null},{"typeId":"properties","amount":0,"adjusted":null},{"typeId":"other","amount":0,"adjusted":null}]}]
{
"appName": "Seasn",
"@appName": {},
"checkConnection": "It seems that you are offline, please\ncheck your internet connection and \ntry again.",
"@checkConnection": {},
"slowConnection": "Seems you have slow connection",
"@slowConnection": {},
"ok": "OK",
"@ok": {},
"okay": "Okay",
import 'dart:async';
import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_fgbg/flutter_fgbg.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import 'package:flutter_jailbreak_detection/flutter_jailbreak_detection.dart';
import 'package:flutter_keyboard_visibility/flutter_keyboard_visibility.dart';
import 'package:flutter_localizations/flutter_localizations.dart';
import 'dart:async';
import 'dart:io';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:shared_preferences/shared_preferences.dart';
/// This class allows to change app locale
class AppLocaleHelper {
{
"items":[
{
"id":53,
"name":"Car",
"keyword":"car",
"user_id":"e322c4d4-fbc7-42d1-8bc2-6ca12372442a",
"defaults":null,
"last_value":null,
"last_run_date":null,
package global.raiser.app.plugins.msal
import android.app.Activity
import com.microsoft.identity.client.AuthenticationCallback
import com.microsoft.identity.client.IAuthenticationResult
import com.microsoft.identity.client.IPublicClientApplication
import com.microsoft.identity.client.PublicClientApplication
import com.microsoft.identity.client.exception.MsalException
import global.raiser.app.R
import io.flutter.embedding.engine.plugins.FlutterPlugin
package global.raiser.app.plugins.utils;
import android.content.Context;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.pm.Signature;
import android.net.Uri;
import android.util.Base64;
import java.security.MessageDigest;
//
// PlatformMethodHandler.swift
// Runner
//
// Created by Tigran Kirakosyan on 11/23/20.
// Copyright © 2020 The Chromium Authors. All rights reserved.
//
import Flutter
import MSAL
# Uncomment this line to define a global platform for your project
platform :ios, '11.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
project 'Runner', {
'Debug' => :debug,
'Profile' => :release,
'Release' => :release,