A new Flutter project.
This project is a starting point for a Flutter application that follows the simple app state management tutorial.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
The assets
directory houses images, fonts, and any other files you want to
include with your application.
The assets/images
directory contains resolution-aware
images.
This project generates localized messages based on arb files found in
the lib/src/localization
directory.
To support additional languages, please visit the tutorial on Internationalizing Flutter apps.
Flutter SDK: Install from Flutter's official website.
Dart SDK: Included with Flutter, but verify installation using dart --version
Git: Required for cloning the repository. Install from Git's official site.
Android Studio or VS Code: Recommended IDEs for Flutter development.
Android Emulator or Physical Device: For running the application.
- Clone the Repository
git clone https://github.com/fossasia/magic-epaper-app
cd magic-epaper-app
- Install Dependencies
flutter pub get
- Run on an Emulator or Physical Device
Ensure an emulator is running or a device is connected.
Execute:
flutter run
- Build the App (For production/testing)
flutter build apk # For Android
flutter build ios # For iOS (macOS required)