This is a simple Flutter application that demonstrates how to use a custom URL launcher. The app features buttons that, when tapped, opens a specified URL.
- Launch URLs directly from the app.
- User-friendly notifications on success or failure of URL launch.
- Cross-platform support (iOS/Android).
- Link to HNG Flutter Developer Hire page.
- Link to the project repo
- Link to Telex
- Link to Delve
Before running the app, ensure you have the following:
- Flutter installed.
- A compatible editor (e.g., Android Studio, VS Code).
- A connected device or emulator.
- Clone this repository to your local machine:
git clone https://github.com/Topzee001/native-url-launche.git
- Navigate to the project directory:
-
cd native-url-launche
Fetch the required dependencies:
flutter pub getRun the App
flutter runBuild the App
flutter build apk