ayham95 / Custom-navigator

A flutter package that handles navigation deep in the widget tree
MIT License
80 stars 33 forks source link

Error while Creating build #34

Open aniljailta opened 1 year ago

aniljailta commented 1 year ago

/C:/Users/syntronic/AppData/Local/Pub/Cache/hosted/pub.dev/custom_top_navigator-0.0.4/lib/custom_top_navigator.dart:192:10: Error: Type 'AppExitResponse' not found. Future didRequestAppExit() { ^^^^^^^^^^^^^^^ flutter --version Flutter 3.7.12 • channel stable • https://github.com/flutter/flutter.git Framework • revision 4d9e56e694 (5 months ago) • 2023-04-17 21:47:46 -0400 Engine • revision 1a65d409c7 Tools • Dart 2.19.6 • DevTools 2.20.1

When I comment inside /Pub/Cache/hosted/pub.dev/custom_top_navigator-0.0.4/lib/custom_top_navigator.dart:192:10: it works // @override // Future didRequestAppExit() { // // TODO: implement didRequestAppExit // throw UnimplementedError(); // }