Skip to content

Commit 13d447e

Browse files
committed
2 parents 4b2679a + 9b75782 commit 13d447e

File tree

1 file changed

+110
-108
lines changed

1 file changed

+110
-108
lines changed

README.md

Lines changed: 110 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -143,115 +143,117 @@ keytool -exportcert -list -v \
143143
<summary> Click to expand </summary>
144144

145145
```
146-
|
147146
|-- lib
148-
| |-- helper
149-
| | |-- constant.dart
150-
| | |-- customRoute.dart
151-
| | |-- enum.dart
152-
| | |-- routes.dart
153-
| | |-- theme.dart
154-
| | |-- utility.dart
155-
| | '-- validator.dart
156-
| |-- main.dart
157-
| |-- model
158-
| | |-- chatModel.dart
159-
| | |-- commentModel.dart
160-
| | |-- feedModel.dart
161-
| | |-- notificationModel.dart
162-
| | '-- user.dart
163-
| |-- page
164-
| | |-- Auth
165-
| | | |-- forgetPasswordPage.dart
166-
| | | |-- selectAuthMethod.dart
167-
| | | |-- signin.dart
168-
| | | '-- signup.dart
169-
| | |-- common
170-
| | | '-- sidebar.dart
171-
| | |-- feed
172-
| | | |-- createFeed.dart
173-
| | | |-- feedPage.dart
174-
| | | |-- feedPostDetail.dart
175-
| | | |-- feedPostreply.dart
176-
| | | |-- imageViewPage.dart
177-
| | | '-- widgets
178-
| | | |-- bottomIconWidget.dart
179-
| | | |-- tweetBottomSheet.dart
180-
| | | |-- tweetIconsRow.dart
181-
| | | '-- tweetImage.dart
182-
| | |-- homePage.dart
183-
| | |-- message
184-
| | | |-- chatListPage.dart
185-
| | | |-- chatScreenPage.dart
186-
| | | |-- conversationInformation
187-
| | | | '-- conversationInformation.dart
188-
| | | '-- newMessagePage.dart
189-
| | |-- notification
190-
| | | '-- notificationPage.dart
191-
| | |-- profile
192-
| | | |-- EditProfilePage.dart
193-
| | | |-- follow
194-
| | | | |-- followerListPage.dart
195-
| | | | |-- followingListPage.dart
196-
| | | | '-- widget
197-
| | | | '-- userList.dart
198-
| | | '-- profilePage.dart
199-
| | |-- search
200-
| | | '-- SearchPage.dart
201-
| | '-- settings
202-
| | |-- accountSettings
203-
| | | |-- about
204-
| | | | '-- aboutTwitter.dart
205-
| | | |-- accessibility
206-
| | | | '-- accessibility.dart
207-
| | | |-- accountSettingsPage.dart
208-
| | | |-- contentPrefrences
209-
| | | | |-- contentPreference.dart
210-
| | | | '-- trends
211-
| | | | '-- trendsPage.dart
212-
| | | |-- dataUsage
213-
| | | | '-- dataUsagePage.dart
214-
| | | |-- displaySettings
215-
| | | | '-- displayAndSoundPage.dart
216-
| | | |-- notifications
217-
| | | | '-- notificationPage.dart
218-
| | | |-- privacyAndSafety
219-
| | | | |-- directMessage
220-
| | | | | '-- directMessage.dart
221-
| | | | '-- privacyAndSafetyPage.dart
222-
| | | '-- proxy
223-
| | | '-- proxyPage.dart
224-
| | |-- settingsAndPrivacyPage.dart
225-
| | '-- widgets
226-
| | |-- headerWidget.dart
227-
| | |-- settingsAppbar.dart
228-
| | '-- settingsRowWidget.dart
229-
| |-- state
230-
| | |-- appState.dart
231-
| | |-- authState.dart
232-
| | |-- chats
233-
| | | '-- chatState.dart
234-
| | |-- feedState.dart
235-
| | |-- notificationState.dart
236-
| | '-- searchState.dart
237-
| '-- widgets
238-
| |-- bottomMenuBar
239-
| | |-- HalfPainter.dart
240-
| | |-- bottomMenuBar.dart
241-
| | '-- tabItem.dart
242-
| |-- bouncingWidget.dart
243-
| |-- customAppBar.dart
244-
| |-- customWidgets.dart
245-
| |-- newWidget
246-
| | |-- customClipper.dart
247-
| | |-- customProgressbar.dart
248-
| | |-- customUrlText.dart
249-
| | |-- emptyList.dart
250-
| | |-- rippleButton.dart
251-
| | '-- title_text.dart
252-
| '-- tweet.dart
253-
|-- pubspec.yaml
254-
|
147+
| |-- helper
148+
| | |-- constant.dart
149+
| | |-- customRoute.dart
150+
| | |-- enum.dart
151+
| | |-- routes.dart
152+
| | |-- theme.dart
153+
| | |-- utility.dart
154+
| | '-- validator.dart
155+
| |-- main.dart
156+
| |-- model
157+
| | |-- chatModel.dart
158+
| | |-- commentModel.dart
159+
| | |-- feedModel.dart
160+
| | |-- notificationModel.dart
161+
| | '-- user.dart
162+
| |-- page
163+
| | |-- Auth
164+
| | | |-- forgetPasswordPage.dart
165+
| | | |-- selectAuthMethod.dart
166+
| | | |-- signin.dart
167+
| | | |-- signup.dart
168+
| | | '-- verifyEmail.dart
169+
| | |-- common
170+
| | | |-- sidebar.dart
171+
| | | '-- splash.dart
172+
| | |-- feed
173+
| | | |-- composeTweet
174+
| | | | |-- createFeed.dart
175+
| | | | '-- feedPostreply.dart
176+
| | | |-- feedPage.dart
177+
| | | |-- feedPostDetail.dart
178+
| | | '-- imageViewPage.dart
179+
| | |-- homePage.dart
180+
| | |-- message
181+
| | | |-- chatListPage.dart
182+
| | | |-- chatScreenPage.dart
183+
| | | |-- conversationInformation
184+
| | | | '-- conversationInformation.dart
185+
| | | '-- newMessagePage.dart
186+
| | |-- notification
187+
| | | '-- notificationPage.dart
188+
| | |-- profile
189+
| | | |-- EditProfilePage.dart
190+
| | | |-- follow
191+
| | | | |-- followerListPage.dart
192+
| | | | |-- followingListPage.dart
193+
| | | | '-- widget
194+
| | | | '-- userList.dart
195+
| | | '-- profilePage.dart
196+
| | |-- search
197+
| | | '-- SearchPage.dart
198+
| | '-- settings
199+
| | |-- accountSettings
200+
| | | |-- about
201+
| | | | '-- aboutTwitter.dart
202+
| | | |-- accessibility
203+
| | | | '-- accessibility.dart
204+
| | | |-- accountSettingsPage.dart
205+
| | | |-- contentPrefrences
206+
| | | | |-- contentPreference.dart
207+
| | | | '-- trends
208+
| | | | '-- trendsPage.dart
209+
| | | |-- dataUsage
210+
| | | | '-- dataUsagePage.dart
211+
| | | |-- displaySettings
212+
| | | | '-- displayAndSoundPage.dart
213+
| | | |-- notifications
214+
| | | | '-- notificationPage.dart
215+
| | | |-- privacyAndSafety
216+
| | | | |-- directMessage
217+
| | | | | '-- directMessage.dart
218+
| | | | '-- privacyAndSafetyPage.dart
219+
| | | '-- proxy
220+
| | | '-- proxyPage.dart
221+
| | |-- settingsAndPrivacyPage.dart
222+
| | '-- widgets
223+
| | |-- headerWidget.dart
224+
| | |-- settingsAppbar.dart
225+
| | '-- settingsRowWidget.dart
226+
| |-- state
227+
| | |-- appState.dart
228+
| | |-- authState.dart
229+
| | |-- chats
230+
| | | '-- chatState.dart
231+
| | |-- feedState.dart
232+
| | |-- notificationState.dart
233+
| | '-- searchState.dart
234+
| '-- widgets
235+
| |-- bottomMenuBar
236+
| | |-- HalfPainter.dart
237+
| | |-- bottomMenuBar.dart
238+
| | '-- tabItem.dart
239+
| |-- customAppBar.dart
240+
| |-- customWidgets.dart
241+
| |-- newWidget
242+
| | |-- customClipper.dart
243+
| | |-- customLoader.dart
244+
| | |-- customProgressbar.dart
245+
| | |-- customUrlText.dart
246+
| | |-- emptyList.dart
247+
| | |-- rippleButton.dart
248+
| | '-- title_text.dart
249+
| '-- tweet
250+
| |-- tweet.dart
251+
| '-- widgets
252+
| |-- bottomIconWidget.dart
253+
| |-- tweetBottomSheet.dart
254+
| |-- tweetIconsRow.dart
255+
| '-- tweetImage.dart
256+
|-- pubspec.yaml
255257
```
256258

257259
</details>

0 commit comments

Comments
 (0)