-
Notifications
You must be signed in to change notification settings - Fork 49
/
CHANGELOG.md
976 lines (557 loc) · 19.5 KB
/
CHANGELOG.md
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
## 4.18.0
- feat: all push support url redirect
## 4.17.2
- feat: do not reverse execution NavigatorPushBeginHandle and NavigatorPushEndHandle
## 4.17.1
- feat: NavigatorPushBeginHandle url redirect takes effect immediately
## 4.17.0
- feat: support redirect by NavigatorPushBeginHandle
- feat: support popResult by NavigatorPushEndHandle
## 4.16.3
- fix: try to fix NavigatorPageView RangeError
## 4.16.2
- feat: restore NavigatorPageView current page for widget update
## 4.16.1
- feat: get JsonDeserializer without ur
- fix: ios fromPageId not assig
## 4.16.0
- feat: android support pip
- fix: didRemove throw not a subtype of type NavigatorRoute in type cast
## 4.15.7
- fix: get url exception
## 4.15.6
- fix: revert RouteSettings isSelected impl
## 4.15.5
- fix: url return empty string while null
## 4.15.4
- fix: `_isSelectedOf` and `_isPushedOf` get error
## 4.15.3
- fix: url is missing / at the beginning
## 4.15.1
- fix: push with innerURL not working
## 4.15.0
- feat: just publish new version
## 4.14.0
- feat: popTo, popUntil support index parameter
## 4.13.0
- feat: push support innerURL parameter
## 4.12.0
- feat: add innerURL for RouteSettings
## 4.11.0
- feat: add fromURL and prevURL for RouteSettings
## 4.10.0
- feat: upgrade to flutter 3.19.x
## 4.9.3
- fix: try to fix push single dismiss
## 4.9.2
- fix: _children has not been initialized exception
## 4.9.1
- fix: NavigatorRoute type cast error in NavigatorObserverManager.didRemove
## 4.9.0
- feat: add push return handle
## 4.8.2
- fix: _warpToNonAdjacentTab RangeError
## 4.8.1
- fix: _childrenWithKey null exception
## 4.8.0
- fix: status bar hidden logic
- feat: upgrade navigator TabBarView to flutter 3.10.6
## 4.7.1
- feat: downgrade async version to 2.8.2
## 4.7.0
- fix: pageModuleContext = true not working
- feat: do not change navigation bar hidden status except NavigatorNavigationController
## 4.6.4
- fix: NavigatorWillPopMixin not working when pop
## 4.6.3
- fix: push url with query parameter will not get pop result
## 4.6.2
- faet: call onJsonableRegister
- style: remove paremeter final
## 4.6.1
- faet: add registerJsonable
## 4.6.0
- feat: add ModuleJsonable
## 4.5.3
- fix: StreamTransfer type error
## 4.5.2
- feat: remove on method check schema exists
## 4.5.1
- feat: add onWithNull
## 4.5.0
- refactor: The on method of ModuleContext can now return null, and remove will sink null
## 4.4.7
fix: remove transitionPage pop transition
## 4.4.6
fix: push single failed on Null is not a subtype of type Future<bool>
## 4.4.5
feat: add NavigatorPushHandle api
## 4.4.3
fix: exception caused by calling canPop when the iOS native vc is at the top
## 4.4.2
feat: NavigatorWillPopMixin check on didReplace
## 4.4.1
fix: navigation future queue not working
## 4.4.0
refactor: routing method implementation of future queue
fix: NavigatorNavigationController.delegate not set correctly
## 4.3.1
fix: pop Navigator route twice
## 4.3.0
feat: add popFlutter
fix: android pop failed when activity isFinishing
## 4.2.2
fix: didDisappear last route not working for ios release
## 4.2.1
fix: duplicate call NavigatorRouteObservers selector
## 4.2.0
feat: add onModuleInitStart and onModuleInitEnd
refactor: route url logic
## 4.1.1
fix: detach FlutterView first
fix: popTo url match
fix: move reattach to FlutterFragment onStart
fix: crash on holder null
fix: FlutterEngine has been attached to by another activity
## 4.1.0
feat: support push animated
fix: ios maybe pop causes route history miss match
## 4.0.0
feat: remove lightweight engine mode and support single engine mode
## 3.16.4
fix: handler can't handled
## 3.16.3
feat: custom route handler can be handled
## 3.16.2
fix: removeBelowUntil and removeBelowUntilFirst not remove top
## 3.16.1
- fix: android hybrid navigation disabled not working
## 3.16.0
- feat: android supports whether to enable hybrid navigation
## 3.15.7
- feat: registerRouteCustomHandler template can be repeated
## 3.15.6
- fix: quickly clicking the back button of android may cause an exception
## 3.15.5
- fix: pushSingle no need to check lastRoute
## 3.15.4
- fix: ModuleContext.on called after ModuleContext.set will trigger two callbacks at the beginning
## 3.15.3
- fix: miss disappear when page pop
## 3.15.2
- fix: revert update TabBarView
## 3.15.1
- fix: no DefaultTabController.maybeOf
## 3.15.0
- feat: 适配 Flutter 3.7.6
## 3.14.9
- refactor: root page didAppear not trigger on init
- feat: add toSimpleList, toSimpleMap
## 3.14.8
- fix: NavigatorWillPop not working
- refactor: rm urls from NavigatorRoutePush
- feat: add NavigatorRoutePushMixin
## 3.14.7
- feat: add objc swizzle method
- fix: load dispatch once
## 3.14.6
- refactor: android engine startup flow
- fix: occasional non-popable issues
- fix: _delegate._current not init exception
- fix: __NSCFBoolean compare: nil argument
- fix: result nil crash
- feat: async task queue timeout
## 3.14.5
- fix: <https://developer.apple.com/forums/thread/714608>
- chore: add runOnce for restart button
## 3.14.4
- fix: engine property crash
- fix: comment loading in replace
- fix: can not pop caused by the page stack mismatch
## 3.14.3
- feat: add NavigatorWillPop and NavigatorWillPopMixin
## 3.14.2
- fix: async task queue not working expected when task throw exception
## 3.14.1
- fix: ios isEqualToNumber nil crash
- fix: android ArrayIndexOutOfBoundsException
- feat: route custom handler support url queryParameter not decode
- feat: navigator push auto parse query parameters to params when it is null or map
## 3.14.0
- fix: android back click not working
- fix: NavigatorPageLifecycleMixin not working on const widget
- fix: NavigatorPageLifecycleMixin first init didAppear
- fix: NavigatorPageLifecycleMixin still working when widget not correct dispose
- fix: observers concurrent modification during iteration
- feat: support didPopRoute in page
- feat: add NavigatorWillPopMixin
- fix: android allRoutes with url return empty collection
- fix: http uri fragment missing
## 3.13.0
- rm loading/unloading and fix ios push duplicate
- feat: auto restart
- feat: support android hot restart
- fix: maybePop can not pop in some case
- refactor: rm /home can be optional logic
- feat: handle didUpdateWidget for NavigatorRoutePush state
- feat: handle didChangeDependencies for NavigatorPageLifecycleMixin
- feat: handle didUpdateWidget for NavigatorPageNotify
- feat: android support fragment
- fix: routeSettings for NavigatorPageView not refresh
- feat: make page view lifecycle work for NavigatorPageObserver
- feat: support root page WillPopScope
- fix: kline land not trigger WillPopScope
## 3.12.5
- fix: ios disappear not trigger
## 3.12.4
- refactor: lastFlutterRoute and allFlutterRoutes return type to NavigatorRoute
- refactor: isContainsInnerRoute to isDialogAbove
## 3.12.3
- fix: NavigatorPageLifecycleMixin anchors exists duplicate RouteSettings
## 3.12.2
- feat: NavigatorPageObserver will call by fileter by settings.name
- feat: add keepIndex for NavigatorTabBarView
## 3.12.1
- fix: Call popResult after the route is removeed, popped, replaced
- fix: can not pop
## 3.12.0
- fix: 进入后台或者前台重复触发的问题
- fix: page maybePop call popResult
- feat: rm BuildContext from build
- feat: add keepIndex for NavigatorPageView
- fix: PageController.lenght is 0
- fix: naviagtor page view lifecycle
- fix: url template parse error
- feat: NavigatorPageView onPageChanged add index
- fix: lastWhereOrNull predicate item reversed
## 3.11.0
- refactor: 重构页面生命周期的实现
- fix: 修复一些累积 bug
## 3.10.8
- fix: revert lastWhereOrNull not reversed
## 3.10.7
- fix: lastWhereOrNull not reversed
- feat: add alwaysTakeEffect for NavigatorRoutePush
## 3.10.6
- fix: FlutterActivity 在混合栈场景下可能出现的页面生命周期混乱
## 3.10.5
- feat: NavigatorPage.moduleContextOf return rootModuleContext if none
## 3.10.4
- fix: 修复 poppedResult 返回值都为 null 的问题
## 3.10.3
- fix: 调整 NavigatorPageView 触发 disappear 和 appear 的顺序
## 3.10.2
- fix: 侧滑返回不触发 poppedResult
## 3.10.1
- fix: NavigatorRouteSettings settingsWith index 参数改为可空
## 3.10.0
- refactor: NavigatorPageLifecycle, NavigatorPageLifecycleMixin, NavigatorPageView
## 3.9.12
- fix: 修复 NavigatorPageLifecycle 在 NavigatorPageView 情形下首次不触发的问题
## 3.9.11
- feat: page lifecycle observer default to be NavigatorPage.urlOf
## 3.9.10
- fix: page life cycle 错误
## 3.9.9
- fix: route-action miss match
## 3.9.8
- feat: add getListParam, getMapParam
## 3.9.7
- fix: canPop should not call willPop
## 3.9.6
- feat: feat: set default value for context on
## 3.9.5
- feat: public method [NavigatorPage.of]
## 3.9.4
- feat: add [NavigatorPage.moduleOf],[NavigatorPage.paramsOf],[NavigatorPage.urlOf],[NavigatorPage.indexOf].
- refactor: RouteSettings.url to not nullable property.
## 3.9.3
- feat: add method [NavigatorPage.of]
## 3.9.2
- feat: route-custom-handler support domain name wildcard
## 3.9.1
- feat: route-action 支持通过传入模板来表明参数已正确传入
## 3.9.0
- feat: add NavigatorRouteAction and remove uri.dart
- feat: support route-action code generate
## 3.8.8
- fix: remove callback invalid
## 3.8.7
- fix: pushReplace not working with custom route handler
## 3.8.6
- fix: url template match only path
## 3.8.5
- fix: url template requires a path match
## 3.8.4
- feat: android onBackPressed = maybePop
## 3.8.3
- fix: 修复 NavigatorRoutePush 在首页时进入后台再回来的偶发不生效的问题
## 3.8.2
- feat: 支持多个根部 module 为空的 key 的情况
## 3.8.1
- feat: tabview 支持 child 定制
## 3.8.0
- feat: add pushAndRemoveToFirst, pushAndRemoveUntil, pushAndRemoveUntilFirst
- feat: add notifyAll, notifyFrist, notifyFirstWher, notifyWhere, notifyLastWhere,
- feat: add removeFirst, removeAll
- feat: add replaceFirst
## 3.7.2
- feat: add popUntil, popUntilFirst
- feat: add removeBelowUntil, removeBelowUntilFirst
## 3.7.1
- feat: add popToFirst
## 3.7.0
- feat: add pushAndRemoveTo
- refactor: push return type nullable
- fix: NavigatorRoutePush not working when enter foreground
## 3.6.2
- feat: url template support only scheme
## 3.6.1
- fix: 修复 NavigatorPageView 互相嵌套内部的 didAppear 不触发的问题
## 3.6.0
- feat: NavigatorRoutePush handle with multiple url
## 3.5.3
- fix: 修复 NavigatorRoutePush 在首页时不生效的问题
## 3.5.2
- feat: 优化 Android 引擎释放的逻辑
- fix: 修复 iOS 在混合栈的场景只有一个页面时无法 pop 的问题
## 3.5.1
- feat: url template support optional params
## 3.5.0
- feat: add popToRoot
- feat: add maybePop
- feat: add pushReplace
- refactor: rm replaceOnly
## 3.4.1
- refactor: Reduce the parameters of ModuleRouteCustomHandler
## 3.4.0
- feat: custom route handle with params
- refactor: rename shouldCanPop to showPopAwareWidget
## 0.1.1
- fix: hot restart 导致 pop 失效
## 0.1.0
## 3.2.0
- feat: The return value of the push method is changed to be consistent with Flutter's push method
## 3.1.5
- feat: flutter support canPop
- refactor: NavigatorTabBarView and NavigatorPageView
## 3.1.4
- feat: NavigatorTabBarView, NavigatorPageView support nesting
## 3.1.3
## 3.1.2
- feat: export thrio_dynamic
## 3.1.1
- feat: add thrio_dynamic extension method
## 3.1.0
- feat: NavigatorRoutePush support given url
- feat: ios didAppear and didDisappear call when from background and enter foreground
- feat: add NavigatorTabBarView and NavigatorPageView
- feat: add NavigatorPageLifecycleMixin
- feat: onModuleInit change to async method
- feat: add build method for ThrioNavigator
- feat: add NavigatorDialogRoute
## 3.0.2
- feat: Support custom route builder.
## 3.0.1
- feat: Adjust Module init order to make it predictable
## 3.0.0+1
- feat: support flutter3
## 2.0.11
- feat: code format for line length 100
## 2.0.9
- fix: viewPaddingTop -> viewInsetTop
## 2.0.7
- fix: NSStringFromClass 判断类型的错误
- fix: ModuleContext.on 方法订阅原生状态失败
## 2.0.3-nullsafety
- fix: 因为 nullsafety 版本被覆盖,后续奇数版本支持,偶数版本不支持 nullsafety
## 2.0.2-nullsafety
- fix: 原生页面 pop 某些场景下可能将 Flutter 页面也 pop
## 2.0.2
- fix: 原生页面 pop 某些场景下可能将 Flutter 页面也 pop
## 2.0.1-nullsafety
- fix: moduleContext.on 无法收到原生的状态
## 2.0.1
- fix: moduleContext.on 无法收到原生的状态
## 2.0.0-nullsafety
- feat: support null safety
- feat: support flutter 2.0
- fix: bugs
## 2.0.0
- feat: 适配 Flutter 2.x.x
## 1.8.4
- fix: 优化 dart 代码
- fix: 修复部分使用场景下的 bug
## 1.8.3
- fix: 回滚对 Flutter 2.x.x 的适配
- fix: 修复一些资源释放问题
- fix: 修复 Dart 异常
## 1.8.2
- feat: 移除 kotlin-android-extensions
- feat: 适配 Flutter 2.x.x 版本
## 1.8.1
- feat: 增加 `lastFlutterRoute` 和 `allFlutterRoutes` 两个 接口
- fix: `lastRoute` 返回空不是 `null`
## 1.8.0
- feat: 添加 `iOS` 和 `Android` 的 `ModuleContext`,并默认传递给 `Flutter`
- feat: 完善 `shouldCanPop`,支持混合栈用于判断是否显示箭头
- fix: 修复 `ThrioActivity` 作为 lanuch Activity 时可能导致出现加载页的 bug
- feat: `ModuleContext` 支持 `Stream` 接口
## 1.7.11
- fix: Activity 被系统杀掉可能引起的无法 `pop` 的问题
## 1.7.10
- fix: support TransitionBuilder
## 1.7.9
- fix: 1.7.7 和 1.7.8 出现的 `pop` 失败
## 1.7.8
- feat: 添加 `isContainsInnerRoute`
- feat: 当 route 为 `PopupRoute` 时,不触发 `didAppear`
- fix: Android 下出现的异常
## 1.7.7
- fix: 修复 issue #152
## 1.7.6
- fix: iOS `remove` 时如果 `url` 拼写错误导致 result 不调用
## 1.7.5
- fix: 可能出现的 `NavigatorPageRoute` as 失败
## 1.7.4
- fix: 修复部分 Android 机型可能出现的无法获取当前 Activity 的 bug,导致无法 push 页面
## 1.7.3
- fix: change `onModuleLoading` to async method.
## 1.7.2
- fix: Android pop 一个原生页面后无法再 push Flutter 页面
## 1.7.1
- feat: add canPopResult
## 1.7.0
- feat: 支持单引擎下 Flutter 页面之间直接传递复杂类型,无需设置序列化器和反序列化器
- fix: `ModuleContext` 增加 `remove` 方法
- fix: Android 下在 Acitivity 释放掉引起的崩溃
## 1.6.2
- fix: Android crash at context.get()!!
## 1.6.1
- fix: Android `NavigationController.context` 改成弱引用
## 1.6.0
- feat: supports `Module` auto loading and unloading
## 1.5.2
- feat: 增加对 Flutter 页面强制横屏的支持
- fix: Flutter 页面生命周期在 Flutter 为首页的情况下存在的 bug
## 1.5.1
- feat: 增加 Flutter 侧对 Navigator 的 canPop 的支持,可用于隐藏返回箭头
## 1.5.0
- feat: 增加 Flutter 侧对 Navigator 的 push 和 pop 的支持
## 1.4.6
- feat: 允许 页 Module 反向忽略掉 父 Module 设置的转场动画
## 1.4.5
- feat: url automatically matches home
## 1.4.4
- feat: update demo, add hot restart for ios
## 1.4.3
- fix: issue #141,修复 Android 下首页为 FlutterActivity 引起光标不可见
## 1.4.2
- feat: `ModuleContext` 提供 `get` 和 `set` 参数的接口
- feat: `ModuleContext` 提供的参数的作用范围由 `Module` 决定,一个 `Module` 下面的参数可以由任何一个子 `Module` 的 `ModuleContext` `get` 和 `set`
- fix: issue #140 remove rootViewController 可能失效的 bug
## 1.4.1
- fix: page observer widget not working
- feat: 拆解 ModuleContext
## 1.4.0
- feat: Module 与 `url` 必须一一对应
- feat: `PageObserver` 和 `RouteObserver` 只能收到本 Module 和 子 Module 下面的页面的周期
- feat: `JsonSerializer` 和 `JsonDeserializer` 会优先查找对应 url 的 叶 Module,并依次往 父 Module 查找
- feat: `PageBuilder` 注册不在需要传入 `url`,只有在叶 Module 设置才生效
- feat: `TransitionsBuilder` 注册不在需要传入正则字符串,可以在任意 Module 设置,本 Module 和 子 Module 下的页面都会生效,优先级是 子 Module 的 `TransitionsBuilder` 高
- feat: 增加 `ProtobufSerializer` 和 `ProtobufDeserializer` ,会优先查找对应 url 的 叶 Module,并依次往 父 Module 查找,但暂时不会在 页面传参中生效
- fix: 修复已知的 bug,iOS 下设置 willPop = NO 后 poppedResult 依然调用的 bug,iOS 下页面生命周期未传给 Flutter 的 bug
## 1.3.7
- fix: issue #140 remove rootViewController 可能失效的 bug
## 1.3.6
- fix: json object not support on didXXX
## 1.3.5
- fix: pageChannel and routeChannel not match the readwrite property
## 1.3.4
- fix: issue #138,serializerParams 失败
## 1.3.3
- fix: issue #135, 原生页面第二次跳转 Flutter 页面失败
## 1.3.2
- fix: remove moduleContext from NavigatorPageBuilder
## 1.3.1
- fix: poppedResult return pushed params
## 1.3.0
- feat: 更好的支持 Android root FlutterActivity
## 1.2.1
- fix: 去掉 Android Flutter 页面打开时的黑屏
## 1.2.0
- fix: issue #123,解决`1.1.0`版本中存在的 pop native 到原生 poppedResult 不调用的问题
- feat: 支持在所有页面间传递 Json 对象,为相关 API 添加泛型支持
- feat: Flutter 端添加 `lastRoute`, `allRoutes` 两个新的 API
- feat: 删除 `lastIndex`,`allIndexes` 这两个 API
## 1.1.0
- feat: support for passing complex types between flutter pages
- feat: support notify all page
## 1.0.1
- feat: support root FlutterViewController and ThrioActivity
- feat: add interface for builder and navigatorObservers
- fix: #118
## 1.0.0
- feat: support multiple UINavigationController for iOS
- feat: support multiple flutter engine
- feat: support 1.22.x flutter SDK
- feat: refactor page observer
- feat: add more linter rules
- fix: #106 #107 #108 #109
## 0.5.1
- feat: add android log disabled
- fix: onRemove typepo
- fix: flutter to flutter notify not working
## 0.5.0
- feat: add android page & route lifecycle
- feat: now it can run under Flutter SDK 1.20.x
## 0.4.4
- fix: issue 63
## 0.4.3
- fix: ThrioStatefulWidget.tryStateOf should not throw an exception.
- feat: add extension methods for get `RouteSettings` properties.
## 0.4.2
- fix: UINavigationController.setDelete nil
## 0.4.1
- fix: #57,兼容 UIImagePickerControllerDelegate
## 0.4.0
- refact: 重构 Android 源码
- feat: 增加通知所有对应 url 实例的能力
- fix: 修复部分已知 bug
## 0.3.0
- fix: issue 44, android keyboard not showing up
## 0.2.2
- fix: iOS index not sync when back gesture.
## 0.2.1
- fix: crash case on f->n->f .
## 0.2.0
- feat: add flutter custom transition builder api.
## 0.1.8
- fix: ios memory leak
## 0.1.7
- fix: Android didn't notify after popTo
- fix: Android didn't call onPopResult from native pop to flutter
## 0.1.6
- fix: popResult 失败
## 0.1.5
- fix: url 带 . 时引起的冲突,issue #27
## 0.1.4
- feat: remove reuse of isInitialRoute
- fix: Android setSystemUIOverlayStyle 不生效
- doc: 添加日志开关文档
- feat: add iOS log switch
- doc: add push and notify demo
- fix: pop with parameters does not cover all cases
- fix: Repeatedly add NavigatorObserverManager
- fix: crash at UINavigationController.setViewControllers
- feat: add dart navigator log disable
- fix: 优化导航栏切换效果
## 0.1.3
- fix: Android demo 原生页面和 Flutter 页面转场动画不一致
- fix: iOS hidesNavigationBar 设置后原生页面一直生效的 bug
## 0.1.2
- fix: iOS 下面 Dart 页面通知的 bug
## 0.0.1
- TODO: Describe initial release.
- fix: Android push always return index.
- fix: remove signle_top for Android native Activity.