LLM Analyzing impoivements, well documentated

This commit is contained in:
ivan2282
2025-12-10 17:28:52 +03:00
parent ca8fd20796
commit ecdb34505c
34 changed files with 66 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
// hey
import 'dart:async';
import 'dart:ffi';
import 'dart:io';

View File

@@ -1,3 +1,5 @@
// hey
library api_service;
import 'dart:async';

View File

@@ -1,3 +1,5 @@
// hey
part of 'api_service.dart';
extension ApiServiceAuth on ApiService {

View File

@@ -1,3 +1,5 @@
// hey
part of 'api_service.dart';
extension ApiServiceChats on ApiService {

View File

@@ -1,3 +1,5 @@
// hey
part of 'api_service.dart';
extension ApiServiceComplaints on ApiService {

View File

@@ -1,3 +1,5 @@
// hey
part of 'api_service.dart';
extension ApiServiceConnection on ApiService {

View File

@@ -1,3 +1,5 @@
// hey
part of 'api_service.dart';
extension ApiServiceContacts on ApiService {

View File

@@ -1,3 +1,5 @@
// hey
part of 'api_service.dart';
extension ApiServiceMedia on ApiService {

View File

@@ -1,3 +1,5 @@
// hey
part of 'api_service.dart';
extension ApiServicePrivacy on ApiService {

View File

@@ -1,3 +1,5 @@
// hey
import 'dart:async';
import 'dart:convert';
import 'package:flutter/foundation.dart';

View File

@@ -1,3 +1,5 @@
// hey
import 'dart:async';
import 'dart:convert';
import 'package:web_socket_channel/io.dart';

View File

@@ -1,3 +1,5 @@
// hey
import 'dart:async';
import 'dart:convert';
import 'package:web_socket_channel/io.dart';

View File

@@ -1,3 +1,5 @@
// hey
import 'dart:async';

View File

@@ -1,3 +1,5 @@
// hey
import 'dart:async';
import 'dart:math';

View File

@@ -1,3 +1,5 @@
// hey
import 'dart:math';

View File

@@ -1,3 +1,5 @@
// hey
import 'package:gwid/models/profile.dart';
class Account {

View File

@@ -1,3 +1,4 @@
// hey
enum AttachTypes { call, control, inlineKeyboard, share }

View File

@@ -1,3 +1,5 @@
// hey
class Channel {
final int id;
final String name;

View File

@@ -1,3 +1,5 @@
// hey
import 'package:gwid/models/message.dart';
class Chat {

View File

@@ -1,3 +1,5 @@
// hey
class ChatFolder {
final String id;
final String title;

View File

@@ -1,3 +1,5 @@
// hey
class ComplaintType {
final int typeId;
final List<ComplaintReason> reasons;

View File

@@ -1,3 +1,5 @@
// hey
class Contact {
final int id;
final String name;

View File

@@ -1,3 +1,5 @@
// hey
class Message {
final String id;
final String text;

View File

@@ -1,3 +1,5 @@
// hey
class Profile {
final int id;
final String phone;

View File

@@ -1,3 +1,5 @@
// hey
import 'dart:async';
import 'dart:convert';
import 'dart:io';

View File

@@ -1,3 +1,5 @@
// hey
import 'package:flutter/material.dart';
import 'package:gwid/screens/tos_screen.dart';
import 'package:gwid/consts.dart';

View File

@@ -1,3 +1,5 @@
// hey
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:gwid/utils/theme_provider.dart';

View File

@@ -1,4 +1,4 @@
// hey
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';

View File

@@ -1,3 +1,5 @@
// hey
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:gwid/utils/proxy_service.dart';

View File

@@ -1,3 +1,5 @@
// hey
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:gwid/utils/theme_provider.dart';

View File

@@ -1,3 +1,5 @@
// hey
import 'package:flutter/material.dart';
import 'package:flutter_colorpicker/flutter_colorpicker.dart';
import 'package:image_picker/image_picker.dart';

View File

@@ -1,3 +1,5 @@
// hey
import 'dart:convert';
import 'dart:io';
import 'dart:typed_data';

View File

@@ -1,3 +1,5 @@
// hey
import 'package:flutter/material.dart';
import 'package:disable_battery_optimization/disable_battery_optimization.dart';
import 'package:shared_preferences/shared_preferences.dart';

View File

@@ -1,3 +1,5 @@
// hey
import 'package:flutter/material.dart';
import 'dart:async';
import 'dart:math';