Commit a73ed0b 1 parent b6353d2 commit a73ed0b Copy full SHA for a73ed0b
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- import 'package:amalyot_uchun /providers/appProvider.dart' ;
2
- import 'package:amalyot_uchun /screens/home_screen.dart' ;
1
+ import '. /providers/appProvider.dart' ;
2
+ import '. /screens/home_screen.dart' ;
3
3
import 'package:flutter/material.dart' ;
4
4
import 'package:provider/provider.dart' ;
5
5
Original file line number Diff line number Diff line change 4
4
5
5
import 'dart:async' ;
6
6
7
- import 'package:amalyot_uchun/service/my_errors.dart' ;
8
7
import 'package:flutter/material.dart' ;
9
8
import 'package:http/http.dart' as http;
10
9
import 'dart:convert' ;
11
10
12
11
import 'package:shared_preferences/shared_preferences.dart' ;
13
12
13
+ import '/service/my_errors.dart' ;
14
+
14
15
class AppProvider with ChangeNotifier {
15
16
String ? token;
16
17
You can’t perform that action at this time.
0 commit comments