This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
m_did=03fb497fea2b4f31c6318e19f180406e7c30662e1072cda4b9508429bfb2cb8c; Max-Age=31536000; Domain=.mohirdev.uz; Path=/; Expires=Fri, 17 Nov 2023 06:36:36 GMT; Secure; SameSite=None,m_rt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYyZjdkMWE3ZDZmNmQwMmI0MzIyMmEyZSIsIl9pZCI6IjYyZjdkMWE3ZDZmNmQwMmI0MzIyMmEyZSIsInBob25lIjoiKzk5ODkwMDIxNjA1NSIsInJvbGVzIjpbIkJBU0lDIl0sImlhdCI6MTY2ODY2Njk5NiwiZXhwIjoxNjg0MjE4OTk2fQ.iyBWpBvRu8iJ5ZEi3a-_A8iw4QWS6StTdcB0WTHLobc; Max-Age=31536000; Domain=.mohirdev.uz; Path=/; Expires=Fri, 17 Nov 2023 06:36:36 GMT; Secure; SameSite=None,m_at=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYyZjdkMWE3ZDZmNmQwMmI0MzIyMmEyZSIsIl9pZCI6IjYyZjdkMWE3ZDZmNmQwMmI0MzIyMmEyZSIsInBob25lIjoiKzk5ODkwMDIxNjA1NSIsInJvbGVzIjpbIkJBU0lDIl0sImlhdCI6MTY2ODY2Njk5NiwiZXhwIjoxNjY4NjcwNTk2fQ.wu0KmQtAXsSIjGrxLqMh2bV9s1MvnifoKZ_1Lz_Nxbw; Max-Age=31536000; Domain=.mohirdev.uz; Path=/; Expires=Fri, 17 Nov 2023 06:36:36 GMT; Secure; SameSite=None | |
Params: {"refreshToken":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Solution { | |
fun divide(dividend: Int, divisor: Int): Int { | |
var isNegative: Boolean = false | |
var counter : Int = 0 | |
if((dividend < 0 && divisor > 0) || (dividend >0 && divisor < 0)) { | |
isNegative = true | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
params = {_InternalLinkedHashMap} size = 39 | |
0 = {map entry} "fromPersonId" -> "32305840470011" | |
1 = {map entry} "fromPersonType" -> 1 | |
2 = {map entry} "fromPassportSeries" -> "AA" | |
3 = {map entry} "fromPassportNumber" -> "2256072" | |
4 = {map entry} "fromPhone" -> "+998" | |
5 = {map entry} "fromName" -> "AZIZ" | |
6 = {map entry} "fromLegalAddress" -> "Тошкент шаҳри Мирзо Улуғбек тумани ЭЛОБОД МФЙ, МИРЗО УЛУҒБЕК КЎЧАСИ, uy:62 xonadon:29" | |
7 = {map entry} "fromFactualAddress" -> "Тошкент шаҳри Мирзо Улуғбек тумани ЭЛОБОД МФЙ, МИРЗО УЛУҒБЕК КЎЧАСИ, uy:62 xonadon:29" | |
8 = {map entry} "fromDirectorName" -> "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'dart:async'; | |
import 'dart:collection'; | |
import 'dart:convert'; | |
import 'dart:developer'; | |
import 'dart:io'; | |
import 'dart:typed_data'; | |
import 'package:appdynamics_agent/appdynamics_agent.dart'; | |
import 'package:auto_route/auto_route.dart'; | |
import 'package:flutter/cupertino.dart'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/cupertino.dart'; | |
import 'package:flutter/material.dart'; | |
import 'package:flutter/services.dart'; | |
import 'package:intl/intl.dart'; | |
import 'package:sliding_switch/sliding_switch.dart'; | |
import 'package:soliq_flutter/localization/language_constants.dart'; | |
import 'package:soliq_flutter/ui/components/custom_button.dart'; | |
import 'package:soliq_flutter/ui/components/select_ui.dart'; | |
import 'package:soliq_flutter/ui/components/text_field_ui.dart'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
~ Created by Usmanov Eldor on 5/27/21, 5:13 PM ~ | |
~ Copyright (c) 27/5/2021 ~ | |
~ Last modified 6/02/21, 12:13 PM ~ | |
~ 2021 © SICNT. All rights reserved. ~ | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/ | |
// To parse this JSON data, do | |
// | |
// final incomesResponse = incomesResponseFromJson(jsonString); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'dart:convert'; | |
import 'dart:io'; | |
import 'package:auto_route/auto_route.dart'; | |
import 'package:flutter/material.dart'; | |
import 'package:http/http.dart'; | |
import 'package:soliq_flutter/persistance/api_provider.dart'; | |
import 'package:soliq_flutter/utils/user_data.dart'; | |
import 'package:stacked/stacked.dart'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'dart:async'; | |
import 'dart:convert'; | |
import 'dart:developer'; | |
import 'dart:io'; | |
import 'package:auto_route/auto_route.dart'; | |
import 'package:flutter/cupertino.dart'; | |
import 'package:flutter/material.dart'; | |
import 'package:flutter/services.dart'; | |
import 'package:flutter_svg/svg.dart'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
import 'package:soliq_flutter/localization/language_constants.dart'; | |
import 'package:soliq_flutter/ui/components/soliq_spinner.dart'; | |
import 'package:soliq_flutter/ui/data_not_found.dart'; | |
import 'package:soliq_flutter/ui/theme/themes.dart'; | |
import 'package:soliq_flutter/ui/widgets/app_bar_page.dart'; | |
import 'package:soliq_flutter/ui/widgets/card/card_shadow.dart'; | |
import 'package:soliq_flutter/utils/device_size_config.dart'; | |
import 'package:soliq_flutter/views/tax_partner/tax_breaking_law_details_viewmodel.dart'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
import 'package:soliq_flutter/model/tax_partner/reportDetail.dart'; | |
import 'package:soliq_flutter/persistance/api_provider.dart'; | |
import 'package:soliq_flutter/utils/toast_utils.dart'; | |
import 'package:soliq_flutter/utils/user_data.dart'; | |
import 'package:stacked/stacked.dart'; | |
import '../../localization/language_constants.dart'; | |
import '../../ui/components/btn_ui.dart'; | |
import '../../ui/theme/my_themes.dart'; |