diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..e68dd67db9343851c0e5f8d53d278dd238196989
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,162 @@
+# Built application files
+*.apk
+*.aar
+*.ap_
+*.aab
+
+# Files for the ART/Dalvik VM
+*.dex
+
+# Java class files
+*.class
+
+# Generated files
+bin/
+gen/
+out/
+#  Uncomment the following line in case you need and you don't have the release build type files in your app
+# release/
+
+# Gradle files
+.gradle/
+build/
+
+# Local configuration file (sdk path, etc)
+local.properties
+
+# Proguard folder generated by Eclipse
+proguard/
+
+# Log Files
+*.log
+
+# Android Studio Navigation editor temp files
+.navigation/
+
+# Android Studio captures folder
+captures/
+
+# IntelliJ
+*.iml
+.idea/workspace.xml
+.idea/tasks.xml
+.idea/gradle.xml
+.idea/assetWizardSettings.xml
+.idea/dictionaries
+.idea/libraries
+# Android Studio 3 in .gitignore file.
+.idea/caches
+.idea/modules.xml
+# Comment next line if keeping position of elements in Navigation Editor is relevant for you
+.idea/navEditor.xml
+
+# Keystore files
+# Uncomment the following lines if you do not want to check your keystore files in.
+#*.jks
+#*.keystore
+
+# External native build folder generated in Android Studio 2.2 and later
+.externalNativeBuild
+.cxx/
+
+# Google Services (e.g. APIs or Firebase)
+# google-services.json
+
+# Freeline
+freeline.py
+freeline/
+freeline_project_description.json
+
+# fastlane
+fastlane/report.xml
+fastlane/Preview.html
+fastlane/screenshots
+fastlane/test_output
+fastlane/readme.md
+
+# Version control
+vcs.xml
+
+# lint
+lint/intermediates/
+lint/generated/
+lint/outputs/
+lint/tmp/
+# lint/reports/
+
+# Flutter/Dart/Pub related
+**/doc/api/
+.dart_tool/
+.flutter-plugins
+.flutter-plugins-dependencies
+**/generated_plugin_registrant.dart
+.packages
+.pub-cache/
+.pub/
+flutter_*.png
+linked_*.ds
+unlinked.ds
+unlinked_spec.ds
+
+# packages file containing multi-root paths
+.packages.generated
+
+# Visual Studio Code related
+.classpath
+.project
+.settings/
+.vscode/
+
+# Android related
+**/android/**/gradle-wrapper.jar
+**/android/.gradle
+**/android/captures/
+**/android/gradlew
+**/android/gradlew.bat
+**/android/local.properties
+**/android/**/GeneratedPluginRegistrant.java
+**/android/key.properties
+*.jks
+
+# Miscellaneous
+*.class
+*.log
+*.pyc
+*.swp
+.DS_Store
+.atom/
+.buildlog/
+.history
+.svn/
+
+# IntelliJ related
+*.iml
+*.ipr
+*.iws
+.idea/
+
+# The .vscode folder contains launch configuration and tasks you configure in
+# VS Code which you may wish to be included in version control, so this line
+# is commented out by default.
+#.vscode/
+
+# Flutter/Dart/Pub related
+**/doc/api/
+**/ios/Flutter/.last_build_id
+.dart_tool/
+.flutter-plugins
+.flutter-plugins-dependencies
+.packages
+.pub-cache/
+.pub/
+/build/
+
+# Web related
+lib/generated_plugin_registrant.dart
+
+# Symbolication related
+app.*.symbols
+
+# Obfuscation related
+app.*.map.json
+
diff --git a/.metadata b/.metadata
new file mode 100644
index 0000000000000000000000000000000000000000..182cccafd96b59814f686d06695a1a60af003e8d
--- /dev/null
+++ b/.metadata
@@ -0,0 +1,10 @@
+# This file tracks properties of this Flutter project.
+# Used by Flutter tool to assess capabilities and perform upgrades etc.
+#
+# This file should be version controlled and should not be manually edited.
+
+version:
+  revision: 78910062997c3a836feee883712c241a5fd22983
+  channel: stable
+
+project_type: app
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f288702d2fa16d3cdf0035b15a9fcbc552cd88e7
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,674 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.  We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors.  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+  To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights.  Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received.  You must make sure that they, too, receive
+or can get the source code.  And you must show them these terms so they
+know their rights.
+
+  Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+  For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software.  For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+  Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so.  This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software.  The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable.  Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products.  If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+  Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary.  To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                       TERMS AND CONDITIONS
+
+  0. Definitions.
+
+  "This License" refers to version 3 of the GNU General Public License.
+
+  "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+  "The Program" refers to any copyrightable work licensed under this
+License.  Each licensee is addressed as "you".  "Licensees" and
+"recipients" may be individuals or organizations.
+
+  To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy.  The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+  A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+  To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy.  Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+  To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies.  Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+  An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License.  If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+  1. Source Code.
+
+  The "source code" for a work means the preferred form of the work
+for making modifications to it.  "Object code" means any non-source
+form of a work.
+
+  A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+  The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form.  A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+  The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities.  However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work.  For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+  The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+  The Corresponding Source for a work in source code form is that
+same work.
+
+  2. Basic Permissions.
+
+  All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met.  This License explicitly affirms your unlimited
+permission to run the unmodified Program.  The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work.  This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+  You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force.  You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright.  Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+  Conveying under any other circumstances is permitted solely under
+the conditions stated below.  Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+  No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+  When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+  4. Conveying Verbatim Copies.
+
+  You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+  You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+  5. Conveying Modified Source Versions.
+
+  You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+    a) The work must carry prominent notices stating that you modified
+    it, and giving a relevant date.
+
+    b) The work must carry prominent notices stating that it is
+    released under this License and any conditions added under section
+    7.  This requirement modifies the requirement in section 4 to
+    "keep intact all notices".
+
+    c) You must license the entire work, as a whole, under this
+    License to anyone who comes into possession of a copy.  This
+    License will therefore apply, along with any applicable section 7
+    additional terms, to the whole of the work, and all its parts,
+    regardless of how they are packaged.  This License gives no
+    permission to license the work in any other way, but it does not
+    invalidate such permission if you have separately received it.
+
+    d) If the work has interactive user interfaces, each must display
+    Appropriate Legal Notices; however, if the Program has interactive
+    interfaces that do not display Appropriate Legal Notices, your
+    work need not make them do so.
+
+  A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit.  Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+  6. Conveying Non-Source Forms.
+
+  You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+    a) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by the
+    Corresponding Source fixed on a durable physical medium
+    customarily used for software interchange.
+
+    b) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by a
+    written offer, valid for at least three years and valid for as
+    long as you offer spare parts or customer support for that product
+    model, to give anyone who possesses the object code either (1) a
+    copy of the Corresponding Source for all the software in the
+    product that is covered by this License, on a durable physical
+    medium customarily used for software interchange, for a price no
+    more than your reasonable cost of physically performing this
+    conveying of source, or (2) access to copy the
+    Corresponding Source from a network server at no charge.
+
+    c) Convey individual copies of the object code with a copy of the
+    written offer to provide the Corresponding Source.  This
+    alternative is allowed only occasionally and noncommercially, and
+    only if you received the object code with such an offer, in accord
+    with subsection 6b.
+
+    d) Convey the object code by offering access from a designated
+    place (gratis or for a charge), and offer equivalent access to the
+    Corresponding Source in the same way through the same place at no
+    further charge.  You need not require recipients to copy the
+    Corresponding Source along with the object code.  If the place to
+    copy the object code is a network server, the Corresponding Source
+    may be on a different server (operated by you or a third party)
+    that supports equivalent copying facilities, provided you maintain
+    clear directions next to the object code saying where to find the
+    Corresponding Source.  Regardless of what server hosts the
+    Corresponding Source, you remain obligated to ensure that it is
+    available for as long as needed to satisfy these requirements.
+
+    e) Convey the object code using peer-to-peer transmission, provided
+    you inform other peers where the object code and Corresponding
+    Source of the work are being offered to the general public at no
+    charge under subsection 6d.
+
+  A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+  A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling.  In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage.  For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product.  A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+  "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source.  The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+  If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information.  But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+  The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed.  Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+  Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+  7. Additional Terms.
+
+  "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law.  If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+  When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it.  (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.)  You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+  Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+    a) Disclaiming warranty or limiting liability differently from the
+    terms of sections 15 and 16 of this License; or
+
+    b) Requiring preservation of specified reasonable legal notices or
+    author attributions in that material or in the Appropriate Legal
+    Notices displayed by works containing it; or
+
+    c) Prohibiting misrepresentation of the origin of that material, or
+    requiring that modified versions of such material be marked in
+    reasonable ways as different from the original version; or
+
+    d) Limiting the use for publicity purposes of names of licensors or
+    authors of the material; or
+
+    e) Declining to grant rights under trademark law for use of some
+    trade names, trademarks, or service marks; or
+
+    f) Requiring indemnification of licensors and authors of that
+    material by anyone who conveys the material (or modified versions of
+    it) with contractual assumptions of liability to the recipient, for
+    any liability that these contractual assumptions directly impose on
+    those licensors and authors.
+
+  All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10.  If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term.  If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+  If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+  Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+  8. Termination.
+
+  You may not propagate or modify a covered work except as expressly
+provided under this License.  Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+  However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+  Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+  Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License.  If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+  9. Acceptance Not Required for Having Copies.
+
+  You are not required to accept this License in order to receive or
+run a copy of the Program.  Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance.  However,
+nothing other than this License grants you permission to propagate or
+modify any covered work.  These actions infringe copyright if you do
+not accept this License.  Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+  10. Automatic Licensing of Downstream Recipients.
+
+  Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License.  You are not responsible
+for enforcing compliance by third parties with this License.
+
+  An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations.  If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+  You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License.  For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+  11. Patents.
+
+  A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based.  The
+work thus licensed is called the contributor's "contributor version".
+
+  A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version.  For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+  Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+  In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement).  To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+  If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients.  "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+  If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+  A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License.  You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+  Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+  12. No Surrender of Others' Freedom.
+
+  If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all.  For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+  13. Use with the GNU Affero General Public License.
+
+  Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work.  The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+  14. Revised Versions of this License.
+
+  The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+  Each version is given a distinguishing version number.  If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation.  If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+  If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+  Later license versions may give you additional or different
+permissions.  However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+  15. Disclaimer of Warranty.
+
+  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. Limitation of Liability.
+
+  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+  17. Interpretation of Sections 15 and 16.
+
+  If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+  If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+    <program>  Copyright (C) <year>  <name of author>
+    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+  You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+<https://www.gnu.org/licenses/>.
+
+  The GNU General Public License does not permit incorporating your program
+into proprietary programs.  If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.  But first, please read
+<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/README.md b/README.md
index a236266f157ce437ec70580fe6fb31404433876a..5dc35979c828d03c50958ca2aeb36b11c44210a6 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,8 @@
-# hangman
+Hangman
+========
 
+[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
+     alt="Get it on F-Droid"
+     height="80">](https://f-droid.org/packages/com.hangman/)
+
+GNU General Public License (GPLv3).
diff --git a/android/.gitignore b/android/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..0a741cb43d66c6790a2a913fa24c8878fb1ab7b5
--- /dev/null
+++ b/android/.gitignore
@@ -0,0 +1,11 @@
+gradle-wrapper.jar
+/.gradle
+/captures/
+/gradlew
+/gradlew.bat
+/local.properties
+GeneratedPluginRegistrant.java
+
+# Remember to never publicly share your keystore.
+# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
+key.properties
diff --git a/android/app/build.gradle b/android/app/build.gradle
new file mode 100644
index 0000000000000000000000000000000000000000..fc443e1b7a755b78706a71b8286822d9820b2968
--- /dev/null
+++ b/android/app/build.gradle
@@ -0,0 +1,54 @@
+def localProperties = new Properties()
+def localPropertiesFile = rootProject.file('local.properties')
+if (localPropertiesFile.exists()) {
+    localPropertiesFile.withReader('UTF-8') { reader ->
+        localProperties.load(reader)
+    }
+}
+
+def flutterRoot = localProperties.getProperty('flutter.sdk')
+if (flutterRoot == null) {
+    throw new FileNotFoundException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
+}
+
+def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
+if (flutterVersionCode == null) {
+    flutterVersionCode = '6'
+}
+
+def flutterVersionName = localProperties.getProperty('flutter.versionName')
+if (flutterVersionName == null) {
+    flutterVersionName = '1.5'
+}
+
+apply plugin: 'com.android.application'
+apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
+
+android {
+    compileSdkVersion 29
+
+    lintOptions {
+        disable 'InvalidPackage'
+    }
+
+    defaultConfig {
+        // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
+        applicationId "com.ahorcado"
+        minSdkVersion 21
+        targetSdkVersion 29
+        versionCode flutterVersionCode.toInteger()
+        versionName flutterVersionName
+    }
+
+    buildTypes {
+        release {
+            // TODO: Add your own signing config for the release build.
+            // Signing with the debug keys for now, so `flutter run --release` works.
+            signingConfig signingConfigs.debug
+        }
+    }
+}
+
+flutter {
+    source '../..'
+}
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ecc39b92c8d56278825b89f3ad058c05abe95f22
--- /dev/null
+++ b/android/app/src/debug/AndroidManifest.xml
@@ -0,0 +1,7 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="com.ahorcado">
+    <!-- Flutter needs it to communicate with the running application
+         to allow setting breakpoints, to provide hot reload, etc.
+    -->
+    <uses-permission android:name="android.permission.INTERNET"/>
+</manifest>
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..1bdf935911dda9614a9c55b6e67b40e2530e8b0c
--- /dev/null
+++ b/android/app/src/main/AndroidManifest.xml
@@ -0,0 +1,48 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="com.ahorcado">
+    <!-- io.flutter.app.FlutterApplication is an android.app.Application that
+         calls FlutterMain.startInitialization(this); in its onCreate method.
+         In most cases you can leave this as-is, but you if you want to provide
+         additional functionality it is fine to subclass or reimplement
+         FlutterApplication and put your custom class here. -->
+    <uses-permission android:name="android.permission.INTERNET"/>
+    <application
+        android:name="io.flutter.app.FlutterApplication"
+        android:label="Ahorcado"
+        android:icon="@mipmap/ic_launcher">
+        <activity
+            android:name=".MainActivity"
+            android:launchMode="singleTop"
+            android:theme="@style/LaunchTheme"
+            android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
+            android:hardwareAccelerated="true"
+            android:windowSoftInputMode="adjustResize">
+            <!-- Specifies an Android theme to apply to this Activity as soon as
+                 the Android process has started. This theme is visible to the user
+                 while the Flutter UI initializes. After that, this theme continues
+                 to determine the Window background behind the Flutter UI. -->
+            <meta-data
+              android:name="io.flutter.embedding.android.NormalTheme"
+              android:resource="@style/NormalTheme"
+              />
+            <!-- Displays an Android View that continues showing the launch screen
+                 Drawable until Flutter paints its first frame, then this splash
+                 screen fades out. A splash screen is useful to avoid any visual
+                 gap between the end of Android's launch screen and the painting of
+                 Flutter's first frame. -->
+            <meta-data
+              android:name="io.flutter.embedding.android.SplashScreenDrawable"
+              android:resource="@drawable/launch_background"
+              />
+            <intent-filter>
+                <action android:name="android.intent.action.MAIN"/>
+                <category android:name="android.intent.category.LAUNCHER"/>
+            </intent-filter>
+        </activity>
+        <!-- Don't delete the meta-data below.
+             This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
+        <meta-data
+            android:name="flutterEmbedding"
+            android:value="2" />
+    </application>
+</manifest>
diff --git a/android/app/src/main/java/com/ahorcado/MainActivity.java b/android/app/src/main/java/com/ahorcado/MainActivity.java
new file mode 100644
index 0000000000000000000000000000000000000000..74fb912985889d7cadd9b2a895341d7622d431c5
--- /dev/null
+++ b/android/app/src/main/java/com/ahorcado/MainActivity.java
@@ -0,0 +1,6 @@
+package com.ahorcado;
+
+import io.flutter.embedding.android.FlutterActivity;
+
+public class MainActivity extends FlutterActivity {
+}
diff --git a/android/app/src/main/res/drawable/launch_background.xml b/android/app/src/main/res/drawable/launch_background.xml
new file mode 100644
index 0000000000000000000000000000000000000000..304732f8842013497e14bd02f67a55f2614fb8f7
--- /dev/null
+++ b/android/app/src/main/res/drawable/launch_background.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Modify this file to customize your launch splash screen -->
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:drawable="@android:color/white" />
+
+    <!-- You can insert your own image assets here -->
+    <!-- <item>
+        <bitmap
+            android:gravity="center"
+            android:src="@mipmap/launch_image" />
+    </item> -->
+</layer-list>
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..7121efe2a3487eae1c00ee06363de10d8b01823a
Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..dc08b1efd4821d4aac9c4c4e8f2ce859b44b1118
Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 0000000000000000000000000000000000000000..7121efe2a3487eae1c00ee06363de10d8b01823a
Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..739d7880a5a15f86d02efc6ebd0ae6b0bf5ab09c
Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..0f3e44868cc4fbfec4356a999e8a0f928bf645d1
Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 0000000000000000000000000000000000000000..739d7880a5a15f86d02efc6ebd0ae6b0bf5ab09c
Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..5fe4f45114e97dda128fe874266f5682f37bcbab
Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..04d8d04a5ad85cebdcb2c9ef75b774a6c2eeceec
Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 0000000000000000000000000000000000000000..5fe4f45114e97dda128fe874266f5682f37bcbab
Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..17f6a13ca7e46ce1a2c9ffdacf93eb1baf8960db
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..bfc047b6be8e6f002f2f407cc1999f83a5dd3861
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000000000000000000000000000000000000..17f6a13ca7e46ce1a2c9ffdacf93eb1baf8960db
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..9e79e59bbf517446c0644c372063b258260f2058
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..fd86b6e699237dc0de58bde8a14c420c9fd85e49
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000000000000000000000000000000000000..9e79e59bbf517446c0644c372063b258260f2058
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ
diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml
new file mode 100644
index 0000000000000000000000000000000000000000..1f83a33fd4f2c45c5ffa5b6c1b729c431fd445fc
--- /dev/null
+++ b/android/app/src/main/res/values/styles.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <!-- Theme applied to the Android Window while the process is starting -->
+    <style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
+        <!-- Show a splash screen on the activity. Automatically removed when
+             Flutter draws its first frame -->
+        <item name="android:windowBackground">@drawable/launch_background</item>
+    </style>
+    <!-- Theme applied to the Android Window as soon as the process has started.
+         This theme determines the color of the Android Window while your
+         Flutter UI initializes, as well as behind your Flutter UI while its
+         running.
+         
+         This Theme is only used starting with V2 of Flutter's Android embedding. -->
+    <style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
+        <item name="android:windowBackground">@android:color/white</item>
+    </style>
+</resources>
diff --git a/android/app/src/profile/AndroidManifest.xml b/android/app/src/profile/AndroidManifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ecc39b92c8d56278825b89f3ad058c05abe95f22
--- /dev/null
+++ b/android/app/src/profile/AndroidManifest.xml
@@ -0,0 +1,7 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="com.ahorcado">
+    <!-- Flutter needs it to communicate with the running application
+         to allow setting breakpoints, to provide hot reload, etc.
+    -->
+    <uses-permission android:name="android.permission.INTERNET"/>
+</manifest>
diff --git a/android/build.gradle b/android/build.gradle
new file mode 100644
index 0000000000000000000000000000000000000000..e0d7ae2c11afd3a84786ddfa342017f8b59656fe
--- /dev/null
+++ b/android/build.gradle
@@ -0,0 +1,29 @@
+buildscript {
+    repositories {
+        google()
+        jcenter()
+    }
+
+    dependencies {
+        classpath 'com.android.tools.build:gradle:3.5.0'
+    }
+}
+
+allprojects {
+    repositories {
+        google()
+        jcenter()
+    }
+}
+
+rootProject.buildDir = '../build'
+subprojects {
+    project.buildDir = "${rootProject.buildDir}/${project.name}"
+}
+subprojects {
+    project.evaluationDependsOn(':app')
+}
+
+task clean(type: Delete) {
+    delete rootProject.buildDir
+}
diff --git a/android/gradle.properties b/android/gradle.properties
new file mode 100644
index 0000000000000000000000000000000000000000..a6738207fd15542cba015ae6ddcb8789efd81397
--- /dev/null
+++ b/android/gradle.properties
@@ -0,0 +1,4 @@
+org.gradle.jvmargs=-Xmx1536M
+android.useAndroidX=true
+android.enableJetifier=true
+android.enableR8=true
diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 0000000000000000000000000000000000000000..296b146b7318dd58663296dbb7555df9ff328ec2
--- /dev/null
+++ b/android/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,6 @@
+#Fri Jun 23 08:50:38 CEST 2017
+distributionBase=GRADLE_USER_HOME
+distributionPath=wrapper/dists
+zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
diff --git a/android/settings.gradle b/android/settings.gradle
new file mode 100644
index 0000000000000000000000000000000000000000..44e62bcf06ae649ea809590f8a861059886502e8
--- /dev/null
+++ b/android/settings.gradle
@@ -0,0 +1,11 @@
+include ':app'
+
+def localPropertiesFile = new File(rootProject.projectDir, "local.properties")
+def properties = new Properties()
+
+assert localPropertiesFile.exists()
+localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) }
+
+def flutterSdkPath = properties.getProperty("flutter.sdk")
+assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
+apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
diff --git a/assets/audio/acierto.aac b/assets/audio/acierto.aac
new file mode 100644
index 0000000000000000000000000000000000000000..532123dc1bb205f3044849578b6fd6c9715bf31f
Binary files /dev/null and b/assets/audio/acierto.aac differ
diff --git a/assets/audio/error.aac b/assets/audio/error.aac
new file mode 100644
index 0000000000000000000000000000000000000000..5c6c2a6144029adb1a2de89486abe3cea77ca290
Binary files /dev/null and b/assets/audio/error.aac differ
diff --git a/assets/audio/gameover.aac b/assets/audio/gameover.aac
new file mode 100644
index 0000000000000000000000000000000000000000..a2b088a046ea83ba523d29896fdd9e772230e319
Binary files /dev/null and b/assets/audio/gameover.aac differ
diff --git a/assets/audio/victoria.aac b/assets/audio/victoria.aac
new file mode 100644
index 0000000000000000000000000000000000000000..a6eae02c2856deea2eb625d30065fdf8ccec1a27
Binary files /dev/null and b/assets/audio/victoria.aac differ
diff --git a/assets/files/vocabulario.json b/assets/files/vocabulario.json
new file mode 100644
index 0000000000000000000000000000000000000000..e33efca0811f7a15c7260babfe7b5a1b3c9a3b61
--- /dev/null
+++ b/assets/files/vocabulario.json
@@ -0,0 +1,70 @@
+{
+    "VOCABULARIO": [
+        {
+        "CATEGORIA": "ANIMALES",
+        "PISTA": "Es un animal",
+        "PALABRAS": ["ABEJA", "ABEJORRO", "AGUILA", "ALMEJA", "ANACONDA", "ARAÑA", "ASNO", "ATUN", "AVESTRUZ", "AVISPA", "BALLENA", "BESUGO", "BUFALO", "BUHO", "BUITRE", "BURRO", "CABALLO", "CABRA", "CAIMAN", "CAMALEON", "CAMELLO", "CANARIO", "CANGREJO", "CARACOL", "CEBRA", "CERDO", "CIERVO", "CIGALA", "COBRA", "CONEJO", "COTORRA", "COYOTE", "DELFIN", "ELEFANTE", "FOCA", "GACELA", "GALLO", "GACELA", "GARZA", "GATO", "GAVILAN", "GAVIOTA", "GORILA", "GORRION", "GRILLO", "GUEPARDO", "GUSANO", "HALCON", "HAMSTER", "HIENA", "HORMIGA", "IGUANA", "JABALI", "JAGUAR", "JINETA", "JIRAFA", "KOALA", "LAGARTO", "LANGOSTA", "LECHUZA", "LEON", "LEOPARDO", "LEMUR", "LIBELULA", "LIEBRE", "LINCE", "LLAMA", "LOBO", "LOMBRIZ", "LORO", "MARIPOSA", "MARMOTA", "MARSOPA", "MEJILLON", "MONO", "MOSCA", "MULA", "NUTRIA", "ORCA", "OSO", "OSTRA", "OVEJA", "PALOMA", "PANTERA", "PATO", "PAVO", "PERDIZ", "PERRO", "PINGUINO", "PITON", "PULGA", "PULPO", "PUMA", "RANA", "RATON", "SALMON", "SAPO", "TIBURON", "TIGRE", "TOPO", "TORO", "TORTUGA", "TRUCHA", "TUCAN", "VACA", "VIBORA", "ZORRO"]
+        },
+        {
+        "CATEGORIA": "COLORES",
+        "PISTA": "Es un color",
+        "PALABRAS": ["AZUL", "AMARILLO", "VIOLETA", "MARRON", "ROJO", "BLANCO", "NEGRO", "GRIS", "MORADO", "NARANJA", "VERDE", "AMBAR", "AÑIL", "BEIGE", "BEIS", "CARMESI", "CELESTE", "COLORADO", "CREMA", "ESCARLATA", "FUCSIA", "ROSA", "GRANATE", "LILA", "MAGENTA", "OCRE", "PURPURA"]
+        },
+        {
+        "CATEGORIA": "FLORES",
+        "PISTA": "Es una flor",
+        "PALABRAS": ["AMAPOLA", "ROSA", "CLAVEL", "MARGARITA", "AZALEA", "CAMELIA", "GERANIO", "JAZMIN", "LIRIO", "ORQUIDEA", "NARCISO", "TULIPAN", "NENUFAR", "GIRASOL", "DALIA"]
+        },
+        {
+        "CATEGORIA": "DEPORTES",
+        "PISTA": "Es un deporte o juego",
+        "PALABRAS": ["AEROBIC", "AJEDREZ", "ARCO", "BILLAR", "BOLOS", "BOXEO", "BEISBOL", "CICLISMO", "CRICKET", "ESCALADA", "ESGRIMA", "ESQUI", "FUTBOL", "GOLF", "GIMNASIA", "HIPICA", "HOCKEY", "JUDO", "KARATE", "LUCHA", "NATACION", "PADDLE", "PATINAJE", "PETANCA", "PINGPONG", "POLO", "RUGBY", "TENIS", "TIRO", "VOLEIBOL"]
+        },
+        {
+        "CATEGORIA": "ALIMENTOS",
+        "PISTA": "Es un alimento o plato cocinado",
+        "PALABRAS": ["QUESO", "PIZZA", "CHORIZO", "JAMON", "SALAMI", "PAELLA", "PASTEL", "BIZCOCHO", "MACARRONES", "MENESTRA", "ENSALADA", "SOPA", "CHOCOLATE", "SALSA", "HUEVO", "CREMA", "LECHE", "GUARNICION", "CHULETA", "FLAN", "CEVICHE", "COCIDO", "TORTILLA", "TARTA", "PURE", "ALBONDIGA", "GAZPACHO", "TORTITA", "TACO", "BOCADILLO", "TORREZNO", "FIDEUA", "CROQUETA", "SALMOREJO", "EMPANADA", "SANDWICH", "PISTO", "FABADA", "ESCALIBADA", "LENTEJAS", "CHURRO", "ENSAIMADA", "MORCILLA", "YOGUR", "TURRON", "PAPAS", "PORRUSALDA", "CALLOS", "TORRIJA", "BUTIFARRA"]
+        },
+        {
+        "CATEGORIA": "QUIMICOS",
+        "PISTA": "Es un elemento químico",
+        "PALABRAS": ["LITIO", "HELIO", "FOSFORO", "AZUFRE", "NIQUEL", "HIERRO", "PLATA", "MERCURIO", "POLONIO", "PLOMO", "FLUOR", "HIDROGENO", "CARBONO", "OXIGENO", "SODIO", "MAGNESIO", "ALUMINIO", "SILICIO", "CLORO", "POTASIO", "CALCIO", "TITANIO", "COBALTO", "COBRE", "ZINC", "ESTRONCIO", "CADMIO", "YODO", "ESTAÑO", "PLATINO", "RADON", "URANIO", "MOLIBDENO"]
+        },
+        {
+        "CATEGORIA": "VEHICULOS",
+        "PISTA": "Es un vehículo o medio de transporte",
+        "PALABRAS": ["COCHE", "MOTO", "BICICLETA", "TREN", "BARCO", "AVION", "HELICOPTERO", "AUTOBUS", "AUTOMOVIL", "TRINEO", "CARRUAJE", "YATE", "LANCHA", "SUBMARINO", "CANOA", "AVIONETA", "PARAPENTE", "COHETE", "METRO", "TRANVIA", "FUNICULAR", "FERROCARRIL", "CAMION", "CAMIONETA", "TRACTOR", "MOTOCARRO", "FURGONETA", "BUQUE", "KAYAK", "PIRAGUA", "VELERO", "CARRO", "CARROZA", "MONOPATIN", "TRICICLO"]
+        },
+        {
+        "CATEGORIA": "CUERPO",
+        "PISTA": "Es una parte del cuerpo u órgano interno",
+        "PALABRAS": ["BRAZO", "MANO", "CABEZA", "PIERNA", "CUELLO", "CADERA", "RODILLA", "DEDO", "OREJA", "NARIZ", "CARA", "CODO", "OMBLIGO", "ESPALDA", "TOBILLO", "GARGANTA", "CEJA", "MEJILLA", "BOCA", "BARBILLA", "LENGUA", "PARPADO", "PESTAÑA", "HOMBRO", "MUÑECA", "PULGAR", "MUSLO", "TALON", "CEREBRO", "CORAZON", "HIGADO", "RIÑON", "PULMON", "PANCREAS", "VEJIGA", "CINTURA", "PECHO", "PIEL", "DIENTE", "NALGA"]
+        },
+        {
+        "CATEGORIA": "PRENDAS",
+        "PISTA": "Es una prenda de vestir o complemento",
+        "PALABRAS": ["ABRIGO", "GUANTE", "BUFANDA", "CAMISA", "CALCETIN", "CORBATA", "PANTALON", "FALDA", "CAMISETA", "ZAPATO", "SOMBRERO", "MEDIA", "CHAQUETA", "CINTURON", "BLUSA", "GORRO", "SUETER", "JERSEY", "TRAJE", "BOINA", "VESTIDO", "BOTA", "SANDALIA", "CHANCLA", "CORREA", "LIGA"]
+        },
+        {
+        "CATEGORIA": "OFICIOS",
+        "PISTA": "Es una profesión u oficio",
+        "PALABRAS": ["MEDICO", "ENFERMERO", "MAESTRO", "PINTOR", "ALBAÑIL", "ABOGADO", "ZAPATERO", "PSICOLOGO", "FONTANERO", "CARPINTERO", "BANQUERO", "PROFESOR", "MECANICO", "PERIODISTA", "JUEZ", "ELECTRICISTA", "ESCRITOR", "INFORMATICO", "PORTERO", "POLICIA", "DENTISTA", "FUTBOLISTA", "CHOFER", "SASTRE", "CERRAJERO", "PASTOR", "AGRICULTOR", "CARNICERO", "PANADERO", "DEPENDIENTE", "INGENIERO", "ARQUITECTO", "MATEMATICO", "BIOLOGO", "FISICO", "QUIMICO", "FILOSOFO", "ARQUEOLOGO", "FARMACEUTICO", "GEOGRAFO", "HISTORIADOR", "SOCIOLOGO", "MUSICO", "ECONOMISTA", "RADIOLOGO", "GANADERO"]
+        },
+        {
+        "CATEGORIA": "NUMEROS",
+        "PISTA": "Es un número",
+        "PALABRAS": ["QUINCE", "DOCE", "TRECE", "CATORCE", "SIETE", "CIEN", "SIETE", "OCHO", "NUEVE", "DIEZ", "CERO", "CUATRO", "CINCO", "TREINTA", "CUARENTA", "CINCUENTA", "MILLON", "SESENTA", "SETENTA", "OCHENTA", "NOVENTA"]
+        },
+        {
+        "CATEGORIA": "CIUDADES",
+        "PISTA": "Es una ciudad",
+        "PALABRAS": ["ADELAIDA", "AGRA", "ALBACETE", "ALEPO", "ALICANTE", "ANKARA", "ATENAS", "ATLANTA", "AVILA", "BADAJOZ", "BAGDAD", "BANGKOK", "BASORA", "BERLIN", "BERNA", "BILBAO", "BOGOTA", "BOMBAY", "BOSTON", "BRUSELAS", "BURGOS", "CACERES", "CADIZ", "CALCUTA", "CARACAS", "CHICAGO", "COLONIA", "CORDOBA", "CUENCA", "DALLAS", "DAKAR", "DAMASCO", "DETROIT", "DUBAI", "DUBLIN", "ESTAMBUL", "GINEBRA", "HAMBURGO", "HANOI", "HOUSTON", "IBIZA", "JAEN", "KABUL", "KARACHI", "LEIPZIG", "LEON", "LIMA", "LISBOA", "LONDRES", "MADRID", "MALAGA", "MANILA", "MEDELLIN", "MERIDA", "MILAN", "MOSCU", "MUNICH", "MURCIA", "NAGOYA", "NAIROBI", "NAPOLES", "OPORTO", "OSAKA", "OSLO", "PALENCIA", "PARIS", "PEKIN", "PRAGA", "RABAT", "RIAD", "ROMA", "SANTIAGO", "SEGOVIA", "SEUL", "SEVILLA", "SHANGHAI", "SIDNEY", "SINGAPUR", "SOFIA", "TEHERAN", "TOKIO", "TOLEDO", "TORONTO", "TUNEZ", "VALENCIA", "VENECIA", "VIENA", "YAKARTA", "ZAMORA", "ZARAGOZA"]
+        },
+        {
+        "CATEGORIA": "PELICULAS",
+        "PISTA": "Es el título de una película",
+        "PALABRAS": ["AGORA", "AKIRA", "ALIEN", "ALIENTO", "AMADEUS", "AMELIE", "ARDOR", "ARREBATO", "ASESINOS", "AVATAR", "BABEL", "BABYLON", "BAMBI", "BATMAN", "BICHOS", "BLACULA", "BLADE", "BOLERO", "BOLT", "BRAVE", "BRICK", "BROTHERS", "BRUNO", "BURIED", "CABARET", "CALABUCH", "CAMINO", "CANDIDA", "CANDYMAN", "CAPOTE", "CARRIE", "CARS", "CASINO", "CATWOMAN", "CHAPLIN", "CHICAGO", "CLUEDO", "CONTROL", "CYBORG", "DAISY", "DRACULA", "EDTV", "ELEGY", "ERAGON", "ESTOMAGO", "EVITA", "FAILAN", "FARGO", "FRACTURE", "FURTIVOS", "GAMER", "GENOVA", "GHANDI", "GHOST", "GIGLI", "GOOD", "GOMORRA", "GORGO", "GREASE", "GREMLINS", "HACHIKO", "HAMLET", "HANCOCK", "HANNIBAL", "HAPPY", "HERO", "HITCH", "HOME", "HOSTEL", "JARHEAD", "JULIA", "JUMPER", "JUNIOR", "JUNO", "JVCD", "KINSEY", "KUNDUM", "LANTANA", "LOOPER", "MACHETE", "MAMA", "MATILDA", "MATRIX", "MEMENTO", "MONSTER", "MOON", "MUNICH", "NAUFRAGO", "NIAGARA", "OLIVER", "ORIGEN", "OTHELLO", "PAPILLON", "PLACIDO", "PLATOON", "PELOTON", "POSTAL", "PRECIOUS", "PSICOSIS", "PUSH", "RADIO", "RAMBO", "RANGO", "REDS", "REC", "REFLEJOS", "ROBOCOP", "ROCKY", "SAW", "SCARFACE", "SCOOP", "SEVEN", "SHINE", "SHREK", "SICKO", "SINISTER", "SKYFALL", "SPEED", "SPLASH", "STARGATE", "STONE", "SUNSHINE", "SUPERMAN", "SURCOS", "SUSPENSE", "SYRIANA", "TANGLED", "TAXI", "TEKKEN", "TESIS", "TIBURON", "TIDELAND", "TIERRA", "TIME", "TITANIC", "TOOTSIE", "TRISTANA", "TRON", "TROYA", "VACAS", "VALKIRIA", "VERTIGO", "WARRIOR", "XMEN", "XXY", "ZODIAC"]
+        }
+    ]
+}
+
diff --git a/assets/fonts/tiza.ttf b/assets/fonts/tiza.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..492514557e26943483120661760484e29b092c8d
Binary files /dev/null and b/assets/fonts/tiza.ttf differ
diff --git a/assets/images/derrotas.png b/assets/images/derrotas.png
new file mode 100644
index 0000000000000000000000000000000000000000..97e98b39d94c4934e1a731d6b053b56bf7de0ed8
Binary files /dev/null and b/assets/images/derrotas.png differ
diff --git a/assets/images/icon128.png b/assets/images/icon128.png
new file mode 100644
index 0000000000000000000000000000000000000000..846a4e504b6c63ac0197f672503cb1580b302728
Binary files /dev/null and b/assets/images/icon128.png differ
diff --git a/assets/images/img1.png b/assets/images/img1.png
new file mode 100644
index 0000000000000000000000000000000000000000..cf02d9bd0a49e9c5f7ab65bb763e14cb02da05e8
Binary files /dev/null and b/assets/images/img1.png differ
diff --git a/assets/images/img2.png b/assets/images/img2.png
new file mode 100644
index 0000000000000000000000000000000000000000..1017ccb260a995e1099335f8e3d737684200fa91
Binary files /dev/null and b/assets/images/img2.png differ
diff --git a/assets/images/img3.png b/assets/images/img3.png
new file mode 100644
index 0000000000000000000000000000000000000000..bd09508eb49a7ac5e099826804f458161284f43d
Binary files /dev/null and b/assets/images/img3.png differ
diff --git a/assets/images/img4.png b/assets/images/img4.png
new file mode 100644
index 0000000000000000000000000000000000000000..4f9d5b119f47e5db3ddcfc4f3fa97bd7e6d3d9c6
Binary files /dev/null and b/assets/images/img4.png differ
diff --git a/assets/images/img5.png b/assets/images/img5.png
new file mode 100644
index 0000000000000000000000000000000000000000..ceadc43ae13aed5d45c7e65d8dff823753acb207
Binary files /dev/null and b/assets/images/img5.png differ
diff --git a/assets/images/img6.png b/assets/images/img6.png
new file mode 100644
index 0000000000000000000000000000000000000000..9b7b8db3a3cebba376ba7e7f1b40a7622eaee009
Binary files /dev/null and b/assets/images/img6.png differ
diff --git a/assets/images/img7.png b/assets/images/img7.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d6ec80ac63304397349443881eb17fe319fab91
Binary files /dev/null and b/assets/images/img7.png differ
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b53ed21df3237f64b17b646a95b16ce9f63b7a08
--- /dev/null
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -0,0 +1,9 @@
+<p>The objective of the game is to discover a hidden word by matching the letters that make it up.</p>
+<p>For this, the program proposes a random word obtained from the web or from its own word store, depending on the selected game mode.</p>
+<p>The application has 4 levels organized in 2 game modes:</p>
+<ul>
+<li>Topics (offline): Provides a hint about the words, which are organized into categories.</li>
+<li>Junior (online): Reduced list of about 500 easier words for children.</li>
+<li>Advanced (online): Base of about 4,000 words.</li>
+<li>Expert (online): Extensive word base (around 640,000 words), including numerous verb forms, which greatly increases the difficulty.</li>
+<p>Free open source software that does not require any special permission, only the permission of internet connection to search words, although it is possible to play without internet connection in the offline levels.</p>
diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..9e79e59bbf517446c0644c372063b258260f2058
Binary files /dev/null and b/fastlane/metadata/android/en-US/images/icon.png differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_1.png
new file mode 100644
index 0000000000000000000000000000000000000000..de2e5c9a2f1e18672a2d7cdf557e10939c900586
Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_1.png differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_2.png
new file mode 100644
index 0000000000000000000000000000000000000000..d3c4eaddcb714493ac88c3393712c8d19b0e7947
Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_2.png differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_3.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_3.png
new file mode 100644
index 0000000000000000000000000000000000000000..7dd3fa9cd03b32330e3fe38ee5810b1eb309676c
Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_3.png differ
diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt
new file mode 100644
index 0000000000000000000000000000000000000000..426f02612bffd98b505747ebe9a2f925b653203d
--- /dev/null
+++ b/fastlane/metadata/android/en-US/short_description.txt
@@ -0,0 +1 @@
+Relive the classic pencil and paper game Hangman.
diff --git a/fastlane/metadata/android/fr/full_description.txt b/fastlane/metadata/android/fr/full_description.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e74105d7319afcedcf8bde0446e7a59007a86615
--- /dev/null
+++ b/fastlane/metadata/android/fr/full_description.txt
@@ -0,0 +1,9 @@
+<p>El objetivo del juego es descubrir una palabra oculta acertando las letras que la componen.</p>
+<p>Para ello el programa propone una palabra al azar obtenida de la web o de su propio almacén de palabras, dependiendo del modo de juego seleccionado.</p>
+<p>La aplicación dispone de 4 niveles organizados en 2 modos de juego:</p>
+<ul>
+<li>Temas (offline):  Ofrece una pista sobre las palabras, que están organizadas en categorías.</li>
+<li>Júnior (online): Listado reducido de unas 500 palabras más fáciles para niños.</li>
+<li>Avanzado (online): Base de unas 4.000 palabras.</li>
+<li>Experto (online): Extensa base de palabras (en torno a 640.000 palabras), incluidas numerosas formas verbales, lo que aumenta considerablemente la dificultad.</li>
+<p>Software libre de código abierto que no requiere ningún permiso especial, solo el permiso de conexión a internet para buscar palabras, aunque es posible jugar sin conexión a internet en los niveles offline.</p>
diff --git a/fastlane/metadata/android/fr/short_description.txt b/fastlane/metadata/android/fr/short_description.txt
new file mode 100644
index 0000000000000000000000000000000000000000..be838edaa95c44a89416fcf080d2f2eeda4f5f18
--- /dev/null
+++ b/fastlane/metadata/android/fr/short_description.txt
@@ -0,0 +1 @@
+Jeu du pendu, amusez-vous avec des mots et des lettres !
diff --git a/ios/.gitignore b/ios/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..e96ef602b8d172f7cd28ba656aac097f741c736d
--- /dev/null
+++ b/ios/.gitignore
@@ -0,0 +1,32 @@
+*.mode1v3
+*.mode2v3
+*.moved-aside
+*.pbxuser
+*.perspectivev3
+**/*sync/
+.sconsign.dblite
+.tags*
+**/.vagrant/
+**/DerivedData/
+Icon?
+**/Pods/
+**/.symlinks/
+profile
+xcuserdata
+**/.generated/
+Flutter/App.framework
+Flutter/Flutter.framework
+Flutter/Flutter.podspec
+Flutter/Generated.xcconfig
+Flutter/app.flx
+Flutter/app.zip
+Flutter/flutter_assets/
+Flutter/flutter_export_environment.sh
+ServiceDefinitions.json
+Runner/GeneratedPluginRegistrant.*
+
+# Exceptions to above rules.
+!default.mode1v3
+!default.mode2v3
+!default.pbxuser
+!default.perspectivev3
diff --git a/ios/Flutter/AppFrameworkInfo.plist b/ios/Flutter/AppFrameworkInfo.plist
new file mode 100644
index 0000000000000000000000000000000000000000..6b4c0f78a7850094f62713858e533a2fc8eda617
--- /dev/null
+++ b/ios/Flutter/AppFrameworkInfo.plist
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+  <key>CFBundleDevelopmentRegion</key>
+  <string>$(DEVELOPMENT_LANGUAGE)</string>
+  <key>CFBundleExecutable</key>
+  <string>App</string>
+  <key>CFBundleIdentifier</key>
+  <string>io.flutter.flutter.app</string>
+  <key>CFBundleInfoDictionaryVersion</key>
+  <string>6.0</string>
+  <key>CFBundleName</key>
+  <string>App</string>
+  <key>CFBundlePackageType</key>
+  <string>FMWK</string>
+  <key>CFBundleShortVersionString</key>
+  <string>1.0</string>
+  <key>CFBundleSignature</key>
+  <string>????</string>
+  <key>CFBundleVersion</key>
+  <string>1.0</string>
+  <key>MinimumOSVersion</key>
+  <string>8.0</string>
+</dict>
+</plist>
diff --git a/ios/Flutter/Debug.xcconfig b/ios/Flutter/Debug.xcconfig
new file mode 100644
index 0000000000000000000000000000000000000000..592ceee85b89bd111b779db6116b130509ab6d4b
--- /dev/null
+++ b/ios/Flutter/Debug.xcconfig
@@ -0,0 +1 @@
+#include "Generated.xcconfig"
diff --git a/ios/Flutter/Release.xcconfig b/ios/Flutter/Release.xcconfig
new file mode 100644
index 0000000000000000000000000000000000000000..592ceee85b89bd111b779db6116b130509ab6d4b
--- /dev/null
+++ b/ios/Flutter/Release.xcconfig
@@ -0,0 +1 @@
+#include "Generated.xcconfig"
diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj
new file mode 100644
index 0000000000000000000000000000000000000000..6833b0cf16b772381b2a45d0814b7f4d2689320f
--- /dev/null
+++ b/ios/Runner.xcodeproj/project.pbxproj
@@ -0,0 +1,496 @@
+// !$*UTF8*$!
+{
+	archiveVersion = 1;
+	classes = {
+	};
+	objectVersion = 46;
+	objects = {
+
+/* Begin PBXBuildFile section */
+		1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
+		3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
+		978B8F6F1D3862AE00F588F7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; };
+		97C146F31CF9000F007C117D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; };
+		97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
+		97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
+		97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+		9705A1C41CF9048500538489 /* Embed Frameworks */ = {
+			isa = PBXCopyFilesBuildPhase;
+			buildActionMask = 2147483647;
+			dstPath = "";
+			dstSubfolderSpec = 10;
+			files = (
+			);
+			name = "Embed Frameworks";
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+		1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
+		1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
+		3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
+		7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
+		7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
+		7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
+		9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
+		9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
+		97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
+		97C146F21CF9000F007C117D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
+		97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
+		97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
+		97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
+		97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+		97C146EB1CF9000F007C117D /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+		9740EEB11CF90186004384FC /* Flutter */ = {
+			isa = PBXGroup;
+			children = (
+				3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
+				9740EEB21CF90195004384FC /* Debug.xcconfig */,
+				7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
+				9740EEB31CF90195004384FC /* Generated.xcconfig */,
+			);
+			name = Flutter;
+			sourceTree = "<group>";
+		};
+		97C146E51CF9000F007C117D = {
+			isa = PBXGroup;
+			children = (
+				9740EEB11CF90186004384FC /* Flutter */,
+				97C146F01CF9000F007C117D /* Runner */,
+				97C146EF1CF9000F007C117D /* Products */,
+				CF3B75C9A7D2FA2A4C99F110 /* Frameworks */,
+			);
+			sourceTree = "<group>";
+		};
+		97C146EF1CF9000F007C117D /* Products */ = {
+			isa = PBXGroup;
+			children = (
+				97C146EE1CF9000F007C117D /* Runner.app */,
+			);
+			name = Products;
+			sourceTree = "<group>";
+		};
+		97C146F01CF9000F007C117D /* Runner */ = {
+			isa = PBXGroup;
+			children = (
+				7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */,
+				7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */,
+				97C146FA1CF9000F007C117D /* Main.storyboard */,
+				97C146FD1CF9000F007C117D /* Assets.xcassets */,
+				97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
+				97C147021CF9000F007C117D /* Info.plist */,
+				97C146F11CF9000F007C117D /* Supporting Files */,
+				1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
+				1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
+			);
+			path = Runner;
+			sourceTree = "<group>";
+		};
+		97C146F11CF9000F007C117D /* Supporting Files */ = {
+			isa = PBXGroup;
+			children = (
+				97C146F21CF9000F007C117D /* main.m */,
+			);
+			name = "Supporting Files";
+			sourceTree = "<group>";
+		};
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+		97C146ED1CF9000F007C117D /* Runner */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
+			buildPhases = (
+				9740EEB61CF901F6004384FC /* Run Script */,
+				97C146EA1CF9000F007C117D /* Sources */,
+				97C146EB1CF9000F007C117D /* Frameworks */,
+				97C146EC1CF9000F007C117D /* Resources */,
+				9705A1C41CF9048500538489 /* Embed Frameworks */,
+				3B06AD1E1E4923F5004D2608 /* Thin Binary */,
+			);
+			buildRules = (
+			);
+			dependencies = (
+			);
+			name = Runner;
+			productName = Runner;
+			productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
+			productType = "com.apple.product-type.application";
+		};
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+		97C146E61CF9000F007C117D /* Project object */ = {
+			isa = PBXProject;
+			attributes = {
+				LastUpgradeCheck = 1020;
+				ORGANIZATIONNAME = "";
+				TargetAttributes = {
+					97C146ED1CF9000F007C117D = {
+						CreatedOnToolsVersion = 7.3.1;
+					};
+				};
+			};
+			buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
+			compatibilityVersion = "Xcode 9.3";
+			developmentRegion = en;
+			hasScannedForEncodings = 0;
+			knownRegions = (
+				en,
+				Base,
+			);
+			mainGroup = 97C146E51CF9000F007C117D;
+			productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
+			projectDirPath = "";
+			projectRoot = "";
+			targets = (
+				97C146ED1CF9000F007C117D /* Runner */,
+			);
+		};
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+		97C146EC1CF9000F007C117D /* Resources */ = {
+			isa = PBXResourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
+				3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
+				97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
+				97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXShellScriptBuildPhase section */
+		3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
+			isa = PBXShellScriptBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			inputPaths = (
+			);
+			name = "Thin Binary";
+			outputPaths = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+			shellPath = /bin/sh;
+			shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
+		};
+		9740EEB61CF901F6004384FC /* Run Script */ = {
+			isa = PBXShellScriptBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			inputPaths = (
+			);
+			name = "Run Script";
+			outputPaths = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+			shellPath = /bin/sh;
+			shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
+		};
+/* End PBXShellScriptBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+		97C146EA1CF9000F007C117D /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				978B8F6F1D3862AE00F588F7 /* AppDelegate.m in Sources */,
+				97C146F31CF9000F007C117D /* main.m in Sources */,
+				1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+		97C146FA1CF9000F007C117D /* Main.storyboard */ = {
+			isa = PBXVariantGroup;
+			children = (
+				97C146FB1CF9000F007C117D /* Base */,
+			);
+			name = Main.storyboard;
+			sourceTree = "<group>";
+		};
+		97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
+			isa = PBXVariantGroup;
+			children = (
+				97C147001CF9000F007C117D /* Base */,
+			);
+			name = LaunchScreen.storyboard;
+			sourceTree = "<group>";
+		};
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+		249021D3217E4FDB00AE95B9 /* Profile */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ANALYZER_NONNULL = YES;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_COMMA = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INFINITE_RECURSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+				CLANG_WARN_STRICT_PROTOTYPES = YES;
+				CLANG_WARN_SUSPICIOUS_MOVE = YES;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				ENABLE_NS_ASSERTIONS = NO;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+				MTL_ENABLE_DEBUG_INFO = NO;
+				SDKROOT = iphoneos;
+				SUPPORTED_PLATFORMS = iphoneos;
+				TARGETED_DEVICE_FAMILY = "1,2";
+				VALIDATE_PRODUCT = YES;
+			};
+			name = Profile;
+		};
+		249021D4217E4FDB00AE95B9 /* Profile */ = {
+			isa = XCBuildConfiguration;
+			baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
+			buildSettings = {
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+				ENABLE_BITCODE = NO;
+				FRAMEWORK_SEARCH_PATHS = (
+					"$(inherited)",
+					"$(PROJECT_DIR)/Flutter",
+				);
+				INFOPLIST_FILE = Runner/Info.plist;
+				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+				LIBRARY_SEARCH_PATHS = (
+					"$(inherited)",
+					"$(PROJECT_DIR)/Flutter",
+				);
+				PRODUCT_BUNDLE_IDENTIFIER = com.ahorcado;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				VERSIONING_SYSTEM = "apple-generic";
+			};
+			name = Profile;
+		};
+		97C147031CF9000F007C117D /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ANALYZER_NONNULL = YES;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_COMMA = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INFINITE_RECURSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+				CLANG_WARN_STRICT_PROTOTYPES = YES;
+				CLANG_WARN_SUSPICIOUS_MOVE = YES;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = dwarf;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				ENABLE_TESTABILITY = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_DYNAMIC_NO_PIC = NO;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_OPTIMIZATION_LEVEL = 0;
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					"DEBUG=1",
+					"$(inherited)",
+				);
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+				MTL_ENABLE_DEBUG_INFO = YES;
+				ONLY_ACTIVE_ARCH = YES;
+				SDKROOT = iphoneos;
+				TARGETED_DEVICE_FAMILY = "1,2";
+			};
+			name = Debug;
+		};
+		97C147041CF9000F007C117D /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ANALYZER_NONNULL = YES;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_COMMA = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INFINITE_RECURSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+				CLANG_WARN_STRICT_PROTOTYPES = YES;
+				CLANG_WARN_SUSPICIOUS_MOVE = YES;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				ENABLE_NS_ASSERTIONS = NO;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+				MTL_ENABLE_DEBUG_INFO = NO;
+				SDKROOT = iphoneos;
+				SUPPORTED_PLATFORMS = iphoneos;
+				TARGETED_DEVICE_FAMILY = "1,2";
+				VALIDATE_PRODUCT = YES;
+			};
+			name = Release;
+		};
+		97C147061CF9000F007C117D /* Debug */ = {
+			isa = XCBuildConfiguration;
+			baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
+			buildSettings = {
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+				ENABLE_BITCODE = NO;
+				FRAMEWORK_SEARCH_PATHS = (
+					"$(inherited)",
+					"$(PROJECT_DIR)/Flutter",
+				);
+				INFOPLIST_FILE = Runner/Info.plist;
+				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+				LIBRARY_SEARCH_PATHS = (
+					"$(inherited)",
+					"$(PROJECT_DIR)/Flutter",
+				);
+				PRODUCT_BUNDLE_IDENTIFIER = com.ahorcado;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				VERSIONING_SYSTEM = "apple-generic";
+			};
+			name = Debug;
+		};
+		97C147071CF9000F007C117D /* Release */ = {
+			isa = XCBuildConfiguration;
+			baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
+			buildSettings = {
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+				ENABLE_BITCODE = NO;
+				FRAMEWORK_SEARCH_PATHS = (
+					"$(inherited)",
+					"$(PROJECT_DIR)/Flutter",
+				);
+				INFOPLIST_FILE = Runner/Info.plist;
+				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+				LIBRARY_SEARCH_PATHS = (
+					"$(inherited)",
+					"$(PROJECT_DIR)/Flutter",
+				);
+				PRODUCT_BUNDLE_IDENTIFIER = com.ahorcado;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				VERSIONING_SYSTEM = "apple-generic";
+			};
+			name = Release;
+		};
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+		97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				97C147031CF9000F007C117D /* Debug */,
+				97C147041CF9000F007C117D /* Release */,
+				249021D3217E4FDB00AE95B9 /* Profile */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+		97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				97C147061CF9000F007C117D /* Debug */,
+				97C147071CF9000F007C117D /* Release */,
+				249021D4217E4FDB00AE95B9 /* Profile */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+/* End XCConfigurationList section */
+	};
+	rootObject = 97C146E61CF9000F007C117D /* Project object */;
+}
diff --git a/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000000000000000000000000000000000000..1d526a16ed0f1cd0c2409d848bf489b93fefa3b2
--- /dev/null
+++ b/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+   version = "1.0">
+   <FileRef
+      location = "group:Runner.xcodeproj">
+   </FileRef>
+</Workspace>
diff --git a/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000000000000000000000000000000000000..18d981003d68d0546c4804ac2ff47dd97c6e7921
--- /dev/null
+++ b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>IDEDidComputeMac32BitWarning</key>
+	<true/>
+</dict>
+</plist>
diff --git a/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file mode 100644
index 0000000000000000000000000000000000000000..f9b0d7c5ea15f194be85eb6ee8e6721a87ff4644
--- /dev/null
+++ b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>PreviewsEnabled</key>
+	<false/>
+</dict>
+</plist>
diff --git a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
new file mode 100644
index 0000000000000000000000000000000000000000..a28140cfdb3ff9b7a11a9497b84546d615db2afa
--- /dev/null
+++ b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Scheme
+   LastUpgradeVersion = "1020"
+   version = "1.3">
+   <BuildAction
+      parallelizeBuildables = "YES"
+      buildImplicitDependencies = "YES">
+      <BuildActionEntries>
+         <BuildActionEntry
+            buildForTesting = "YES"
+            buildForRunning = "YES"
+            buildForProfiling = "YES"
+            buildForArchiving = "YES"
+            buildForAnalyzing = "YES">
+            <BuildableReference
+               BuildableIdentifier = "primary"
+               BlueprintIdentifier = "97C146ED1CF9000F007C117D"
+               BuildableName = "Runner.app"
+               BlueprintName = "Runner"
+               ReferencedContainer = "container:Runner.xcodeproj">
+            </BuildableReference>
+         </BuildActionEntry>
+      </BuildActionEntries>
+   </BuildAction>
+   <TestAction
+      buildConfiguration = "Debug"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      shouldUseLaunchSchemeArgsEnv = "YES">
+      <Testables>
+      </Testables>
+      <MacroExpansion>
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "97C146ED1CF9000F007C117D"
+            BuildableName = "Runner.app"
+            BlueprintName = "Runner"
+            ReferencedContainer = "container:Runner.xcodeproj">
+         </BuildableReference>
+      </MacroExpansion>
+      <AdditionalOptions>
+      </AdditionalOptions>
+   </TestAction>
+   <LaunchAction
+      buildConfiguration = "Debug"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      launchStyle = "0"
+      useCustomWorkingDirectory = "NO"
+      ignoresPersistentStateOnLaunch = "NO"
+      debugDocumentVersioning = "YES"
+      debugServiceExtension = "internal"
+      allowLocationSimulation = "YES">
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "97C146ED1CF9000F007C117D"
+            BuildableName = "Runner.app"
+            BlueprintName = "Runner"
+            ReferencedContainer = "container:Runner.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+      <AdditionalOptions>
+      </AdditionalOptions>
+   </LaunchAction>
+   <ProfileAction
+      buildConfiguration = "Profile"
+      shouldUseLaunchSchemeArgsEnv = "YES"
+      savedToolIdentifier = ""
+      useCustomWorkingDirectory = "NO"
+      debugDocumentVersioning = "YES">
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "97C146ED1CF9000F007C117D"
+            BuildableName = "Runner.app"
+            BlueprintName = "Runner"
+            ReferencedContainer = "container:Runner.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+   </ProfileAction>
+   <AnalyzeAction
+      buildConfiguration = "Debug">
+   </AnalyzeAction>
+   <ArchiveAction
+      buildConfiguration = "Release"
+      revealArchiveInOrganizer = "YES">
+   </ArchiveAction>
+</Scheme>
diff --git a/ios/Runner.xcworkspace/contents.xcworkspacedata b/ios/Runner.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000000000000000000000000000000000000..1d526a16ed0f1cd0c2409d848bf489b93fefa3b2
--- /dev/null
+++ b/ios/Runner.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+   version = "1.0">
+   <FileRef
+      location = "group:Runner.xcodeproj">
+   </FileRef>
+</Workspace>
diff --git a/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000000000000000000000000000000000000..18d981003d68d0546c4804ac2ff47dd97c6e7921
--- /dev/null
+++ b/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>IDEDidComputeMac32BitWarning</key>
+	<true/>
+</dict>
+</plist>
diff --git a/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file mode 100644
index 0000000000000000000000000000000000000000..f9b0d7c5ea15f194be85eb6ee8e6721a87ff4644
--- /dev/null
+++ b/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>PreviewsEnabled</key>
+	<false/>
+</dict>
+</plist>
diff --git a/ios/Runner/AppDelegate.h b/ios/Runner/AppDelegate.h
new file mode 100644
index 0000000000000000000000000000000000000000..36e21bbf9cf407bfa7968f28d35675da72c6c6c0
--- /dev/null
+++ b/ios/Runner/AppDelegate.h
@@ -0,0 +1,6 @@
+#import <Flutter/Flutter.h>
+#import <UIKit/UIKit.h>
+
+@interface AppDelegate : FlutterAppDelegate
+
+@end
diff --git a/ios/Runner/AppDelegate.m b/ios/Runner/AppDelegate.m
new file mode 100644
index 0000000000000000000000000000000000000000..70e83933db1448dac8faf17d88fb0ab2e256bb35
--- /dev/null
+++ b/ios/Runner/AppDelegate.m
@@ -0,0 +1,13 @@
+#import "AppDelegate.h"
+#import "GeneratedPluginRegistrant.h"
+
+@implementation AppDelegate
+
+- (BOOL)application:(UIApplication *)application
+    didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
+  [GeneratedPluginRegistrant registerWithRegistry:self];
+  // Override point for customization after application launch.
+  return [super application:application didFinishLaunchingWithOptions:launchOptions];
+}
+
+@end
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..d36b1fab2d9dea668a4f83df94d525897d9e68dd
--- /dev/null
+++ b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,122 @@
+{
+  "images" : [
+    {
+      "size" : "20x20",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-20x20@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "20x20",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-20x20@3x.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-29x29@1x.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-29x29@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-29x29@3x.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-40x40@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-40x40@3x.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "60x60",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-60x60@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "60x60",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-60x60@3x.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "20x20",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-20x20@1x.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "20x20",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-20x20@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-29x29@1x.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-29x29@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-40x40@1x.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-40x40@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "76x76",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-76x76@1x.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "76x76",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-76x76@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "83.5x83.5",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-83.5x83.5@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "1024x1024",
+      "idiom" : "ios-marketing",
+      "filename" : "Icon-App-1024x1024@1x.png",
+      "scale" : "1x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
new file mode 100644
index 0000000000000000000000000000000000000000..dc9ada4725e9b0ddb1deab583e5b5102493aa332
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
new file mode 100644
index 0000000000000000000000000000000000000000..28c6bf03016f6c994b70f38d1b7346e5831b531f
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
new file mode 100644
index 0000000000000000000000000000000000000000..2ccbfd967d9697cd4b83225558af2911e9571c9b
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
new file mode 100644
index 0000000000000000000000000000000000000000..f091b6b0bca859a3f474b03065bef75ba58a9e4c
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
new file mode 100644
index 0000000000000000000000000000000000000000..4cde12118dda48d71e01fcb589a74d069c5d7cb5
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
new file mode 100644
index 0000000000000000000000000000000000000000..d0ef06e7edb86cdfe0d15b4b0d98334a86163658
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
new file mode 100644
index 0000000000000000000000000000000000000000..dcdc2306c28505ebc0b6c3a359c4d252bf626b9f
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
new file mode 100644
index 0000000000000000000000000000000000000000..2ccbfd967d9697cd4b83225558af2911e9571c9b
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
new file mode 100644
index 0000000000000000000000000000000000000000..c8f9ed8f5cee1c98386d13b17e89f719e83555b2
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
new file mode 100644
index 0000000000000000000000000000000000000000..a6d6b8609df07bf62e5100a53a01510388bd2b22
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
new file mode 100644
index 0000000000000000000000000000000000000000..a6d6b8609df07bf62e5100a53a01510388bd2b22
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
new file mode 100644
index 0000000000000000000000000000000000000000..75b2d164a5a98e212cca15ea7bf2ab5de5108680
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
new file mode 100644
index 0000000000000000000000000000000000000000..c4df70d39da7941ef3f6dcb7f06a192d8dcb308d
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
new file mode 100644
index 0000000000000000000000000000000000000000..6a84f41e14e27f4b11f16f9ee39279ac98f8d5ac
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
new file mode 100644
index 0000000000000000000000000000000000000000..d0e1f58536026aebc4f1f70e481f6993c9ff088d
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..0bedcf2fd46788ae3a01a423467513ff59b5c120
--- /dev/null
+++ b/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
@@ -0,0 +1,23 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "filename" : "LaunchImage.png",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "LaunchImage@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "LaunchImage@3x.png",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
new file mode 100644
index 0000000000000000000000000000000000000000..9da19eacad3b03bb08bbddbbf4ac48dd78b3d838
Binary files /dev/null and b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png differ
diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
new file mode 100644
index 0000000000000000000000000000000000000000..9da19eacad3b03bb08bbddbbf4ac48dd78b3d838
Binary files /dev/null and b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
new file mode 100644
index 0000000000000000000000000000000000000000..9da19eacad3b03bb08bbddbbf4ac48dd78b3d838
Binary files /dev/null and b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md b/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..89c2725b70f1882be97f5214fafe22d27a0ec01e
--- /dev/null
+++ b/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
@@ -0,0 +1,5 @@
+# Launch Screen Assets
+
+You can customize the launch screen with your own desired assets by replacing the image files in this directory.
+
+You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images.
\ No newline at end of file
diff --git a/ios/Runner/Base.lproj/LaunchScreen.storyboard b/ios/Runner/Base.lproj/LaunchScreen.storyboard
new file mode 100644
index 0000000000000000000000000000000000000000..f2e259c7c9390ff69a6bbe1e0907e6dc366848e7
--- /dev/null
+++ b/ios/Runner/Base.lproj/LaunchScreen.storyboard
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
+    <dependencies>
+        <deployment identifier="iOS"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
+    </dependencies>
+    <scenes>
+        <!--View Controller-->
+        <scene sceneID="EHf-IW-A2E">
+            <objects>
+                <viewController id="01J-lp-oVM" sceneMemberID="viewController">
+                    <layoutGuides>
+                        <viewControllerLayoutGuide type="top" id="Ydg-fD-yQy"/>
+                        <viewControllerLayoutGuide type="bottom" id="xbc-2k-c8Z"/>
+                    </layoutGuides>
+                    <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <subviews>
+                            <imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4">
+                            </imageView>
+                        </subviews>
+                        <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
+                        <constraints>
+                            <constraint firstItem="YRO-k0-Ey4" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="1a2-6s-vTC"/>
+                            <constraint firstItem="YRO-k0-Ey4" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="4X2-HB-R7a"/>
+                        </constraints>
+                    </view>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="53" y="375"/>
+        </scene>
+    </scenes>
+    <resources>
+        <image name="LaunchImage" width="168" height="185"/>
+    </resources>
+</document>
diff --git a/ios/Runner/Base.lproj/Main.storyboard b/ios/Runner/Base.lproj/Main.storyboard
new file mode 100644
index 0000000000000000000000000000000000000000..f3c28516fb38e64d88cfcf5fb1791175df078f2f
--- /dev/null
+++ b/ios/Runner/Base.lproj/Main.storyboard
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
+    <dependencies>
+        <deployment identifier="iOS"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
+    </dependencies>
+    <scenes>
+        <!--Flutter View Controller-->
+        <scene sceneID="tne-QT-ifu">
+            <objects>
+                <viewController id="BYZ-38-t0r" customClass="FlutterViewController" sceneMemberID="viewController">
+                    <layoutGuides>
+                        <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
+                        <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
+                    </layoutGuides>
+                    <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
+                        <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
+                    </view>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
+            </objects>
+        </scene>
+    </scenes>
+</document>
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
new file mode 100644
index 0000000000000000000000000000000000000000..3ee834d4fa0ddb97f0dab59e14b757a4160b4eaa
--- /dev/null
+++ b/ios/Runner/Info.plist
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>$(DEVELOPMENT_LANGUAGE)</string>
+	<key>CFBundleExecutable</key>
+	<string>$(EXECUTABLE_NAME)</string>
+	<key>CFBundleIdentifier</key>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>ahorcado</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>$(FLUTTER_BUILD_NAME)</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>CFBundleVersion</key>
+	<string>$(FLUTTER_BUILD_NUMBER)</string>
+	<key>LSRequiresIPhoneOS</key>
+	<true/>
+	<key>UILaunchStoryboardName</key>
+	<string>LaunchScreen</string>
+	<key>UIMainStoryboardFile</key>
+	<string>Main</string>
+	<key>UISupportedInterfaceOrientations</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+		<string>UIInterfaceOrientationLandscapeLeft</string>
+		<string>UIInterfaceOrientationLandscapeRight</string>
+	</array>
+	<key>UISupportedInterfaceOrientations~ipad</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+		<string>UIInterfaceOrientationPortraitUpsideDown</string>
+		<string>UIInterfaceOrientationLandscapeLeft</string>
+		<string>UIInterfaceOrientationLandscapeRight</string>
+	</array>
+	<key>UIViewControllerBasedStatusBarAppearance</key>
+	<false/>
+</dict>
+</plist>
diff --git a/ios/Runner/main.m b/ios/Runner/main.m
new file mode 100644
index 0000000000000000000000000000000000000000..dff6597e4513dcf90c13b17495c78dd1069cdb20
--- /dev/null
+++ b/ios/Runner/main.m
@@ -0,0 +1,9 @@
+#import <Flutter/Flutter.h>
+#import <UIKit/UIKit.h>
+#import "AppDelegate.h"
+
+int main(int argc, char* argv[]) {
+  @autoreleasepool {
+    return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
+  }
+}
diff --git a/lib/main.dart b/lib/main.dart
new file mode 100644
index 0000000000000000000000000000000000000000..4caf5a0897169effb0293e3eabd5fc756490bc5d
--- /dev/null
+++ b/lib/main.dart
@@ -0,0 +1,39 @@
+import 'package:flutter/material.dart';
+import 'package:provider/provider.dart';
+
+import 'provider/data.dart';
+import 'screens/home.dart';
+import 'screens/info.dart';
+import 'screens/ajustes.dart';
+import 'screens/juego.dart';
+import 'screens/marcador.dart';
+import './utils/constantes.dart';
+import 'package:ahorcado/utils/constantes.dart';
+
+void main() => runApp(Ahorcado());
+
+class Ahorcado extends StatelessWidget {
+  @override
+  Widget build(BuildContext context) {
+    return ChangeNotifierProvider(
+      create: (BuildContext context) => Data(),
+      child: Consumer<Data>(builder: (context, data, child) {
+        return MaterialApp(
+          debugShowCheckedModeBanner: false,
+          theme: ThemeData(
+            primaryColor: Color(verdeOscuro),
+            visualDensity: VisualDensity.adaptivePlatformDensity,
+          ),
+          home: Home(),
+          routes: {
+            Home.id: (context) => Home(),
+            Juego.id: (context) => Juego(),
+            Ajustes.id: (context) => Ajustes(),
+            Marcador.id: (context) => Marcador(),
+            Info.id: (context) => Info(),
+          },
+        );
+      }),
+    );
+  }
+}
diff --git a/lib/provider/data.dart b/lib/provider/data.dart
new file mode 100644
index 0000000000000000000000000000000000000000..363000dce8231267ee58585aee5820ae2812e328
--- /dev/null
+++ b/lib/provider/data.dart
@@ -0,0 +1,190 @@
+import 'package:flutter/foundation.dart';
+import '../utils/shared_prefs.dart';
+import '../utils/package_info.dart';
+import '../utils/constantes.dart';
+
+class Data extends ChangeNotifier {
+  // preferencias
+  final SharedPrefs _sharedPrefs = SharedPrefs();
+
+  // screen settings
+  bool _soundValor = true;
+  bool _modoValor = false;
+  String _nivelValor = defaultNivel;
+
+  // aleatoria
+  String _palabraSecreta; // mejor null
+  bool _buscando = false;
+  String _pista = '';
+  List<String> _palabraOculta = [];
+  List<String> _letrasUsadas = [];
+
+  bool get buscando => _buscando;
+
+  set buscando(bool value) {
+    _buscando = value;
+    notifyListeners();
+  }
+
+  // marcador
+  int _errores = 0;
+  int _victorias = 0;
+  int _derrotas = 0;
+
+  // pack info
+  String _version = 'No disponible';
+  var _packInfo = PackInfo();
+
+  Data() {
+    _readVersion();
+    _getPrefs();
+  }
+
+  void _readVersion() async {
+    await _packInfo.init();
+    String versionInfo = _packInfo.version;
+    _version = versionInfo;
+    notifyListeners();
+  }
+
+  String get version => _version;
+
+  void _getPrefs() async {
+    await _sharedPrefs.init();
+    _soundValor = _sharedPrefs.sound ?? true;
+    //_modoValor = _sharedPrefs.modo ?? false;
+    _modoValor = _sharedPrefs.modo ??
+        modoOnline.keys
+            .firstWhere((k) => modoOnline[k].contains(_sharedPrefs.nivel), orElse: () => false);
+    //_nivelValor = _sharedPrefs.nivel ?? modoOnline[_modoValor].first;
+    _nivelValor = modoOnline[_modoValor].contains(_sharedPrefs.nivel)
+        ? _sharedPrefs.nivel
+        : modoOnline[_modoValor].first;
+    _victorias = _sharedPrefs.victorias ?? 0;
+    _derrotas = _sharedPrefs.derrotas ?? 0;
+    notifyListeners();
+  }
+
+  bool get soundPref => _sharedPrefs.sound ?? true;
+  bool get modoPref => _sharedPrefs.modo ?? false;
+  String get nivelPref => _sharedPrefs.nivel ?? modoOnline[modoPref].first;
+
+  void resetValores() => _getPrefs();
+
+  set setPrefSound(bool prefSound) {
+    _sharedPrefs.sound = prefSound;
+    notifyListeners();
+  }
+
+  set setPrefModo(bool prefModo) {
+    _sharedPrefs.modo = prefModo;
+    notifyListeners();
+  }
+
+  set setPrefNivel(String prefNivel) {
+    _sharedPrefs.nivel = prefNivel;
+    notifyListeners();
+  }
+
+  bool get soundValor => _soundValor;
+
+  set updateSound(bool value) {
+    _soundValor = value;
+    notifyListeners();
+  }
+
+  bool get modoValor => _modoValor;
+
+  set updateModo(bool value) {
+    _modoValor = value;
+    _nivelValor = modoOnline[value].first;
+    notifyListeners();
+  }
+
+  String get nivelValor => _nivelValor;
+
+  set updateNivel(String value) {
+    _nivelValor = value;
+    notifyListeners();
+  }
+
+  String get palabraSecreta => _palabraSecreta;
+
+  set updateSecreta(String value) {
+    _palabraSecreta = value;
+    _palabraOculta = List<String>.generate(value.length, (i) => '_');
+    notifyListeners();
+  }
+
+  String get pista => _pista;
+
+  set updatePista(String value) {
+    _pista = value;
+    notifyListeners();
+  }
+
+  String get palabraOculta => _palabraOculta.join();
+
+  void updateOculta(int index, String letra) {
+    _palabraOculta[index] = letra;
+    notifyListeners();
+  }
+
+  List<String> get letrasUsadas => _letrasUsadas;
+
+  void updateLetrasUsadas(String key) {
+    _letrasUsadas.add(key);
+    notifyListeners();
+  }
+
+  void resetLetrasUsadas() {
+    _letrasUsadas.clear();
+    notifyListeners();
+  }
+
+  int get errores => _errores;
+
+  void sumaError() {
+    _errores++;
+    notifyListeners();
+  }
+
+  void resetAciertosErrores() {
+    _errores = 0;
+    notifyListeners();
+  }
+
+  int get victorias => _victorias;
+  int get derrotas => _derrotas;
+
+  void sumaVictoria() {
+    _victorias++;
+    _sharedPrefs.victorias = _victorias;
+    notifyListeners();
+  }
+
+  void sumaDerrota() {
+    _derrotas++;
+    _sharedPrefs.derrotas = _derrotas;
+    notifyListeners();
+  }
+
+  void resetMarcador() {
+    _victorias = 0;
+    _derrotas = 0;
+    notifyListeners();
+  }
+
+  void resetPartida() {
+    //_controlPalabra = true;
+    //_aciertos = 0;
+    _errores = 0;
+    //_imagenHorca = horca;
+    _palabraSecreta = null; //'';
+    _pista = '';
+    _palabraOculta = [];
+    _letrasUsadas = [];
+    _letrasUsadas.clear();
+    notifyListeners();
+  }
+}
diff --git a/lib/screens/ajustes.dart b/lib/screens/ajustes.dart
new file mode 100644
index 0000000000000000000000000000000000000000..ea8dcae6e34694793031049e1593911b4caa90db
--- /dev/null
+++ b/lib/screens/ajustes.dart
@@ -0,0 +1,91 @@
+import 'package:flutter/material.dart';
+import 'package:provider/provider.dart';
+import '../provider/data.dart';
+import '../utils/constantes.dart';
+
+class Ajustes extends StatelessWidget {
+  static const String id = 'ajustes';
+
+  @override
+  Widget build(BuildContext context) {
+    Data _myProvider = Provider.of<Data>(context);
+    return Scaffold(
+      appBar: AppBar(title: Text('Ajustes')),
+      body: SingleChildScrollView(
+        child: Padding(
+          padding: const EdgeInsets.only(top: 30.0, left: 30.0, right: 30.0),
+          child: Column(
+            children: [
+              Row(
+                mainAxisAlignment: MainAxisAlignment.spaceBetween,
+                children: [
+                  Text('Sonido'),
+                  Switch(
+                    value: _myProvider.soundValor,
+                    onChanged: (bool value) => _myProvider.updateSound = value,
+                    activeTrackColor: Color(pizarra),
+                    activeColor: Colors.greenAccent[400],
+                  ),
+                ],
+              ),
+              Divider(color: Colors.grey),
+              Row(
+                mainAxisAlignment: MainAxisAlignment.spaceBetween,
+                children: [
+                  Text('Modo online'),
+                  Switch(
+                    value: _myProvider.modoValor,
+                    onChanged: (bool value) => _myProvider.updateModo = value,
+                    activeTrackColor: Color(pizarra),
+                    activeColor: Colors.greenAccent[400],
+                  ),
+                ],
+              ),
+              Row(
+                mainAxisAlignment: MainAxisAlignment.spaceBetween,
+                children: [
+                  Text('Nivel'),
+                  DropdownButton<String>(
+                    value: _myProvider.nivelValor ?? modoOnline[_myProvider.modoValor].first,
+                    items: modoOnline[_myProvider.modoValor]
+                        .map<DropdownMenuItem<String>>((String value) {
+                      return DropdownMenuItem<String>(
+                        value: value,
+                        child: Text(value),
+                      );
+                    }).toList(),
+                    onChanged: (String value) => _myProvider.updateNivel = value,
+                  ),
+                ],
+              ),
+              Divider(color: Colors.grey),
+              Padding(
+                padding: const EdgeInsets.only(top: 20.0),
+                child: RaisedButton.icon(
+                  shape:
+                      RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(10.0))),
+                  color: Color(pizarra),
+                  padding: EdgeInsets.symmetric(vertical: 10.0, horizontal: 20.0),
+                  onPressed: () {
+                    _myProvider.setPrefSound = _myProvider.soundValor;
+                    _myProvider.setPrefModo = _myProvider.modoValor;
+                    _myProvider.setPrefNivel = _myProvider.nivelValor;
+                    Navigator.pop(context);
+                  },
+                  icon: Icon(Icons.save, color: Colors.white),
+                  label: Text(
+                    'Guardar',
+                    style: TextStyle(
+                      color: Colors.white,
+                      fontSize: 18.0,
+                    ),
+                  ),
+                ),
+              )
+            ],
+          ),
+        ),
+      ),
+    );
+  }
+}
diff --git a/lib/screens/home.dart b/lib/screens/home.dart
new file mode 100644
index 0000000000000000000000000000000000000000..7be64186ef4a70065526f6e360a02f3730538787
--- /dev/null
+++ b/lib/screens/home.dart
@@ -0,0 +1,174 @@
+import 'package:flutter/material.dart';
+import 'package:provider/provider.dart';
+
+import '../provider/data.dart';
+import 'juego.dart';
+import '../widgets/my_app_bar.dart';
+import '../widgets/diaolog_not_found.dart';
+import '../utils/constantes.dart';
+
+class Home extends StatelessWidget {
+  static const String id = 'home';
+
+  @override
+  Widget build(BuildContext context) {
+    Orientation orientacion = MediaQuery.of(context).orientation;
+    Data _myProvider = Provider.of<Data>(context);
+
+    List<Widget> _listaWidgets() {
+      return [
+        Image.asset(
+          'assets/images/icon128.png',
+          scale: orientacion == Orientation.portrait ? 1 : 1.5,
+        ),
+        Padding(
+          padding: orientacion == Orientation.portrait
+              ? EdgeInsets.only(top: 10.0)
+              : EdgeInsets.only(left: 10.0),
+          child: Text(
+            'Version: ${_myProvider.version}\nCopyleft 2019-2021\nJesús Cuerda',
+            textAlign: orientacion == Orientation.portrait ? TextAlign.center : TextAlign.left,
+          ),
+        ),
+      ];
+    }
+
+    void _errorPalabra(context) {
+      showDialog(
+        context: context,
+        builder: (_) => AlertDialog(
+          title: Text('UNEXPECTED ERROR'),
+          content: Text('Error al seleccionar la palabra secreta.\n'
+              'Si se repite, elimina los datos almacenados, desinstala e instala la última versión.'),
+          actions: <Widget>[
+            FlatButton(
+              child: Text('Cerrar'),
+              onPressed: () => Navigator.of(context).pop(),
+            )
+          ],
+        ),
+      );
+    }
+
+    return Scaffold(
+      appBar: MyAppBar(appBar: AppBar()),
+      body: Builder(
+        builder: (context) => Center(
+          child: _myProvider.buscando == true
+              ? WillPopScope(
+                  onWillPop: () async => false,
+                  child: Center(
+                    child: CircularProgressIndicator(),
+                    /*child: Text(
+                      'Generando una palabra,\nespera un momento por favor...',
+                      textAlign: TextAlign.center,
+                    ),*/
+                  ),
+                )
+              : Container(
+                  child: SingleChildScrollView(
+                    child: SizedBox(
+                      height: MediaQuery.of(context).size.height / 1.25,
+                      child: Column(
+                        mainAxisAlignment: MainAxisAlignment.spaceAround,
+                        children: [
+                          Padding(
+                            padding: EdgeInsets.symmetric(horizontal: 20.0, vertical: 10.0),
+                            child: FittedBox(
+                              fit: BoxFit.fitWidth,
+                              child: Text(
+                                'EL AHORCADO',
+                                style: TextStyle(
+                                  fontFamily: 'Tiza',
+                                  fontSize: 28.0,
+                                  color: Colors.grey[700],
+                                ),
+                              ),
+                            ),
+                          ),
+                          Container(
+                            child: orientacion == Orientation.portrait
+                                ? Column(children: _listaWidgets())
+                                : Row(
+                                    mainAxisAlignment: MainAxisAlignment.center,
+                                    crossAxisAlignment: CrossAxisAlignment.center,
+                                    children: _listaWidgets(),
+                                  ),
+                          ),
+                          RaisedButton.icon(
+                            shape: RoundedRectangleBorder(
+                                borderRadius: BorderRadius.all(Radius.circular(10.0))),
+                            color: Color(pizarra),
+                            textColor: Colors.white,
+                            padding: EdgeInsets.all(10.0),
+                            onPressed: () async {
+                              Scaffold.of(context).removeCurrentSnackBar();
+                              _myProvider.resetPartida();
+                              _myProvider.buscando = true;
+                              bool control = true;
+                              await Juego().buscarPalabra(context, _myProvider);
+                              if (_myProvider.palabraSecreta == null ||
+                                  _myProvider.palabraSecreta == '' ||
+                                  _myProvider.palabraOculta == null ||
+                                  (_myProvider.palabraOculta?.isEmpty ?? true)) {
+                                control = false;
+                                var respuesta = await Navigator.push(
+                                  context,
+                                  MaterialPageRoute(builder: (context) => DialogoNotFound()),
+                                );
+                                if (respuesta == false) {
+                                  _myProvider.buscando = false;
+                                  _myProvider.resetPartida();
+                                } else {
+                                  _myProvider.setPrefModo = false;
+                                  _myProvider.setPrefNivel = defaultNivel;
+                                  await Juego().buscarPalabra(context, _myProvider);
+                                  control = true;
+                                }
+                              }
+
+                              if (_myProvider.palabraSecreta == 'UNEXPECTED ERROR') {
+                                control = false;
+                                _myProvider.resetPartida();
+                                _errorPalabra(context);
+                              }
+
+                              if (control) {
+                                Navigator.pushNamed(context, Juego.id)
+                                    .then((value) => _myProvider.buscando = false);
+                              }
+                            },
+                            icon: Icon(
+                              Icons.check_box,
+                              color: Colors.white,
+                              size: 60.0,
+                            ),
+                            label: Column(
+                              children: [
+                                Text(
+                                  'JUGAR',
+                                  style: TextStyle(
+                                    fontSize: 22.0,
+                                    letterSpacing: 2.0,
+                                  ),
+                                ),
+                                Text(
+                                  'Modo de Juego: ${_myProvider.nivelPref}',
+                                  style: TextStyle(
+                                    fontSize: 10.0,
+                                    fontWeight: FontWeight.w300,
+                                  ),
+                                ),
+                              ],
+                            ),
+                          ),
+                        ],
+                      ),
+                    ),
+                  ),
+                ),
+        ),
+      ),
+    );
+  }
+}
diff --git a/lib/screens/info.dart b/lib/screens/info.dart
new file mode 100644
index 0000000000000000000000000000000000000000..a07b0266c12a469fdeac3ab99c14df42267b215d
--- /dev/null
+++ b/lib/screens/info.dart
@@ -0,0 +1,158 @@
+import 'package:flutter/material.dart';
+import 'package:flutter/services.dart' show Clipboard, ClipboardData;
+
+class Info extends StatelessWidget {
+  static const String id = 'info';
+
+  @override
+  Widget build(BuildContext context) {
+    return Scaffold(
+      appBar: AppBar(
+        title: Text('Info'),
+        actions: [BotonCafe()],
+      ),
+      body: SingleChildScrollView(
+        padding: EdgeInsets.all(10.0),
+        child: Text(
+          textoInfo,
+          style: TextStyle(fontSize: 18.0),
+        ),
+      ),
+    );
+  }
+}
+
+class BotonCafe extends StatelessWidget {
+  const BotonCafe({Key key}) : super(key: key);
+
+  @override
+  Widget build(BuildContext context) {
+    return IconButton(
+      icon: Icon(Icons.free_breakfast),
+      onPressed: () {
+        showDialog(
+          context: context,
+          builder: (BuildContext context) => Scaffold(
+            backgroundColor: Colors.transparent,
+            body: Builder(
+              builder: (context) => DialogoInfo(),
+            ),
+          ),
+        );
+      },
+    );
+  }
+}
+
+class DialogoInfo extends StatelessWidget {
+  const DialogoInfo({Key key}) : super(key: key);
+
+  static const String bitcoinAdress = '15ZpNzqbYFx9P7wg4U438JMwZr2q3W6fkS';
+
+  @override
+  Widget build(BuildContext context) {
+    return AlertDialog(
+      title: Text('Apoya esta aplicación'),
+      content: SingleChildScrollView(
+        child: Column(
+          mainAxisSize: MainAxisSize.min,
+          crossAxisAlignment: CrossAxisAlignment.start,
+          children: [
+            Text('Pulsa el botón para copiar la dirección Bitcoin:'),
+            Padding(
+              padding: const EdgeInsets.symmetric(horizontal: 10.0, vertical: 10.0),
+              child: Center(
+                child: RaisedButton(
+                  shape:
+                      RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(10.0))),
+                  padding: EdgeInsets.all(10.0),
+                  child: Text(
+                    bitcoinAdress,
+                    textAlign: TextAlign.center,
+                    style: TextStyle(color: Colors.white),
+                  ),
+                  onPressed: () {
+                    Clipboard.setData(ClipboardData(text: bitcoinAdress)).then(
+                      (value) => Scaffold.of(context).showSnackBar(
+                        SnackBar(content: Text('Bitcoin Address copied to Clipboard')),
+                      ),
+                    );
+                  },
+                  color: Colors.green[900],
+                ),
+              ),
+            ),
+            Text('El Ahorcado es Software libre sin publicidad. '
+                'Puedes colaborar con el desarrollo de ésta y otras aplicaciones '
+                'con una pequeña aportación a mi monedero de Bitcoins.'),
+          ],
+        ),
+      ),
+      actions: [
+        FlatButton(
+          child: Text('Cerrar'),
+          onPressed: () => Navigator.of(context).pop(),
+        )
+      ],
+    );
+  }
+}
+
+const String textoInfo = '''
+EL JUEGO DEL AHORCADO
+
+Esta aplicación revive el clásico juego de lápiz y papel "El Ahorcado" cuyo objetivo es descubrir una palabra secreta.
+
+Para ello, el programa propone una palabra al azar obtenida de la web o de su propio almacén de palabras, dependiendo del modo o nivel de juego seleccionado.
+
+OPCIONES
+
+Desde el menú «Ajustes» se pueden cambiar algunas opciones del juego.
+
+La aplicación dispone de 4 niveles organizados en 2 modos de juego:
+- Offline: Temas y Experto.
+- Online: Júnior y Avanzado.
+
+En los niveles «Júnior» y «Avanzado» se genera una palabra aleatoria online. El nivel «Avanzado» utiliza una base de unas 4.000 palabras mientras que el modo «Júnior» utiliza un listado reducido de unas 500 palabras más fáciles para niños.
+
+Los niveles «Temas» y «Experto» extraen la palabra al azar desde sus respectivas bases de palabras, por lo que no requieren conexión a internet.
+
+En el nivel «Temas» las palabras (unas 600) están clasificadas en diversas temáticas o categorías (animales, colores, flores, elementos químicos, alimentos, profesiones, ciudades, películas, etc.) y se ofrece la posibilidad de solicitar una pista sobre la palabra secreta. Cuando alguno de los otros niveles falla (por ejemplo por caída del servidor o por desconexión a internet) se activa automáticamente el nivel «Temas».
+
+El nivel «Experto» contiene una extensa base de palabras (en torno a 640.000 palabras), incluidas numerosas formas verbales, lo que aumenta considerablemente la dificultad.
+
+También se pueden activar o desactivar los efectos sonoros de la aplicación.
+
+Estas opciones (Sonido, Modo y Nivel) quedan grabadas en la aplicación y se aplicarán a las nuevas partidas hasta que sean modificadas.
+
+ACERCA DE
+
+Copyleft 2019-2021 - Jesús Cuerda (Webierta)- Todos los errores reservados.
+
+Web del proyecto: https://github.com/Webierta/ahorcandroid
+
+Aplicación gratuita y sin publicidad. Colabora con un donativo para un café en mi monedero de Bitcoin ¡gracias!
+
+Software libre de código abierto sujeto a la GNU General Public License v.3, distribuido con la esperanza de que sea entretenido, pero SIN NINGUNA GARANTÍA. Todos los errores reservados.
+
+REQUISITOS Y PERMISOS
+
+- Android 5.0 o superior.  
+- Permiso de conexión a internet (para buscar palabras). Es posible jugar sin conexión a internet en los niveles «Temas» y «Experto».
+
+RECONOCIMIENTOS Y DEPENDENCIAS
+
+- Banco de imágenes y sonidos del Instituto de Tecnologías Educativas (CC BY-NC-SA 3.0). Ministerio de Educación.
+- Generador de palabras aleatorias online: palabrasaleatorias.com. 
+- Packages de Flutter y Dart: assets_audio_player (Copyright 2019 Florent37), diacritic (Copyright 2016, Agilord), shared_preferences (Copyright 2017 The Chromium Authors), provider (Copyright 2019 Remi Rousselet), package_info (Copyright 2017 The Chromium Authors), html (Copyright 2006-2012 The Authors), http (Copyright 2014, the Dart project authors), list_spanish_words (Copyright 2020 Alessandro Maclaine).
+
+LICENCIA
+
+Copyleft 2019-2021, Jesús Cuerda Villanueva. All Wrongs Reserved.
+
+Software libre de código abierto sujeto a la GNU General Public License v.3. EL AHORCADO es software libre distribuido con la esperanza de que sea útil, pero SIN NINGUNA GARANTÍA.
+
+This file is part of EL AHORCADO. EL AHORCADO is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 3 of the License.
+
+EL AHORCADO is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. https://www.gnu.org/licenses/gpl-3.0.txt
+''';
diff --git a/lib/screens/juego.dart b/lib/screens/juego.dart
new file mode 100644
index 0000000000000000000000000000000000000000..502b63bca5f09a649b3fb90acf716715612acab1
--- /dev/null
+++ b/lib/screens/juego.dart
@@ -0,0 +1,150 @@
+import 'package:flutter/material.dart';
+import 'package:provider/provider.dart';
+import '../provider/data.dart';
+import '../utils/constantes.dart';
+import '../utils/aleatoria.dart';
+import '../widgets/botones_letras.dart';
+
+class Juego extends StatelessWidget {
+  static const String id = 'juego';
+
+  Future<void> buscarPalabra(BuildContext context, Data myProvider) async {
+    myProvider.buscando = true;
+    Aleatoria aleatoria;
+    int intentos = 0;
+    do {
+      aleatoria = Aleatoria(myProvider.nivelPref);
+      await aleatoria.init();
+      if (aleatoria.palabra != null) {
+        myProvider.updateSecreta = aleatoria.palabra;
+        //myProvider.ocultaInicial(aleatoria.palabra);
+        myProvider.resetAciertosErrores();
+        myProvider.resetLetrasUsadas();
+        //_myProvider.resetPartida();
+        if (myProvider.nivelPref == defaultNivel) {
+          myProvider.updatePista = aleatoria.pista;
+        }
+        myProvider.buscando = false;
+        break;
+      }
+      intentos++;
+    } while (intentos < 3);
+  }
+
+  @override
+  Widget build(BuildContext context) {
+    Orientation orientacion = MediaQuery.of(context).orientation;
+    Data _myProvider = Provider.of<Data>(context);
+
+    return Scaffold(
+      backgroundColor: Color(pizarra),
+      floatingActionButton: _myProvider.nivelPref == defaultNivel
+          ? FloatingActionButton(
+              foregroundColor: Colors.white,
+              backgroundColor: Colors.transparent,
+              elevation: 0.0,
+              onPressed: () {
+                showDialog(
+                  context: context,
+                  builder: (context) {
+                    return AlertDialog(
+                      title: Text('Pista'),
+                      content: Text(_myProvider.pista),
+                      actions: <Widget>[
+                        FlatButton(
+                          child: Text('Volver al juego'),
+                          onPressed: () => Navigator.of(context).pop(),
+                        )
+                      ],
+                    );
+                  },
+                );
+              },
+              child: Icon(Icons.help_outline),
+            )
+          : null,
+      floatingActionButtonLocation: orientacion == Orientation.portrait
+          ? FloatingActionButtonLocation.endTop
+          : FloatingActionButtonLocation.centerTop,
+      body: orientacion == Orientation.portrait
+          ? Column(
+              mainAxisAlignment: MainAxisAlignment.spaceBetween,
+              children: [
+                Flexible(
+                  child: Padding(
+                    padding: EdgeInsets.only(top: 60.0, left: 30.0, right: 30.0, bottom: 10.0),
+                    child: const ImgHorca(),
+                  ),
+                ),
+                Padding(
+                  padding: const EdgeInsets.symmetric(horizontal: 30.0),
+                  child: const PalabraOculta(),
+                ),
+                const BotonesLetras(),
+              ],
+            )
+          : Row(
+              children: [
+                Expanded(
+                  flex: 2,
+                  child: Column(
+                    children: [
+                      Expanded(
+                        child: Padding(
+                          padding: const EdgeInsets.only(top: 40.0),
+                          child: ImgHorca(),
+                        ),
+                      ),
+                      Padding(
+                        padding: const EdgeInsets.symmetric(horizontal: 10.0, vertical: 20.0),
+                        child: const PalabraOculta(),
+                      ),
+                    ],
+                  ),
+                ),
+                Expanded(child: BotonesLetras()),
+              ],
+            ),
+    );
+  }
+}
+
+class ImgHorca extends StatelessWidget {
+  const ImgHorca({Key key}) : super(key: key);
+  @override
+  Widget build(BuildContext context) {
+    Data _myProvider = Provider.of<Data>(context);
+    return Stack(
+      children: [
+        for (int error = 0; error < 7; error++)
+          AnimatedOpacity(
+            opacity: _myProvider.errores >= error ? 1.0 : 0.0,
+            duration: Duration(milliseconds: _myProvider.errores >= error ? 800 : 0),
+            child: Image.asset('assets/images/img${error + 1}.png'),
+          )
+      ],
+    );
+  }
+}
+
+class PalabraOculta extends StatelessWidget {
+  const PalabraOculta({Key key}) : super(key: key);
+  @override
+  Widget build(BuildContext context) {
+    Data _myProvider = Provider.of<Data>(context);
+    return FittedBox(
+      //fit: BoxFit.contain, //fitWidth, // fill
+      child: Text(
+        (_myProvider.palabraOculta.isEmpty || _myProvider.palabraOculta == null)
+            ? 'UNEXPECTED ERROR'
+            : _myProvider.palabraOculta,
+        style: TextStyle(
+          fontFamily: 'Tiza',
+          color: Colors.white,
+          fontSize: 34.0,
+          letterSpacing: 10.0,
+        ),
+      ),
+    );
+  }
+}
diff --git a/lib/screens/marcador.dart b/lib/screens/marcador.dart
new file mode 100644
index 0000000000000000000000000000000000000000..094e59ff974324fccdae4b3877698354193e039e
--- /dev/null
+++ b/lib/screens/marcador.dart
@@ -0,0 +1,120 @@
+import 'package:flutter/material.dart';
+import 'package:provider/provider.dart';
+import '../provider/data.dart';
+import '../utils/constantes.dart';
+
+class Marcador extends StatelessWidget {
+  static const String id = 'marcador';
+
+  @override
+  Widget build(BuildContext context) {
+    Data _myProvider = Provider.of<Data>(context);
+    return Scaffold(
+      backgroundColor: Color(pizarra),
+      appBar: AppBar(
+        title: Text('Marcador'),
+        actions: [
+          IconButton(
+            icon: Icon(Icons.delete_forever),
+            onPressed: () => _myProvider.resetMarcador(),
+          ),
+        ],
+      ),
+      body: SafeArea(
+        child: Column(
+          mainAxisAlignment: MainAxisAlignment.start,
+          children: [
+            Flexible(
+              child: FractionallySizedBox(heightFactor: 0.6),
+            ),
+            Padding(
+              padding: EdgeInsets.symmetric(horizontal: 10.0),
+              child: FittedBox(
+                fit: BoxFit.fitWidth,
+                child: Text(
+                  'MARCADOR',
+                  style: TextStyle(
+                    fontFamily: 'Tiza',
+                    fontSize: 28.0,
+                    color: Colors.grey[300],
+                  ),
+                ),
+              ),
+            ),
+            Flexible(child: FractionallySizedBox(heightFactor: 0.2)),
+            Row(
+              mainAxisAlignment: MainAxisAlignment.center,
+              children: [
+                Tarjeta(
+                  Icon(
+                    Icons.emoji_events,
+                    color: Colors.grey[200],
+                    size: 60.0,
+                  ),
+                  '${_myProvider.victorias}',
+                ),
+                Tarjeta(
+                  ImageIcon(
+                    AssetImage('assets/images/derrotas.png'),
+                    color: Colors.grey[200],
+                    size: 60.0,
+                  ),
+                  '${_myProvider.derrotas}',
+                ),
+              ],
+            ),
+          ],
+        ),
+      ),
+    );
+  }
+}
+
+class Tarjeta extends StatelessWidget {
+  final Widget imagen;
+  final String texto;
+
+  Tarjeta(this.imagen, this.texto);
+
+  @override
+  Widget build(BuildContext context) {
+    return Flexible(
+      child: Card(
+        elevation: 10.0,
+        margin: EdgeInsets.symmetric(horizontal: 10.0),
+        shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(10)),
+        color: Color(verdeOscuro),
+        child: Column(
+          children: [
+            Container(
+              padding: EdgeInsets.all(10.0),
+              decoration: BoxDecoration(
+                border: Border(
+                  bottom: BorderSide(
+                    color: Colors.grey,
+                    width: 0.5,
+                  ),
+                ),
+              ),
+              child: Padding(
+                padding: const EdgeInsets.all(10.0),
+                child: imagen,
+              ),
+            ),
+            Container(
+              padding: EdgeInsets.all(20.0),
+              child: Text(
+                texto,
+                style: TextStyle(
+                  fontFamily: 'Tiza',
+                  fontSize: 20.0,
+                  color: Colors.grey[300],
+                ),
+              ),
+            ),
+          ],
+        ),
+      ),
+    );
+  }
+}
diff --git a/lib/utils/aleatoria.dart b/lib/utils/aleatoria.dart
new file mode 100644
index 0000000000000000000000000000000000000000..17a627d83ea935bcb8e18869a8c25de7550549f0
--- /dev/null
+++ b/lib/utils/aleatoria.dart
@@ -0,0 +1,139 @@
+import 'dart:async';
+import 'package:html/parser.dart';
+import 'package:html/dom.dart';
+import 'package:http/http.dart' as http;
+import 'dart:convert';
+import 'package:flutter/services.dart';
+import 'dart:math' show Random;
+import 'package:diacritic/diacritic.dart';
+import 'package:list_spanish_words/list_spanish_words.dart';
+
+class Aleatoria {
+  final String nivel;
+  Aleatoria(this.nivel);
+
+  String _url;
+  String _palabra;
+  String _pista;
+  final random = Random();
+
+  init() async {
+    switch (nivel) {
+      case 'Temas':
+        await palabraLocal();
+        break;
+      case 'Avanzado':
+        _url = 'https://www.palabrasaleatorias.com/?fs=1&fs2=0&Submit=Nueva+palabra';
+        //_url = 'https://www.aleatorios.com/?fs=1&fs2=0&Submit=Nueva+palabra';
+        await palabraWeb(_url);
+        break;
+      case 'Junior':
+        _url = 'https://www.palabrasaleatorias.com/?fs=1&fs2=1&Submit=Nueva+palabra';
+        //_url = 'https://www.aleatorios.com/?fs=1&fs2=1&Submit=Nueva+palabra';
+        await palabraWeb(_url);
+        break;
+      case 'Experto':
+        await listSpanishWords();
+        //listSpanishWords().then((word) => _palabra = word);
+        break;
+      default:
+        await palabraLocal();
+    }
+  }
+
+  /*<table border="1" align="center" style="border: #001 2px dotted; text-align:center;" >
+    <tr>
+    <td align="center" style="margin:15px;padding:15px; margin-top:5px">
+    <br /><div style="font-size:3em; color:#6200C5;">
+    Elegante</div>*/
+
+  Future<void> palabraWeb(String url) async {
+    try {
+      var response = await http.Client().get(Uri.parse(url));
+      //var response = await http.Client().get(url);
+      if (response.statusCode == 200) {
+        // var html = parse(response.body);
+        var html = parse(utf8.decode(response.bodyBytes));
+        //List<Element> divs = html.querySelectorAll('div');
+        Element elemento = html.getElementsByTagName('div').last;
+        String palabra = _validar(elemento.text);
+        if (palabra == null) {
+          throw Exception();
+        }
+        _palabra = palabra;
+      } else {
+        throw Exception();
+      }
+    } catch (e) {
+      _palabra = null;
+    }
+  }
+
+  String _validar(String palabra) {
+    String valida = palabra.trim();
+    if (valida.contains(' ')) {
+      return null;
+    }
+    valida = removeDiacritics(valida);
+    valida = valida.toUpperCase();
+    valida = valida.replaceAll(RegExp('[0-9]'), '');
+    valida = valida.replaceAll(RegExp('[^A-ZÑ]'), '');
+    if (valida.length < 3 || valida.length > 12) {
+      return null;
+    }
+    return valida;
+  }
+
+  Future _waitLista() => Future(() {
+        final completer = Completer();
+        int indexRandom = random.nextInt(630000);
+        completer.complete(list_spanish_words.sublist(indexRandom, indexRandom + 1).join('\n'));
+        return completer.future;
+      });
+
+  listSpanishWords() async {
+    /* try {
+      int indexRandom = random.nextInt(630000);
+      String word = _validar(list_spanish_words.sublist(indexRandom, indexRandom + 1).join('\n'));
+      if (word == null) {
+        throw Exception();
+      }
+      _palabra = word;
+    } catch (e) {
+      _palabra = null;
+    } */
+    var wordLista = await _waitLista();
+    var word = _validar(wordLista);
+    _palabra = word;
+  }
+
+  Future<void> palabraLocal() async {
+    String jsonString;
+    try {
+      jsonString = await rootBundle.loadString('assets/files/vocabulario.json');
+      final jsonResponse = await json.decode(jsonString);
+      var vocabulario = jsonResponse[jsonResponse.keys.toList().join()];
+      //List<String> keys = vocabulario[0].keys.toList();
+      int objetoRandom = random.nextInt(vocabulario.length);
+      //String categoria = vocabulario[objetoRandom]['CATEGORIA'];
+      /* var categorias = [];
+              for (int i = 0; i < vocabulario.length; i++) {
+              categorias.add(vocabulario[i]['CATEGORIA']);
+              }
+              String categoriaRandom = categorias[random.nextInt(categorias.length)];*/
+      _pista = vocabulario[objetoRandom]['PISTA'];
+      List<String> palabras = [];
+      for (var palabra in vocabulario[objetoRandom]['PALABRAS']) {
+        palabras.add(palabra);
+      }
+      String palabra = palabras[random.nextInt(palabras.length)];
+      _palabra = palabra ?? 'UNEXPECTED ERROR';
+    } catch (e) {
+      _palabra = 'UNEXPECTED ERROR';
+    }
+  }
+
+  String get palabra => _palabra;
+
+  String get pista => _pista;
+}
diff --git a/lib/utils/constantes.dart b/lib/utils/constantes.dart
new file mode 100644
index 0000000000000000000000000000000000000000..6a494c19ffd945c9d36d940641fe3c06661860be
--- /dev/null
+++ b/lib/utils/constantes.dart
@@ -0,0 +1,43 @@
+import 'package:flutter/material.dart';
+
+const String letras = 'ABCDEFGHIJKLMNÑOPQRSTUVWXYZ';
+
+const Map<bool, List<String>> modoOnline = {
+  false: ['Temas', 'Experto'],
+  true: ['Junior', 'Avanzado'],
+};
+
+const String defaultNivel = 'Temas';
+
+//colores
+const int verdeOscuro = 0xff013220;
+const int pizarra = 0xff004D00;
+const int accent = 0xffD81B60;
+/*
+<color name="colorPrimary">#008577</color>
+<color name="colorPrimaryDark">#00574B</color>
+<color name="colorAccent">#D81B60</color>
+<color name="pizarra">#004D00</color>
+*/
+
+// GameOver
+enum GameOver { VITORIA, DERROTA }
+
+extension GameOverExtension on GameOver {
+  static const titulos = {
+    GameOver.VITORIA: '¡Victoria!',
+    GameOver.DERROTA: '¡Ahorcado!',
+  };
+
+  String get titulo => titulos[this];
+
+  static const iconos = {
+    GameOver.VITORIA: Icons.military_tech,
+    GameOver.DERROTA: Icons.gavel,
+  };
+
+  IconData get icono => iconos[this];
+}
+
+const victoria = GameOver.VITORIA;
+const derrota = GameOver.DERROTA;
diff --git a/lib/utils/package_info.dart b/lib/utils/package_info.dart
new file mode 100644
index 0000000000000000000000000000000000000000..5f7da5a50161d5a0856823284d59ba054071a69e
--- /dev/null
+++ b/lib/utils/package_info.dart
@@ -0,0 +1,16 @@
+import 'package:package_info/package_info.dart';
+
+class PackInfo {
+  static PackageInfo _packageInfo;
+
+  static String _version = 'Not available';
+
+  init() async {
+    if (_packageInfo == null) {
+      _packageInfo = await PackageInfo.fromPlatform();
+      _version = _packageInfo.version;
+    }
+  }
+
+  String get version => _version;
+}
diff --git a/lib/utils/shared_prefs.dart b/lib/utils/shared_prefs.dart
new file mode 100644
index 0000000000000000000000000000000000000000..06e9424bf860a91a8c935cab5fa3e2d03d6c2b64
--- /dev/null
+++ b/lib/utils/shared_prefs.dart
@@ -0,0 +1,36 @@
+import 'package:shared_preferences/shared_preferences.dart';
+
+class SharedPrefs {
+  static SharedPreferences _sharedPrefs;
+  static const String _prefsSound = 'sound';
+  static const String _prefsModo = 'modo';
+  static const String _prefsNivel = 'nivel';
+  static const String _prefsVictorias = 'victorias';
+  static const String _prefsDerrotas = 'derrotas';
+
+  init() async {
+    if (_sharedPrefs == null) {
+      _sharedPrefs = await SharedPreferences.getInstance();
+    }
+  }
+
+  bool get sound => _sharedPrefs?.getBool(_prefsSound);
+
+  set sound(bool value) => _sharedPrefs.setBool(_prefsSound, value);
+
+  bool get modo => _sharedPrefs?.getBool(_prefsModo);
+
+  set modo(bool value) => _sharedPrefs.setBool(_prefsModo, value);
+
+  String get nivel => _sharedPrefs?.getString(_prefsNivel);
+
+  set nivel(String value) => _sharedPrefs.setString(_prefsNivel, value);
+
+  int get victorias => _sharedPrefs?.getInt(_prefsVictorias);
+
+  set victorias(int value) => _sharedPrefs?.setInt(_prefsVictorias, value);
+
+  int get derrotas => _sharedPrefs?.getInt(_prefsDerrotas);
+
+  set derrotas(int value) => _sharedPrefs?.setInt(_prefsDerrotas, value);
+}
diff --git a/lib/utils/sonido.dart b/lib/utils/sonido.dart
new file mode 100644
index 0000000000000000000000000000000000000000..e304a6be15e1c933366b831fc5eca0b2e98055cc
--- /dev/null
+++ b/lib/utils/sonido.dart
@@ -0,0 +1,26 @@
+import 'package:assets_audio_player/assets_audio_player.dart';
+
+enum Archivo { acierto, error, derrota, victoria }
+
+extension ArchivoExtension on Archivo {
+  static const files = {
+    Archivo.acierto: 'assets/audio/acierto.aac',
+    Archivo.error: 'assets/audio/error.aac',
+    Archivo.derrota: 'assets/audio/gameover.aac',
+    Archivo.victoria: 'assets/audio/victoria.aac',
+  };
+
+  String get file => files[this];
+}
+
+class Sound {
+  AssetsAudioPlayer assetsAudioPlayer;
+
+  Sound() {
+    assetsAudioPlayer = AssetsAudioPlayer();
+  }
+
+  Future<void> play(String archivo) async => await assetsAudioPlayer.open(Audio(archivo));
+
+  Future<void> stop() async => await assetsAudioPlayer.stop();
+}
diff --git a/lib/widgets/botones_letras.dart b/lib/widgets/botones_letras.dart
new file mode 100644
index 0000000000000000000000000000000000000000..eb1d9ccdc9bf8ad4f24ae99e160c3d3d9f2b4934
--- /dev/null
+++ b/lib/widgets/botones_letras.dart
@@ -0,0 +1,104 @@
+import 'package:flutter/material.dart';
+import 'package:provider/provider.dart';
+import '../provider/data.dart';
+import '../utils/constantes.dart';
+import '../utils/sonido.dart';
+import '../widgets/dialogo_otra.dart';
+
+class BotonesLetras extends StatelessWidget {
+  const BotonesLetras({Key key}) : super(key: key);
+
+  @override
+  Widget build(BuildContext context) {
+    Orientation orientacion = MediaQuery.of(context).orientation;
+    var size = MediaQuery.of(context).size;
+    /*24 is for notification bar on Android*/
+    //final double itemHeight = (size.height - kToolbarHeight - 24) / 2;
+    //final double itemWidth = size.width / 2;
+    final double paddingTop = MediaQuery.of(context).padding.top;
+    final double itemHeight = (size.height - paddingTop) / 2;
+    final double itemWidth = size.width / 2;
+
+    Data _myProvider = Provider.of<Data>(context);
+    Sound sonido = Sound();
+
+    List<String> listaLetras = letras.split('');
+    List<Widget> teclas = [];
+    listaLetras.forEach((key) {
+      teclas.add(
+        Padding(
+          padding: const EdgeInsets.all(2.0),
+          child: RaisedButton(
+            disabledColor: Colors.grey,
+            disabledTextColor: Colors.white,
+            splashColor: Color(accent),
+            onPressed: _myProvider.letrasUsadas.contains(key)
+                ? null
+                : () async {
+                    _myProvider.updateLetrasUsadas(key);
+                    if (_myProvider.palabraSecreta.contains(key)) {
+                      for (int index = 0; index < _myProvider.palabraSecreta.length; index++) {
+                        if (key == _myProvider.palabraSecreta[index]) {
+                          _myProvider.updateOculta(index, key);
+                        }
+                      }
+
+                      if (_myProvider.palabraOculta == _myProvider.palabraSecreta) {
+                        _myProvider.sumaVictoria();
+                        if (_myProvider.soundValor == true) {
+                          sonido.play(Archivo.victoria.file);
+                        }
+                        showDialog(
+                          context: context,
+                          builder: (context) => DialogoOtra(victoria, sonido),
+                        );
+                      } else {
+                        if (_myProvider.soundValor == true) {
+                          sonido.play(Archivo.acierto.file);
+                        }
+                      }
+                    } else {
+                      _myProvider.sumaError();
+                      if (_myProvider.errores == 6) {
+                        if (_myProvider.soundValor == true) {
+                          await sonido.play(Archivo.error.file);
+                          await Future.delayed(Duration(seconds: 1));
+                          await sonido.play(Archivo.derrota.file);
+                        }
+                        await Future.delayed(Duration(milliseconds: 900)); //????
+                        _myProvider.sumaDerrota();
+                        showDialog(
+                          context: context,
+                          builder: (context) => DialogoOtra(derrota, sonido),
+                        );
+                      } else {
+                        if (_myProvider.soundValor == true) {
+                          sonido.play(Archivo.error.file);
+                        }
+                      }
+                    }
+                  },
+            child: Text(
+              key,
+              textAlign: TextAlign.center,
+            ),
+            color: Colors.grey[200],
+          ),
+        ),
+      );
+    });
+    return Container(
+      alignment: orientacion == Orientation.portrait ? Alignment.bottomCenter : Alignment.center,
+      color: Color(verdeOscuro),
+      padding: EdgeInsets.all(10.0),
+      margin: EdgeInsets.only(top: orientacion == Orientation.portrait ? 0.0 : paddingTop),
+      child: GridView.count(
+        padding: EdgeInsets.zero,
+        shrinkWrap: true,
+        crossAxisCount: orientacion == Orientation.portrait ? 9 : 3,
+        childAspectRatio: orientacion == Orientation.portrait ? 1 / 1 : (itemWidth / itemHeight),
+        children: teclas,
+      ),
+    );
+  }
+}
diff --git a/lib/widgets/dialogo_otra.dart b/lib/widgets/dialogo_otra.dart
new file mode 100644
index 0000000000000000000000000000000000000000..c77b120f7941bacea672f969ffbbfac17337cdaa
--- /dev/null
+++ b/lib/widgets/dialogo_otra.dart
@@ -0,0 +1,65 @@
+import 'package:flutter/material.dart';
+import 'package:provider/provider.dart';
+import '../screens/home.dart';
+import '../screens/juego.dart';
+import '../provider/data.dart';
+import '../utils/constantes.dart';
+import '../utils/sonido.dart';
+
+class DialogoOtra extends StatelessWidget {
+  final GameOver gameOver;
+  final Sound sonido;
+  const DialogoOtra(this.gameOver, this.sonido);
+
+  @override
+  Widget build(BuildContext context) {
+    Data _myProvider = Provider.of<Data>(context);
+    return Scaffold(
+      backgroundColor: Colors.transparent,
+      body: _myProvider.buscando == true
+          ? Center(child: CircularProgressIndicator())
+          : WillPopScope(
+              onWillPop: () async => false,
+              child: AlertDialog(
+                title: Row(
+                  children: [
+                    Icon(gameOver.icono),
+                    SizedBox(width: 10.0),
+                    Text(gameOver.titulo),
+                  ],
+                ),
+                content: SingleChildScrollView(
+                  child: Column(
+                    crossAxisAlignment: CrossAxisAlignment.start,
+                    mainAxisSize: MainAxisSize.min,
+                    children: [
+                      if (gameOver == GameOver.DERROTA)
+                        Text('La palabra secreta era ${_myProvider.palabraSecreta}'),
+                      Text('¿Otra partida?'),
+                    ],
+                  ),
+                ),
+                actions: [
+                  FlatButton(
+                    child: const Text('CANCELAR'),
+                    onPressed: () {
+                      if (_myProvider.soundValor == true) {
+                        sonido.stop();
+                      }
+                      Navigator.pushNamed(context, Home.id);
+                    },
+                  ),
+                  FlatButton(
+                    child: const Text('ACEPTAR'),
+                    onPressed: () async {
+                      _myProvider.resetAciertosErrores();
+                      await Juego().buscarPalabra(context, _myProvider);
+                      Navigator.of(context).pop();
+                    },
+                  ),
+                ],
+              ),
+            ),
+    );
+  }
+}
diff --git a/lib/widgets/diaolog_not_found.dart b/lib/widgets/diaolog_not_found.dart
new file mode 100644
index 0000000000000000000000000000000000000000..18789b759a68bba5429bced1b53d797e82635d4f
--- /dev/null
+++ b/lib/widgets/diaolog_not_found.dart
@@ -0,0 +1,32 @@
+import 'package:ahorcado/utils/constantes.dart';
+import 'package:flutter/material.dart';
+
+class DialogoNotFound extends StatelessWidget {
+  const DialogoNotFound({Key key}) : super(key: key);
+
+  @override
+  Widget build(BuildContext context) {
+    return Scaffold(
+      backgroundColor: Color(pizarra),
+      body: WillPopScope(
+        onWillPop: () async => false,
+        child: AlertDialog(
+          title: Text('Fallo de conexión'),
+          content: Text('No ha sido posible seleccionar ninguna palabra. '
+              'Es posible que la conexión a internet haya fallado.\n'
+              '¿Cambiar al modo Temas sin internet?'),
+          actions: [
+            FlatButton(
+              child: const Text('VOLVER'),
+              onPressed: () => Navigator.pop(context, false),
+            ),
+            FlatButton(
+              child: const Text('ACEPTAR'),
+              onPressed: () => Navigator.pop(context, true),
+            ),
+          ],
+        ),
+      ),
+    );
+  }
+}
diff --git a/lib/widgets/my_app_bar.dart b/lib/widgets/my_app_bar.dart
new file mode 100644
index 0000000000000000000000000000000000000000..ec5fd3d3c7bfaa50a2e49ecb37ea612ea8c43326
--- /dev/null
+++ b/lib/widgets/my_app_bar.dart
@@ -0,0 +1,61 @@
+import 'package:flutter/material.dart';
+import 'package:flutter/services.dart' show SystemNavigator;
+import 'package:provider/provider.dart';
+
+import '../provider/data.dart';
+import '../screens/ajustes.dart';
+import '../screens/marcador.dart';
+import '../screens/info.dart';
+
+class MyAppBar extends StatelessWidget implements PreferredSizeWidget {
+  final AppBar appBar;
+  const MyAppBar({Key key, this.appBar}) : super(key: key);
+
+  @override
+  Size get preferredSize => Size.fromHeight(appBar.preferredSize.height);
+
+  @override
+  Widget build(BuildContext context) {
+    Data _myProvider = Provider.of<Data>(context);
+
+    return AppBar(
+      title: Text('Ahorcado'),
+      automaticallyImplyLeading: false,
+      actions: [
+        IconButton(
+          icon: Icon(Icons.settings),
+          onPressed: () {
+            _myProvider.resetValores();
+            Scaffold.of(context).removeCurrentSnackBar();
+            Navigator.pushNamed(context, Ajustes.id);
+          },
+        ),
+        PopupMenuButton<String>(
+          onSelected: (String value) {
+            switch (value) {
+              case 'Salir':
+                SystemNavigator.pop();
+                break;
+              case 'Marcador':
+                Scaffold.of(context).removeCurrentSnackBar();
+                Navigator.pushNamed(context, Marcador.id);
+                break;
+              case 'Info':
+                Scaffold.of(context).removeCurrentSnackBar();
+                Navigator.pushNamed(context, Info.id);
+                break;
+            }
+          },
+          itemBuilder: (BuildContext context) {
+            return {'Marcador', 'Info', 'Salir'}.map((String choice) {
+              return PopupMenuItem<String>(
+                value: choice,
+                child: Text(choice),
+              );
+            }).toList();
+          },
+        ),
+      ],
+    );
+  }
+}
diff --git a/pubspec.lock b/pubspec.lock
new file mode 100644
index 0000000000000000000000000000000000000000..03554810d6b4f54202f12a75da07de2274617a5e
--- /dev/null
+++ b/pubspec.lock
@@ -0,0 +1,404 @@
+# Generated by pub
+# See https://dart.dev/tools/pub/glossary#lockfile
+packages:
+  assets_audio_player:
+    dependency: "direct main"
+    description:
+      name: assets_audio_player
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "2.0.13+1"
+  assets_audio_player_web:
+    dependency: transitive
+    description:
+      name: assets_audio_player_web
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "2.0.13+1"
+  async:
+    dependency: transitive
+    description:
+      name: async
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "2.5.0-nullsafety.1"
+  boolean_selector:
+    dependency: transitive
+    description:
+      name: boolean_selector
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "2.1.0-nullsafety.1"
+  characters:
+    dependency: transitive
+    description:
+      name: characters
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.1.0-nullsafety.3"
+  charcode:
+    dependency: transitive
+    description:
+      name: charcode
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.2.0-nullsafety.1"
+  clock:
+    dependency: transitive
+    description:
+      name: clock
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.1.0-nullsafety.1"
+  collection:
+    dependency: transitive
+    description:
+      name: collection
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.15.0-nullsafety.3"
+  convert:
+    dependency: transitive
+    description:
+      name: convert
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "2.1.1"
+  crypto:
+    dependency: transitive
+    description:
+      name: crypto
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "2.1.5"
+  csslib:
+    dependency: transitive
+    description:
+      name: csslib
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.16.2"
+  cupertino_icons:
+    dependency: "direct main"
+    description:
+      name: cupertino_icons
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.0.0"
+  diacritic:
+    dependency: "direct main"
+    description:
+      name: diacritic
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.1.1"
+  fake_async:
+    dependency: transitive
+    description:
+      name: fake_async
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.2.0-nullsafety.1"
+  ffi:
+    dependency: transitive
+    description:
+      name: ffi
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.1.3"
+  file:
+    dependency: transitive
+    description:
+      name: file
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "5.2.1"
+  flutter:
+    dependency: "direct main"
+    description: flutter
+    source: sdk
+    version: "0.0.0"
+  flutter_test:
+    dependency: "direct dev"
+    description: flutter
+    source: sdk
+    version: "0.0.0"
+  flutter_web_plugins:
+    dependency: transitive
+    description: flutter
+    source: sdk
+    version: "0.0.0"
+  html:
+    dependency: "direct main"
+    description:
+      name: html
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.14.0+4"
+  http:
+    dependency: "direct main"
+    description:
+      name: http
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.12.2"
+  http_parser:
+    dependency: transitive
+    description:
+      name: http_parser
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "3.1.4"
+  intl:
+    dependency: transitive
+    description:
+      name: intl
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.16.1"
+  list_spanish_words:
+    dependency: "direct main"
+    description:
+      name: list_spanish_words
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.1.0"
+  matcher:
+    dependency: transitive
+    description:
+      name: matcher
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.12.10-nullsafety.1"
+  meta:
+    dependency: transitive
+    description:
+      name: meta
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.3.0-nullsafety.3"
+  nested:
+    dependency: transitive
+    description:
+      name: nested
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.0.4"
+  package_info:
+    dependency: "direct main"
+    description:
+      name: package_info
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.4.3+2"
+  path:
+    dependency: transitive
+    description:
+      name: path
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.8.0-nullsafety.1"
+  path_provider:
+    dependency: transitive
+    description:
+      name: path_provider
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.6.27"
+  path_provider_linux:
+    dependency: transitive
+    description:
+      name: path_provider_linux
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.0.1+2"
+  path_provider_macos:
+    dependency: transitive
+    description:
+      name: path_provider_macos
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.0.4+8"
+  path_provider_platform_interface:
+    dependency: transitive
+    description:
+      name: path_provider_platform_interface
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.0.4"
+  path_provider_windows:
+    dependency: transitive
+    description:
+      name: path_provider_windows
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.0.4+3"
+  pedantic:
+    dependency: transitive
+    description:
+      name: pedantic
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.9.2"
+  platform:
+    dependency: transitive
+    description:
+      name: platform
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "2.2.1"
+  plugin_platform_interface:
+    dependency: transitive
+    description:
+      name: plugin_platform_interface
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.0.3"
+  process:
+    dependency: transitive
+    description:
+      name: process
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "3.0.13"
+  provider:
+    dependency: "direct main"
+    description:
+      name: provider
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "4.3.2+4"
+  rxdart:
+    dependency: transitive
+    description:
+      name: rxdart
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.24.1"
+  shared_preferences:
+    dependency: "direct main"
+    description:
+      name: shared_preferences
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.5.12+4"
+  shared_preferences_linux:
+    dependency: transitive
+    description:
+      name: shared_preferences_linux
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.0.2+4"
+  shared_preferences_macos:
+    dependency: transitive
+    description:
+      name: shared_preferences_macos
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.0.1+11"
+  shared_preferences_platform_interface:
+    dependency: transitive
+    description:
+      name: shared_preferences_platform_interface
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.0.4"
+  shared_preferences_web:
+    dependency: transitive
+    description:
+      name: shared_preferences_web
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.1.2+7"
+  shared_preferences_windows:
+    dependency: transitive
+    description:
+      name: shared_preferences_windows
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.0.1+3"
+  sky_engine:
+    dependency: transitive
+    description: flutter
+    source: sdk
+    version: "0.0.99"
+  source_span:
+    dependency: transitive
+    description:
+      name: source_span
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.8.0-nullsafety.2"
+  stack_trace:
+    dependency: transitive
+    description:
+      name: stack_trace
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.10.0-nullsafety.1"
+  stream_channel:
+    dependency: transitive
+    description:
+      name: stream_channel
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "2.1.0-nullsafety.1"
+  string_scanner:
+    dependency: transitive
+    description:
+      name: string_scanner
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.1.0-nullsafety.1"
+  term_glyph:
+    dependency: transitive
+    description:
+      name: term_glyph
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.2.0-nullsafety.1"
+  test_api:
+    dependency: transitive
+    description:
+      name: test_api
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.2.19-nullsafety.2"
+  typed_data:
+    dependency: transitive
+    description:
+      name: typed_data
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.3.0-nullsafety.3"
+  uuid:
+    dependency: transitive
+    description:
+      name: uuid
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "2.2.2"
+  vector_math:
+    dependency: transitive
+    description:
+      name: vector_math
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "2.1.0-nullsafety.3"
+  win32:
+    dependency: transitive
+    description:
+      name: win32
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.7.4"
+  xdg_directories:
+    dependency: transitive
+    description:
+      name: xdg_directories
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.1.2"
+sdks:
+  dart: ">=2.10.0-110 <2.11.0"
+  flutter: ">=1.16.0 <2.0.0"
diff --git a/pubspec.yaml b/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..53406afcedc26bb18be762bca3bc888068ac3e4c
--- /dev/null
+++ b/pubspec.yaml
@@ -0,0 +1,41 @@
+name: hangman
+description: Hangman game, have fun with words and letters!
+
+publish_to: 'none' # Remove this line if you wish to publish to pub.dev
+
+version: 1.5.0+6
+
+environment:
+  sdk: ">=2.7.0 <3.0.0"
+
+dependencies:
+  flutter:
+    sdk: flutter
+
+  cupertino_icons: ^1.0.0
+  provider: ^4.3.2+3
+  package_info: ^0.4.3+2
+  shared_preferences: ^0.5.12+4
+  html: ^0.14.0+4
+  http: ^0.12.2
+  diacritic: ^0.1.1
+  assets_audio_player: ^2.0.13+1
+  list_spanish_words: ^0.1.0
+
+dev_dependencies:
+  flutter_test:
+    sdk: flutter
+
+
+flutter:
+
+  uses-material-design: true
+  assets:
+    - assets/images/
+    - assets/files/
+    - assets/audio/
+
+  fonts:
+    - family: Tiza
+      fonts:
+        - asset: assets/fonts/tiza.ttf
diff --git a/test/widget_test.dart b/test/widget_test.dart
new file mode 100644
index 0000000000000000000000000000000000000000..2106d0f672224af56c11e266a46ec2a311564bb0
--- /dev/null
+++ b/test/widget_test.dart
@@ -0,0 +1,30 @@
+// This is a basic Flutter widget test.
+//
+// To perform an interaction with a widget in your test, use the WidgetTester
+// utility that Flutter provides. For example, you can send tap and scroll
+// gestures. You can also use WidgetTester to find child widgets in the widget
+// tree, read text, and verify that the values of widget properties are correct.
+
+import 'package:flutter/material.dart';
+import 'package:flutter_test/flutter_test.dart';
+
+import 'package:ahorcado/main.dart';
+
+void main() {
+  testWidgets('Counter increments smoke test', (WidgetTester tester) async {
+    // Build our app and trigger a frame.
+    await tester.pumpWidget(Ahorcado());
+
+    // Verify that our counter starts at 0.
+    expect(find.text('0'), findsOneWidget);
+    expect(find.text('1'), findsNothing);
+
+    // Tap the '+' icon and trigger a frame.
+    await tester.tap(find.byIcon(Icons.add));
+    await tester.pump();
+
+    // Verify that our counter has incremented.
+    expect(find.text('0'), findsNothing);
+    expect(find.text('1'), findsOneWidget);
+  });
+}