GeoBot

FlutterDartPythonFlask

Saturday, November 4, 2023

planet earth close-up photography

GeoBot Flutter

GeoBot Flutter is a mobile application built with Flutter that provides information about various geospatial topics. It includes features listed below. Click here to download the apk release version of this app

Table of Contents

Features

  • Geospatial Place Identification: GeoBot can easily identify geospatial places in the input given to it using text or voice.
  • Interactive Maps: It features interactive maps, allowing users to search and visualize geospatial data directly on the map.
  • ISRO Integration: GeoBot is also connected to the ISRO website, providing users with direct access to ISRO's resources.
  • User-Friendly UI: The app offers a user-friendly interface for a seamless user experience.
  • ISRO Achievements: Discover and explore never forgettable achievements of ISRO with a collection of images.

Getting Started

Prerequisites

Before you start, make sure you have Flutter and Dart installed. You can download and install them from the official Flutter website.

Installation

  1. Clone the repository:
  2. git clone https://github.com/yourusername/geobot-flutter.git cd geobot-flutter
  3. Install the required packages:
   flutter pub get

Usage

1 To run the GeoBot Flutter app, use the following command:

   flutter run

2 You can build the app for release using:

   flutter build apk