ethanblake4 / flutter_eval

Code push for Flutter, powered by dart_eval

Home Page:https://pub.dev/packages/flutter_eval

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navigator.push not supported

Z6P0 opened this issue · comments

commented

The class Navigator is marked as supported, however Navigator.push does not compile:

Cannot find static method Navigator.push

Same with Navigator.of(context).push:

Unknown method NavigatorState.push

pushNamed is supported, can you use that? Or do you need push specifically for your use case?

commented

In fact I'd like to use flutter_eval or dart_eval for building anti-piracy protection.
My idea is to put some application code (for example navigation) in bytecode, along with some protection code like flutter_security_checker, to defeat cracking software.
I don't know if it can work? And how?

Navigator.push() supported in v0.7.9