About 3,140,000 results
Open links in new tab
  1. How to display iOS/cupertino alert dialog in Android using Flutter?

    Nov 24, 2018 · The keyword for Android theme/style is Material (default design), the keyword for iOS theme/style is Cupertino. Every iOS theme widget has the prefix Cupertino . So that, for you requirement, we can guess the keyword is CupertinoDialog / CupertinoAlertDialog

  2. ios - How to display pop up message in any screen in flutter?

    Aug 17, 2021 · Pop up message is achieved by flutter AlertDialog widget. so if you want to alert user every time that app launches, you should show this widget in the first screen that your app is going to start with. this is an example from the documentation:

  3. flutter open browser as separate window (in app pop up)

    May 11, 2022 · One of the easiest way to accomplish this can be to use the [google_sign_in] [1]. The plugin will do all the work. No need to worry about web views. Just install the plugin, then create a GoogleSignIn object. Then call the signIn method. You will find all the set up needed in the documentation [1]: https://pub.dev/packages/google_sign_in.

  4. A flutter popup menu support both iOS and Android - Flutter

    Jun 2, 2019 · A customizable floating action button menu that will pop up fabs with special animation

  5. in_app_review | Flutter package - Pub

    Nov 19, 2024 · A Flutter plugin that lets you show a review pop up where users can leave a review for your app without needing to close your app. Alternatively, you can open your store listing via a deep link. It uses the In-App Review API on …

  6. awesome_notifications | Flutter package - Pub

    Feb 20, 2025 · A complete solution to create Local and Push Notifications, customizing buttons, images, sounds, emoticons and applying many different layouts for Flutter apps.

  7. Push notification implementation for iOS and Android with Flutter

    Aug 14, 2023 · The Flutter notification sample app showcases push notification implementation for iOS and Android. It highlights using APNs for iOS and FCM for Android, demonstrating notification handling across different app states and allowing users to subscribe to various notification channels.

  8. Integrating Flutter with Native Android & iOS Code (Platform

    Using platform channels, Flutter can seamlessly communicate with Android & iOS native code. This unlocks powerful functionalities that aren’t available in Flutter alone.

  9. in_app_review example | Flutter package - Pub

    Nov 19, 2024 · import 'package:in_app_review/in_app_review.dart'; void main() => runApp(const InAppReviewExampleApp()); enum Availability { loading, available, unavailable } class InAppReviewExampleApp extends StatefulWidget { const InAppReviewExampleApp({super.key}); @override . InAppReviewExampleAppState createState() => InAppReviewExampleAppState();

  10. A Comprehensive Guide to Flutter’s Integration with iOS and Android

    In this blog post, we’ll delve into the world of Platform Channels, exploring how they work and providing step-by-step examples for both iOS and Android 📚. By the end of this guide, you’ll be...

Refresh