Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/borisgautier/tictactoe
Join Annette and play with her on TicTacToe. Full source code of this application built with Flutter. 📱 Flutter App for 💫fluid, 😍beautiful
https://github.com/borisgautier/tictactoe
android dart firebase flutter ios opensource tic-tac-toe
Last synced: 18 days ago
JSON representation
Join Annette and play with her on TicTacToe. Full source code of this application built with Flutter. 📱 Flutter App for 💫fluid, 😍beautiful
- Host: GitHub
- URL: https://github.com/borisgautier/tictactoe
- Owner: BorisGautier
- License: mit
- Created: 2022-11-07T10:28:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T09:06:42.000Z (about 2 years ago)
- Last Synced: 2024-12-20T17:12:07.227Z (28 days ago)
- Topics: android, dart, firebase, flutter, ios, opensource, tic-tac-toe
- Language: Dart
- Homepage: https://play.google.com/store/apps/details?id=cm.tbg.tictactoe
- Size: 9.33 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe With Annette
Welcome to My Project
## How to run flutter in Vs code
- Visual Studio Code is a lightweight but powerful source code editor(optinal)(for vscode, all above setup for Android Studio are required).
- For Download VSCode Click Here
- Open vs code and go to terminal option and open terminal
- Inside Terminal For Run the Application perform this two command
1. flutter pub get (flutter packages get)
2. flutter run## How to change package name
- run flutter pub run change_app_package_name:main com.new.package.name
## How to integrate firebase
- Create firebase project in your account
- Add andorid application to your firebase project
- Visit https://developers.google.com/android/guides/client-auth to know how to get sha-1 key
- You have connected andorid application to your firebase project successfully
- Download the google-services.json file and add it in the [your-flutter-project-dir]/android/app folder
- Add ios application to your firebase project
- Get your bundle id here [your-flutter-project-dir]\ios\Runner.xcodeproj\project.pbxproj or search for PRODUCT_BUNDLE_IDENTIFIER and you will get following result
- You have connected ios application to your firebase project successfully
- Download the GoogleService-Info.plist file and add it in the [your-flutter-project-dir]/ios/Runner folder### How to enable firebase auth
- Activer les methodes d'authentification suivantes:
- Email/Password
- Apple
- Anonymous## Join us
https://join.slack.com/t/tictactoegroupe/shared_invite/zt-1jfpwl53n-R16gzbptl3anRENve6HbPQ
## Contribute
You can contribute us by filing issues, bugs and PRs.
### Contributing:
- Open issue regarding proposed change.
- Repo owner will contact you there.
- If your proposed change is approved, Fork this repo and do changes.
- Open PR against latest `dev` branch. Add nice description in PR.
- You're done!