browse_in 0.0.5 copy "browse_in: ^0.0.5" to clipboard
browse_in: ^0.0.5 copied to clipboard

discontinuedreplaced by: in_app_webview

Create in app browser for your URL.

in_app_browser #

Simple in app browser for you application.

BrowseIn

Getting Started #

Usage #

    MaterialApp(
      debugShowCheckedModeBanner: false,
      home: InAppBrowser(
        "https://www.google.com/",
        mDirection: TextDirection.ltr,
        addBookmarkIcon: Icons.bookmark_outline,
        removeBookmarkIcon: Icons.bookmark,
        appBarColor: Color(0xFF262626),
        backIcon: Icons.arrow_back_ios,
        nextIcon: Icons.arrow_forward_ios,
        bottomNavColor: Color(0xFF262626),
        closeIcon: Icons.close,
        historyCloseIcon: Icons.close,
        historyCloseIconColor: Colors.white,
        historyIcon: Icons.history,
        refreshIcon: Icons.refresh,
        historyTitle: "ذخیره شده ها",
        shareIcon: Icons.share,
        historyDialogSize: 600,
      ),
    );

Git repository of this package git_repository, a specialized package that includes platform-specific implementation code for Android and/or iOS.

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.a new flutter plugin project

7
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Create in app browser for your URL.

License

unknown (LICENSE)

Dependencies

flutter, flutter_webview_plugin, path_provider, share, shared_preferences, sqflite

More

Packages that depend on browse_in