Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632111 Views

Latest files of /cody/PrakharDoneria/Tic-Tac-Toe-Flutter

windows/ cody/PrakharDoneria/Tic-Tac-Toe-Flutter/windows/
3 Items
  • CMakeLists.txt
  • flutter/
  • runner/
  • test/ cody/PrakharDoneria/Tic-Tac-Toe-Flutter/test/
    1 Items
  • widget_test.dart
  • lib/ cody/PrakharDoneria/Tic-Tac-Toe-Flutter/lib/
    4 Items
  • mplayer.dart
  • main.dart
  • single.dart
  • multiplayer.dart
  • web/ cody/PrakharDoneria/Tic-Tac-Toe-Flutter/web/
    5 Items
  • manifest.json
  • favicon.png
  • index.html
  • icons/
  • Flutter.js
  • linux/ cody/PrakharDoneria/Tic-Tac-Toe-Flutter/linux/
    5 Items
  • main.cc
  • my_application.h
  • my_application.cc
  • CMakeLists.txt
  • flutter/
  • android/ cody/PrakharDoneria/Tic-Tac-Toe-Flutter/android/
    5 Items
  • settings.gradle
  • gradle.properties
  • build.gradle
  • app/
  • gradle/
  • macos/ cody/PrakharDoneria/Tic-Tac-Toe-Flutter/macos/
    5 Items
  • Runner/
  • RunnerTests/
  • Runner.xcworkspace/
  • Flutter/
  • Runner.xcodeproj/
  • ios/ cody/PrakharDoneria/Tic-Tac-Toe-Flutter/ios/
    5 Items
  • Runner/
  • RunnerTests/
  • Runner.xcworkspace/
  • Flutter/
  • Runner.xcodeproj/
  • README.md cody/PrakharDoneria/Tic-Tac-Toe-Flutter/README.md
    203 Views
    0 Comments
    # myapp

    A new Flutter project.

    ## Getting Started

    This project is a starting point for a Flutter application.

    pubspec.lock cody/PrakharDoneria/Tic-Tac-Toe-Flutter/pubspec.lock
    244 Views
    0 Comments
    Media file
    analysis_options.yaml cody/PrakharDoneria/Tic-Tac-Toe-Flutter/analysis_options.yaml
    181 Views
    0 Comments
    # This file configures the analyzer, which statically analyzes Dart code to
    # check for errors, warnings, and lints.
    #
    # The issues identified by the analyzer are surfaced in the UI of Dart-enabled
    # IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
    # invoked from the command line by running `flutter analyze`.

    # The following line activates a set of recommended lints for Flutter apps,
    vercel.json cody/PrakharDoneria/Tic-Tac-Toe-Flutter/vercel.json
    128 Views
    0 Comments
    {
    "version": 2,
    "builds": [
    {
    "src": "web/",
    "use": "@vercel/static"
    }
    ],
    pubspec.yaml cody/PrakharDoneria/Tic-Tac-Toe-Flutter/pubspec.yaml
    171 Views
    0 Comments
    name: tictaktoe
    description: "A new Flutter project."
    # The following line prevents the package from being accidentally published to
    # pub.dev using `flutter pub publish`. This is preferred for private packages.
    publish_to: 'none' # Remove this line if you wish to publish to pub.dev

    # The following defines the version and build number for your application.
    # A version number is three numbers separated by dots, like 1.2.43