Skip to content

wallet-plus/Flutter-webview-App

Repository files navigation

walletplus

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

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

Check Flutter

flutter --version

Webview:

  • open pubspec.yaml add webview_flutter: ^2.0.9 under dependencies
  • Webview
  • import 'package:webview_flutter/webview_flutter.dart';
  • flutter pub get
  • Enable permission android\app\src\main\AndroidManifest.xml

Icon Change:

Generate Location

Remove Debugger:

MaterialApp(
debugShowCheckedModeBanner: false
)

Reference:

Build Release:

  • flutter clean
  • flutter pub get
  • flutter build apk
  • flutter build apk --release
  • Build will be generated at D:\WalletPlus-Flutter-App\walletplus\build\app\outputs\flutter-apk\

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published