-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlist.txt
40 lines (39 loc) · 1.21 KB
/
list.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
lib
├── home.dart
├── main.dart
├── model
│ ├── crypto.dart
│ ├── current_weather.dart
│ ├── daily_weather.dart
│ ├── hourly_weather.dart
│ └── weather_data.dart
├── news_article.dart
├── publisher
│ ├── home_publisher.dart
│ ├── models
│ ├── screens
│ │ ├── add_post.dart
│ │ ├── edit_post.dart
│ │ ├── posts.dart
│ │ ├── profile.dart
│ │ └── settings.dart
│ └── widgets
├── screens
│ ├── crypto_page.dart
│ ├── custom_inapp_webview.dart
│ ├── news_page.dart
│ └── weather_page.dart
├── service
│ ├── api_helper.dart
│ └── weather_images.dart
└── widgets
├── date_and_location.dart
├── detail_weathe_info.dart
├── hourly_weather_info.dart
├── k_app_bar.dart
├── seven_days_forecast.dart
├── shimmer_card_widget.dart
├── temp_info.dart
├── twenty_four_hour_forecast.dart
└── weather_detail_list_info.dart
9 directories, 29 files