Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fitri-hy/quran_flutter
Application makes it easier to read and understand the Koran. Key features include translation, search, and latin
https://github.com/fitri-hy/quran_flutter
dart flutter futter-app quran quran-app
Last synced: 7 days ago
JSON representation
Application makes it easier to read and understand the Koran. Key features include translation, search, and latin
- Host: GitHub
- URL: https://github.com/fitri-hy/quran_flutter
- Owner: fitri-hy
- License: mit
- Created: 2024-12-22T04:55:50.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2024-12-22T04:57:07.000Z (12 days ago)
- Last Synced: 2024-12-22T05:26:45.228Z (12 days ago)
- Topics: dart, flutter, futter-app, quran, quran-app
- Language: C++
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quran Flutter
Application makes it easier to read and understand the Koran. Key features include translation, search, and latin
## Development Tools
- Flutter 3.27.1
- Tools • Dart 3.6.0 • DevTools 2.40.2## Run Program
- `git clone https://github.com/fitri-hy/quran-flutter.git`
- `cd quran-flutter`
- `flutter pub get`
- `flutter run`## Generates Keystore
```
keytool -genkeypair -v -keystore quran-key.keystore -keyalg RSA -keysize 2048 -validity 10000 -storepass 220898 -keypass 220898 -alias quran
```## Changing Package Name
```
flutter pub global activate rename
flutter pub global run rename --bundleId com.example.newname
```## Build & Release
```
flutter build apk --release
flutter build appbundle
```
## AdMob Settings
- Go to: `lib/services/AdMobConfig.dart`
```
class AdMobConfig {
static const String adUnitId = 'ca-app-pub-xxxxxxxxxxx';
}
```- Go to: `android/app/src/main/AndroidManifest.xml`
```
```