amfoss /
cms-mobile
This project is no longer actively maintained and has been archived for historical reference. A flutter project for amfoss cms.
29/100 healthLoading repository data…
VarunS2002 / repository
This is a fully fledged Sudoku game written in Dart using Flutter.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a fully fledged Sudoku game written in Dart using Flutter.
It can be exported to Android, iOS, Fuchsia, Windows, Linux, MacOS, PWA or a Web App.
Can be played online in the browser. See Play Online
Can be installed as a Progressive Web App on any platform. See Use Progressive Web Apps
Can be installed as an Android app. See Downloads
For Exporting to Android:
Android Studio 3.0+ / IntelliJ IDEA 2017.1+ with Flutter Plugin and Dart Plugin (recommeded)
Android SDK from Android Studio or IntelliJ IDEA (API Level 30 recommended)
Java SE JDK (v8 recommended)
Set ANDROID_HOME and ANDROID_SDK_ROOT variables
Add JDK to PATH
For Exporting to Web:
Set current working directory to sudoku
Run these commands:
flutter config --enable-web
For Exporting to Windows:
Set current working directory to sudoku
Run these commands:
flutter config --enable-windows-desktop
Clone this repository
Set current working directory to sudoku
Run these commands:
flutter pub get
flutter pub upgrade
flutter pub outdated
flutter doctor to check fo any issues (Optional)Steps for exporting to a PWA or Web App
Set current working directory to sudoku
Run flutter build web --release
This will compile the program and store the files in the sudoku/build/web directory
You can run a simple http server in this directory to run your app in the browser
dhttpd is a Dart package for running a simple http server
Steps for exporting to Windows
Set current working directory to sudoku
Run flutter build windows --release
This will compile the program and store the files in the sudoku/build/windows/runner/Release directory
It will export a release build that can be run directly
Steps for exporting to Android
Set current working directory to sudoku
To export as an Android app run:
flutter build apk to build a fat APK for all ABIs
OR
flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi to build multiple APKs
for every ABI
This will export a release build of the apk file signed with debug keys which can be installed on an Android phone or emulator
The APK file/s will be saved in sudoku/build/app/outputs/flutter-apk
Minimum Android Version Required : Android 4.1.x Jellybean (API Level 16)
Generates a New Game when you start the app
Clicking a box displays a dialog with buttons 1-9 to input in the box
Clickable buttons will initially have no number and will turn red after the first click
Long pressing a button will erase your input
After completely solving the grid, if the solution is correct it will alert you that you successfully solved the Sudoku
The numbers in all the clickable buttons will turn blue if the solution is correct (This will also happen if you click Show Solution)
4 different difficulty levels to choose from :
New Game
Restart Game
Show Solution
Dark and Light theme
Various Accent Colors to choose from
Material Design
Dependencies:
sudoku_solver_generator is used for the Sudoku logic
flutter_animated_dialog is used for animated alert dialogs
shared_preferences is used for saving preferences locally
splashscreen is used for the splashscreen
flutter_native_splash is used for generating the native splashscreen files
url_launcher is used for opening hyperlinks
bitsdojo_window is used for title bar improvements on desktop
NSIS is used for building the Windows installer
Untested on iOS, MacOS, Linux and Fuchsia. Additional changes might be required to work correctly
If you face any issue or have suggestions then feel free to open an issue on GitHub
Main Screen while solved with dark theme:
Main Screen while solving with light theme:
Choose Number Alert:
Game Over Alert Box:
Options:
Windows with Violet Accent Color:
Selected from shared topics, language and repository description—not editorial ratings.
amfoss /
This project is no longer actively maintained and has been archived for historical reference. A flutter project for amfoss cms.
29/100 healthrahul-badgujar /
This is an eCommerce Application developed using FlutterFire (Flutter+Firebase). I have tried to collect all the basic features of any eCommerce App into this application (illustrations included in repository). It uses Flutter Framework for App Frontend and Backend, and Firebase as server maintaining Databases and Storage requirments of the app. It uses Firebase Authentification, Firebase Cloud Firestore, Firebase Storage. Try out the APK given in Installation section!!!
72/100 healthShadyBoukhary /
Hotter’n Hell Hundred is the largest one hundred mile cycling events in the United States and the world. Held in Wichita Falls, TX, this event brings thousands of registrants within the city limits, resulting in a spike in revenue throughout local businesses, restaurants, and hotels, and overall for the city of Wichita Falls. There are several sub-events within the Hotter’n Hell Hundred, such as different races, dining events, consumer shows and a medical symposium. The proposed Hotter’n Hell Hundred mobile application serves as the ultimate source of information for the events, enabling users to quickly register for events and explore local places. In addition, the mobile application allows users to navigate through race during the event, tracking their speed, nearby rest stops, alternate routes, and finish line, ensuring the best possible experience during their stay in Wichita Falls.
68/100 healthkserko /
A TMDB client built with Flutter using the BLoC pattern. This app is my way of learning Flutter, so take what you see here with a grain of salt
64/100 healthThis package offers a collapsible app bar along with an attractive search bar animation, enhancing the visual appeal of your Flutter app with an iOS-inspired design. This package is versatile, allowing complete customization, and it seamlessly works on both iOS and Android platforms.
72/100 healtharatheunseen /
This is a daily task manager apps created in flutter.
65/100 health