|
| 1 | +// ignore_for_file: unnecessary_import |
1 | 2 | library flutter_parse_sdk;
|
2 | 3 |
|
3 | 4 | import 'dart:async';
|
@@ -28,58 +29,111 @@ export 'src/network/parse_dio_client.dart';
|
28 | 29 | export 'src/network/parse_http_client.dart';
|
29 | 30 |
|
30 | 31 | part 'src/base/parse_constants.dart';
|
| 32 | + |
31 | 33 | part 'src/data/parse_core_data.dart';
|
| 34 | + |
32 | 35 | part 'src/data/parse_subclass_handler.dart';
|
| 36 | + |
33 | 37 | part 'src/enums/parse_enum_api_rq.dart';
|
| 38 | + |
34 | 39 | part 'src/network/options.dart';
|
| 40 | + |
35 | 41 | part 'src/network/parse_client.dart';
|
| 42 | + |
36 | 43 | part 'src/network/parse_connectivity.dart';
|
| 44 | + |
37 | 45 | part 'src/network/parse_live_query.dart';
|
| 46 | + |
38 | 47 | part 'src/network/parse_query.dart';
|
| 48 | + |
39 | 49 | part 'src/objects/parse_acl.dart';
|
| 50 | + |
40 | 51 | part 'src/objects/parse_array.dart';
|
| 52 | + |
41 | 53 | part 'src/objects/parse_base.dart';
|
| 54 | + |
42 | 55 | part 'src/objects/parse_cloneable.dart';
|
| 56 | + |
43 | 57 | part 'src/objects/parse_config.dart';
|
| 58 | + |
44 | 59 | part 'src/objects/parse_error.dart';
|
| 60 | + |
45 | 61 | part 'src/objects/parse_exception.dart';
|
| 62 | + |
46 | 63 | part 'src/objects/parse_file.dart';
|
| 64 | + |
47 | 65 | part 'src/objects/parse_file_base.dart';
|
| 66 | + |
48 | 67 | part 'src/objects/parse_file_web.dart';
|
| 68 | + |
49 | 69 | part 'src/objects/parse_function.dart';
|
| 70 | + |
50 | 71 | part 'src/objects/parse_geo_point.dart';
|
| 72 | + |
51 | 73 | part 'src/objects/parse_installation.dart';
|
| 74 | + |
52 | 75 | part 'src/objects/parse_number.dart';
|
| 76 | + |
53 | 77 | part 'src/objects/parse_object.dart';
|
| 78 | + |
54 | 79 | part 'src/objects/parse_operation/parse_add_operation.dart';
|
| 80 | + |
55 | 81 | part 'src/objects/parse_operation/parse_add_relation_operation.dart';
|
| 82 | + |
56 | 83 | part 'src/objects/parse_operation/parse_add_unique_operation.dart';
|
| 84 | + |
57 | 85 | part 'src/objects/parse_operation/parse_increment_operation.dart';
|
| 86 | + |
58 | 87 | part 'src/objects/parse_operation/parse_operation.dart';
|
| 88 | + |
59 | 89 | part 'src/objects/parse_operation/parse_remove_operation.dart';
|
| 90 | + |
60 | 91 | part 'src/objects/parse_operation/parse_remove_relation_operation.dart';
|
| 92 | + |
61 | 93 | part 'src/objects/parse_relation.dart';
|
| 94 | + |
62 | 95 | part 'src/objects/parse_response.dart';
|
| 96 | + |
63 | 97 | part 'src/objects/parse_save_state_aware_child.dart';
|
| 98 | + |
64 | 99 | part 'src/objects/parse_session.dart';
|
| 100 | + |
65 | 101 | part 'src/objects/parse_user.dart';
|
| 102 | + |
66 | 103 | part 'src/objects/parse_x_file.dart';
|
| 104 | + |
67 | 105 | part 'src/objects/response/parse_error_response.dart';
|
| 106 | + |
68 | 107 | part 'src/objects/response/parse_exception_response.dart';
|
| 108 | + |
69 | 109 | part 'src/objects/response/parse_response_builder.dart';
|
| 110 | + |
70 | 111 | part 'src/objects/response/parse_response_utils.dart';
|
| 112 | + |
71 | 113 | part 'src/objects/response/parse_success_no_results.dart';
|
| 114 | + |
72 | 115 | part 'src/storage/core_store.dart';
|
| 116 | + |
73 | 117 | part 'src/storage/core_store_memory.dart';
|
| 118 | + |
74 | 119 | part 'src/storage/core_store_sem_impl.dart';
|
| 120 | + |
75 | 121 | part 'src/storage/xxtea_codec.dart';
|
| 122 | + |
76 | 123 | part 'src/utils/parse_date_format.dart';
|
| 124 | + |
77 | 125 | part 'src/utils/parse_decoder.dart';
|
| 126 | + |
78 | 127 | part 'src/utils/parse_encoder.dart';
|
| 128 | + |
79 | 129 | part 'src/utils/parse_live_list.dart';
|
| 130 | + |
80 | 131 | part 'src/utils/parse_logger.dart';
|
| 132 | + |
81 | 133 | part 'src/utils/parse_login_helpers.dart';
|
| 134 | + |
82 | 135 | part 'src/utils/parse_utils.dart';
|
| 136 | + |
83 | 137 | part 'src/utils/valuable.dart';
|
84 | 138 |
|
85 | 139 | class Parse {
|
|
0 commit comments