Giter Site home page Giter Site logo

pakring-finder-application's Introduction

Hi 👋, I'm Nadah

Software Engineer

  • 🌱 I’m currently improving my skills in Backend development

  • currently I am working as Software Development Engineer at a software/IT services corporate

  • 📫 How to reach me: [email protected]


My Profiles:

https://www.linkedin.com/in/nadahkhaledd10/ https://www.hackerrank.com/nadahkhaledd https://www.hackerrank.com/nadahkhaledd


Languages and Tools:

java python cplusplus

spring tensorflow pandas opencv scikit_learn flask django

flutter dart docker firebase

mysql mongodb mssql oracle

git postman qt

css3 html5

Languages
GitHub stats
GitHub streak stats

pakring-finder-application's People

Contributors

nadahkhaledd avatar nadahossamm avatar shahyyehia avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

nadahossamm

pakring-finder-application's Issues

Back Button return to last state not last page

  • in any page of the app, back button returns to last state within the app

noticed in :

  • home page returns to splash screen and bugs.
  • back button on app bar of bookmarks page brings back the deleted item

camera doesn't animate on new location search

onSelected: (Place place ) async {
                          final geolocation = await place.geolocation;
                          final GoogleMapController mapController = await _controller.future;
                          setState(() {
                            var location = LatLng(geolocation?.coordinates?.latitude,geolocation?.coordinates?.longitude);

                            if (_locationSubscription != null) {
                              _locationSubscription.cancel();
                            }

                            _position = CameraPosition(target: LatLng(location.latitude, location.longitude));
                            mapController.animateCamera(CameraUpdate.newLatLng(location));
                            mapController.animateCamera(CameraUpdate.newCameraPosition(_position));
                            mapController.moveCamera(CameraUpdate.newCameraPosition(_position));

                          });

Signup problem

When signing up user’s boolean is_owner is set to string not boolean

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.