-
-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SlidableController #22
Comments
Hi @MrMagloire , |
import 'dart:async'; import 'package:flutter/material.dart'; class Index extends StatefulWidget { class _IndexState extends State {
} |
Should be fixed in version 0.4.2 |
Waiting for that, thank you for all |
It is published :-). Can you test it? |
aweasome, thank you, all is good now |
Since i have added controller to my slidable, i encounter other error that i don't know where they come, i see error when i pop page [ statefulWidget ], but when i comment line of controller, all pass good.
The text was updated successfully, but these errors were encountered: