GithubHelp home page GithubHelp logo

harshsahu23 / fitness_app_test Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 13.26 MB

test repo for developing cross platform fitness app

Kotlin 0.06% Swift 0.20% Objective-C 0.02% Dart 85.33% HTML 1.91% CMake 3.99% C++ 8.14% C 0.36%
hacktoberfest2022

fitness_app_test's Introduction

Cross Platform Fitness Application

A new Flutter project for users to maintain a healthy life. Check out the wiki for more details

fitness_app_test's People

Contributors

harshsahu23 avatar

Watchers

 avatar

fitness_app_test's Issues

ListTile3 for main drawer of home page

ListTile( title: const Text("Go To Home"), onTap: () { print("tapped 2"); Navigator.pop(context); }, ),

Refactor the above code so that the drawer (at whatever page it is open) leads back to the homepage. If it is already on the homepage, it should reload the homepage. Remove the print statement.

ListTile2 for main drawer of homepage

ListTile( title: const Text("Open Diet"), onTap: () { print("tapped 2"); Navigator.pop(context); }, ),

Refactor the above code such that the list tile opens the diet page instead of printing a sentence.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.