Skip to content

Commit c928d8a

Browse files
committed
refactor the code base by moving the logic into notifier place
1 parent fccc52d commit c928d8a

File tree

9 files changed

+298
-224
lines changed

9 files changed

+298
-224
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ void main() async {
77
runApp(
88
MaterialApp(
99
debugShowCheckedModeBanner: false,
10-
home: MainScreen(url: "http://172.20.10.12:3000/demo/native"),
10+
home: MainScreen(url: "https://flutteronrails.com/demo/native"),
1111
),
1212
);
1313
}

example/pubspec.lock

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,22 @@ packages:
7373
url: "https://pub.dev"
7474
source: hosted
7575
version: "4.5.0"
76+
dio:
77+
dependency: transitive
78+
description:
79+
name: dio
80+
sha256: "253a18bbd4851fecba42f7343a1df3a9a4c1d31a2c1b37e221086b4fa8c8dbc9"
81+
url: "https://pub.dev"
82+
source: hosted
83+
version: "5.8.0+1"
84+
dio_web_adapter:
85+
dependency: transitive
86+
description:
87+
name: dio_web_adapter
88+
sha256: "7586e476d70caecaf1686d21eee7247ea43ef5c345eab9e0cc3583ff13378d78"
89+
url: "https://pub.dev"
90+
source: hosted
91+
version: "2.1.1"
7692
fake_async:
7793
dependency: transitive
7894
description:
@@ -188,7 +204,7 @@ packages:
188204
path: ".."
189205
relative: true
190206
source: path
191-
version: "0.0.6-alpha"
207+
version: "0.0.7-alpha"
192208
flutter_test:
193209
dependency: "direct dev"
194210
description: flutter
@@ -207,6 +223,30 @@ packages:
207223
url: "https://pub.dev"
208224
source: hosted
209225
version: "10.8.0"
226+
freezed_annotation:
227+
dependency: transitive
228+
description:
229+
name: freezed_annotation
230+
sha256: c2e2d632dd9b8a2b7751117abcfc2b4888ecfe181bd9fca7170d9ef02e595fe2
231+
url: "https://pub.dev"
232+
source: hosted
233+
version: "2.4.4"
234+
http_parser:
235+
dependency: transitive
236+
description:
237+
name: http_parser
238+
sha256: "178d74305e7866013777bab2c3d8726205dc5a4dd935297175b19a23a2e66571"
239+
url: "https://pub.dev"
240+
source: hosted
241+
version: "4.1.2"
242+
json_annotation:
243+
dependency: transitive
244+
description:
245+
name: json_annotation
246+
sha256: "1ce844379ca14835a50d2f019a3099f419082cfdd231cd86a142af94dd5c6bb1"
247+
url: "https://pub.dev"
248+
source: hosted
249+
version: "4.9.0"
210250
leak_tracker:
211251
dependency: transitive
212252
description:
@@ -239,6 +279,14 @@ packages:
239279
url: "https://pub.dev"
240280
source: hosted
241281
version: "5.1.1"
282+
logger:
283+
dependency: transitive
284+
description:
285+
name: logger
286+
sha256: be4b23575aac7ebf01f225a241eb7f6b5641eeaf43c6a8613510fc2f8cf187d1
287+
url: "https://pub.dev"
288+
source: hosted
289+
version: "2.5.0"
242290
logging:
243291
dependency: transitive
244292
description:
@@ -396,6 +444,22 @@ packages:
396444
url: "https://pub.dev"
397445
source: hosted
398446
version: "7.0.0"
447+
stac:
448+
dependency: transitive
449+
description:
450+
name: stac
451+
sha256: "53f5ab2c45e093fc5178a51db5bb5ae9ae3fda64fc8a879c90e612ebc7fc6b32"
452+
url: "https://pub.dev"
453+
source: hosted
454+
version: "0.10.0"
455+
stac_framework:
456+
dependency: transitive
457+
description:
458+
name: stac_framework
459+
sha256: "58fb26982eaf83626eaaefd4db153306f4f198bb2c4a4d288d97705da4eadac0"
460+
url: "https://pub.dev"
461+
source: hosted
462+
version: "0.2.2"
399463
stack_trace:
400464
dependency: transitive
401465
description:

0 commit comments

Comments
 (0)