Skip to content

kevintpf/sample_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample_flutter

A new Flutter project.

Getting Started

Prerequisites:

Flutter development environment set up (https://flutter.dev/get-started/)

Running the App:

  1. Clone the repository or download the project files.
  2. Open the project directory in your IDE (e.g., Android Studio, Visual Studio Code).
  3. Run the app:
    • On your computer:
      • fluttergen -c pubspec.yaml
      • dart run build_runner build
      • flutter run --target=lib/main_development.dart --flavor development

Features

  • Material Design: Leverages the Material Design system for a clean and consistent user interface.
  • Navigation: Demonstrates basic navigation between screens.
  • Splash Screen: A welcome screen displayed briefly at app launch.
  • Home Screen: Provides a starting point for your application's functionality.
  • Bitcoin Exchange Rates Screen: (Example) Displays information about Bitcoin exchange rates. (Replace this with your actual functionality)

Project Structure

The project structure is organized for clarity and maintainability. Key folders include:

  • lib: Contains all the application code, including widgets, models, and services.
  • assets: Stores images, fonts, and other resources used in the app.
  • pubspec.yaml: The project's configuration file, specifying dependencies and other settings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published