Git Product home page Git Product logo

flutter_overboard's People

Contributors

aakash-kumar-rsi avatar kumar-aakash86 avatar ng-aakash avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flutter_overboard's Issues

Skip/Finish buttons hidden behind system navigation bar

On a Galaxy A71 the buttons are hidden behind the system navigation bar

Screenshot:
flutter_overboard_bug_800

Example code:

class OnboardingScreen extends StatefulWidget {
  const OnboardingScreen({Key? key}) : super(key: key);

  @override
  _OnboardingScreenState createState() => _OnboardingScreenState();
}

class _OnboardingScreenState extends State<OnboardingScreen> {
  final GlobalKey<ScaffoldState> _globalKey = GlobalKey<ScaffoldState>();

  @override
  Widget build(BuildContext context) {
    AppLocalizationsData labels =
        Localizations.of(context, AppLocalizationsData);
    final pages = [
      PageModel(
          color: Theme.of(context).primaryColor,
          imageAssetPath: 'path',
          title: 'Title',
          body: 'Body',
          doAnimateImage: true),
      PageModel(
          color: Theme.of(context).colorScheme.secondary,
          imageAssetPath: 'path',
          title: 'Title',
          body: 'Body',
          doAnimateImage: true),
      PageModel(
          color: Theme.of(context).primaryColor,
          imageAssetPath: 'path',
          title: 'Title',
          body: 'Body',
          doAnimateImage: true)
    ];
    return Scaffold(
      key: _globalKey,
      body: OverBoard(
        pages: pages,
        showBullets: true,
        skipCallback: _goToHome,
        finishCallback: _goToHome,
        finishText: 'Finish',
        nextText: 'Next',
        skipText: 'Skip',
      ),
    );
  }

  void _goToHome() {
    SharedPreferences.getInstance()
        .then((prefs) => prefs.setBool(Constants.keyOnboardingDone, true));
    Navigator.pushReplacementNamed(context, Routes.home);
  }

I was sadly not able to identify if it is an A71-only issue or if other platforms are affected as well, nor where the issue comes from. As a workaround, I would suggest the option of an offset for the buttons.

[Desktop] Switch screens by scrolling

Switching screens in Overboard works perfectly on mobile, via a simple swipe left or right.
On laptops, however, the standard way to switch would be scrolling to switch, which Overboard doesn't support yet.

It would be great if one could switch screens by scrolling horizontally on laptops.

Double lines under each item

There are some lines underneath each item, image, title and body.
Haven't found anything on the documentation, is there a way to get rid of them?
Screen Shot 2022-03-03 at 12 03 55 PM
?

Request to Add Product In Start Flutter

Hello,

I am Maheshwari from team GeekyAnts. On behalf of Start Flutter, we add open source products which we find helpful to the community & also we provide credits to author itself.

Let me know if you are interested showcase your product in our open source website.

If yes, then I request you to add MIT Licence in your repo.

Looking forward to hear from you.

Rich Body Text

Can the text of the "body" be taken from a URL or at least accept marked-up text, lastly scrollable?

child full screen

i want to make image.network as a child to be full screen behind buttons

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.