flutter_quotesbook
No description available.
File Explorer
Download Latest Version (.zip)- AndroidManifest.xml
- MainActivity.kt
- launch_background.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- string.xml
- styles.xml
- AndroidManifest.xml
- AndroidManifest.xml
- build.gradle
- google-services.json
- gradle-wrapper.properties
- build.gradle
- gradle.properties
- settings.gradle
- settings_aar.gradle
- f_login.ttf
- r_bold.ttf
- r_light.ttf
- r_regular.ttf
- r_thin.ttf
- icon.png
- cat.png
- email.gif
- ic_facebook.png
- ic_google.png
- ic_phone.png
- logo.png
- AppFrameworkInfo.plist
- Debug.xcconfig
- flutter_export_environment.sh
- Release.xcconfig
- Contents.json
- Icon-App-1024x1024@1x.png
- Icon-App-20x20@1x.png
- Icon-App-20x20@2x.png
- Icon-App-20x20@3x.png
- Icon-App-29x29@1x.png
- Icon-App-29x29@2x.png
- Icon-App-29x29@3x.png
- Icon-App-40x40@1x.png
- Icon-App-40x40@2x.png
- Icon-App-40x40@3x.png
- Icon-App-60x60@2x.png
- Icon-App-60x60@3x.png
- Icon-App-76x76@1x.png
- Icon-App-76x76@2x.png
- Icon-App-83.5x83.5@2x.png
- Contents.json
- LaunchImage.png
- LaunchImage@2x.png
- LaunchImage@3x.png
- README.md
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- GoogleService-Info.plist
- Info.plist
- Runner-Bridging-Header.h
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- Podfile
- Podfile.lock
- CategoryBean.dart
- QuoteBean.dart
- UserBean.dart
- BookmarkDetailsScreen.dart
- CategoryDetailScreen.dart
- CategoryScreen.dart
- CreateAccount.dart
- FavoriteScreen.dart
- Home.dart
- HomeScreen.dart
- Login.dart
- ProfileScreen.dart
- QuoteDetailsScreen.dart
- ColorUtils.dart
- CommanUtils.dart
- FirebaseAuthUtils.dart
- FirebaseDatabaseUtils.dart
- PreferencesUtils.dart
- StringConst.dart
- StringUtils.dart
- StyleUtils.dart
- UtilsImporter.dart
- WidgetUtils.dart
- main.dart
- widget_test.dart
- .flutter-plugins-dependencies
- .gitignore
- Category_Table.png
- flutter-quote-book-qoute_category-export.json
- pubspec.lock
- pubspec.yaml
- README.md
- ssnew.png
- User_Table.png
# Installation Guide
1. Get the code
git clone https://github.com/TechnoPrashant/flutter_quotesbook
Downloads the entire project code from GitHub to your computer.
cd flutter_quotesbook
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd android/app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
