LLM Analyzing impoivements, well documentated
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:ffi';
|
||||
import 'dart:io';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
library api_service;
|
||||
|
||||
import 'dart:async';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
part of 'api_service.dart';
|
||||
|
||||
extension ApiServiceAuth on ApiService {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
part of 'api_service.dart';
|
||||
|
||||
extension ApiServiceChats on ApiService {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
part of 'api_service.dart';
|
||||
|
||||
extension ApiServiceComplaints on ApiService {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
part of 'api_service.dart';
|
||||
|
||||
extension ApiServiceConnection on ApiService {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
part of 'api_service.dart';
|
||||
|
||||
extension ApiServiceContacts on ApiService {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
part of 'api_service.dart';
|
||||
|
||||
extension ApiServiceMedia on ApiService {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
part of 'api_service.dart';
|
||||
|
||||
extension ApiServicePrivacy on ApiService {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:convert';
|
||||
import 'package:flutter/foundation.dart';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:convert';
|
||||
import 'package:web_socket_channel/io.dart';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:convert';
|
||||
import 'package:web_socket_channel/io.dart';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'dart:async';
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:math';
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'dart:math';
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'package:gwid/models/profile.dart';
|
||||
|
||||
class Account {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// hey
|
||||
|
||||
enum AttachTypes { call, control, inlineKeyboard, share }
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
class Channel {
|
||||
final int id;
|
||||
final String name;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'package:gwid/models/message.dart';
|
||||
|
||||
class Chat {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
class ChatFolder {
|
||||
final String id;
|
||||
final String title;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
class ComplaintType {
|
||||
final int typeId;
|
||||
final List<ComplaintReason> reasons;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
class Contact {
|
||||
final int id;
|
||||
final String name;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
class Message {
|
||||
final String id;
|
||||
final String text;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
class Profile {
|
||||
final int id;
|
||||
final String phone;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:convert';
|
||||
import 'dart:io';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:gwid/screens/tos_screen.dart';
|
||||
import 'package:gwid/consts.dart';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
import 'package:gwid/utils/theme_provider.dart';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
// hey
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:google_fonts/google_fonts.dart';
|
||||
import 'package:gwid/utils/proxy_service.dart';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
import 'package:gwid/utils/theme_provider.dart';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_colorpicker/flutter_colorpicker.dart';
|
||||
import 'package:image_picker/image_picker.dart';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'dart:convert';
|
||||
import 'dart:io';
|
||||
import 'dart:typed_data';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'dart:async';
|
||||
import 'dart:math';
|
||||
|
||||
Reference in New Issue
Block a user