başka sayfadayken geri tuşuna bastığımda login sayfasına dönmüyor direk uygulamadan atıyor bunu nasıl düzeltebilirim
1

  • Flutter likes this.
  • Flutter replied to this.
    • Kadirdilek

      return WillPopScope(
            onWillPop: () => _onWillPop(),
            child: Scaffold(
              appBar: AppBar(
                backgroundColor: Colors.transparent,
                ...
                ],
              ),

      WillPopScope komutu işine yarar

    Kadirdilek

    return WillPopScope(
          onWillPop: () => _onWillPop(),
          child: Scaffold(
            appBar: AppBar(
              backgroundColor: Colors.transparent,
              ...
              ],
            ),

    WillPopScope komutu işine yarar

    Flutter changed the title to geri tuşunu yönetme.
      Write a Reply...