Your application must be submitted in the form of a ZIP file containing everything needed to run it on a target Android or iOS device.
Timeflow: Character Editor Steam charts, data, update history. Contribute to SteamDB: Use our token dumper program to help us track hidden games and packages Sales. 'Timeflow' is a finance educational game that teaches you the basics of investing and time-management. You can make a career, buy real estate, run business, be a blogger, play on a stock market, get additional education, network, and carefully plan your time for all of it. Your final goal is to m. Timeflow Bookmark creation does not validate Timeflow. DLPX-56558: Snapshot jobs fail with 'internal error' when unable to parse backup headers. DLPX-56598: The User screen UI does not have a scrollbar. DLPX-56599: Backend always thinks stagingMountBase is being updated on source updates.
You should include a README.md
file that includes a brief description of the application and any special instructions for running it (for example, if the application is designed for a specific platform target).
Timeflow: Character Editor Minecraft
Code should be licensed with an open source license (we recommend BSD, MIT or Apache), so that we can judge it and others can benefit from your work.
We will run the application by unpacking the ZIP file and running the command flutter run --release
to execute it on an attached Android or iOS device.
The ZIP file may contain other files and directories that are created using the flutter create
command, such as pubspec.yaml
; it may also include asset files (e.g. images, fonts) or data. We recommend running flutter clean
before creating the ZIP file to strip out unnecessary binaries.
With the exception of packages (see below), all executable content must be included in the ZIP file.
All code needed to load and execute the application must be written in Dart, with the exception of any packages (as mentioned below).
Dart code must appear in a file that has a filename ending in .dart
. The total size of all Dart files in the ZIP file, excluding unit tests that are not executed, must be no more than 5,120 bytes as (for example) measured by the command find . -name '*.dart' | xargs cat | wc -c
.
Timeflow: Character Editor Font
Timeflow: Character Editor App
The application may use Flutter packages that are a) published on pub.dev; b) have broad applicability (e.g. not written solely for the purpose of circumventing the 5KB file limit, in the opinion of the judges).