A new Flutter project.
Flutter development environment set up (https://flutter.dev/get-started/)
- Clone the repository or download the project files.
- Open the project directory in your IDE (e.g., Android Studio, Visual Studio Code).
- Run the app:
- On your computer:
- fluttergen -c pubspec.yaml
- dart run build_runner build
- flutter run --target=lib/main_development.dart --flavor development
- On your computer:
- 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)
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.