GithubHelp home page GithubHelp logo

shashiben / portfolio Goto Github PK

View Code? Open in Web Editor NEW
101.0 2.0 27.0 7.16 MB

My personal portfolio. Built with flutter

Home Page: https://shashiben.me

Kotlin 0.05% Swift 0.50% Objective-C 0.02% Dart 92.57% HTML 2.10% CMake 2.79% C++ 1.71% C 0.27%
flutter portfolio flutter-portfolio flutter-web

portfolio's Introduction

Portfolio

Created portfolio with Flutter supports for linux,desktop,Android,Ios,Web

Live Preview

Live Demo at Click Here

Screen Name Web Mobile
Menu View Menu Menu
Home View Home Home
About View About About
Project View Menu Menu
Experience View Menu Menu
Contact View Menu Menu

Check out other version of this portfolio

Check out live preview at Traditional UI

Screen Name Web Mobile
Home View Home Home
About View Menu Menu
Project View Menu Menu
Experience View Menu Menu
Contact View Menu Menu

portfolio's People

Contributors

shashiben avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

portfolio's Issues

Specify your own unique Application ID (https://developer.android.com/studio/bui...

// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.portfolio"
minSdkVersion 16
targetSdkVersion 29
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName


This issue was generated by todo based on a TODO comment in 12406de. It's been assigned to @shashiben because they committed the code.

Exception has occurred. UnimplementedError

The app is not working and continuously showing errors
image

Please see the error below. And let me know how I can solve this issue on every page.
Exception has occurred. UnimplementedError

Like your design very much, thank you very much for your efforts! I encountered a bug in the startup project, interface can't display properly

Like your design very much, thank you very much for your efforts! I encountered a bug in the startup project, interface can't display properly
QQ图片20210813161557

======= Exception caught by widgets library =======================================================
The following UnimplementedError was thrown building TranslateOnHover(dirty):
UnimplementedError

The relevant error-causing widget was:
TranslateOnHover file:///D:/Android/fluterWorkspace/20210629/testdrawer/lib/ui/widgets/icon_wrapper.dart:29:12
When the exception was thrown, this was the stack:
#0 Matrix4.translate (package:vector_math/src/vector_math_64/matrix4.dart:682:7)
#1 TranslateOnHover.build (package:portfolio/ui/widgets/translate_on_hover.dart:11:48)
#2 StatelessElement.build (package:flutter/src/widgets/framework.dart:4648:28)
#3 HookElement.build (package:flutter_hooks/src/framework.dart:417:27)
#4 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4574:15)
...

======== Exception caught by widgets library =======================================================
The following UnimplementedError was thrown building TranslateOnHover(dirty):
UnimplementedError

The relevant error-causing widget was:
TranslateOnHover file:///D:/Android/fluterWorkspace/20210629/testdrawer/lib/ui/widgets/icon_wrapper.dart:29:12
When the exception was thrown, this was the stack:
#0 Matrix4.translate (package:vector_math/src/vector_math_64/matrix4.dart:682:7)
#1 TranslateOnHover.build (package:portfolio/ui/widgets/translate_on_hover.dart:11:48)
#2 StatelessElement.build (package:flutter/src/widgets/framework.dart:4648:28)
#3 HookElement.build (package:flutter_hooks/src/framework.dart:417:27)
#4 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4574:15)
...

======== Exception caught by rendering library =====================================================
The following assertion was thrown during layout:
A RenderFlex overflowed by 299614 pixels on the bottom.

The relevant error-causing widget was:
Column file:///D:/Android/fluterWorkspace/20210629/testdrawer/lib/ui/views/main/main_view.dart:103:36
The overflowing RenderFlex has an orientation of Axis.vertical.
The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and black striped pattern. This is usually caused by the contents being too big for the RenderFlex.

Consider applying a flex factor (e.g. using an Expanded widget) to force the children of the RenderFlex to fit within the available space instead of being sized to their natural size.
This is considered an error condition because it indicates that there is content that cannot be seen. If the content is legitimately bigger than the available space, consider clipping it with a ClipRect widget before putting it in the flex, or using a scrollable container rather than a Flex, like a ListView.

The specific RenderFlex in question is: RenderFlex#7fe4b relayoutBoundary=up4 OVERFLOWING
... parentData: (can use size)
... constraints: BoxConstraints(w=50.4, 0.0<=h<=713.0)
... size: Size(50.4, 713.0)
... direction: vertical
... mainAxisAlignment: start
... mainAxisSize: max
... crossAxisAlignment: center
... verticalDirection: down
◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤

======== Exception caught by rendering library =====================================================
The following assertion was thrown during layout:
A RenderFlex overflowed by 99761 pixels on the right.

The relevant error-causing widget was:
Row file:///D:/Android/fluterWorkspace/20210629/testdrawer/lib/ui/views/home/home_view_mobile.dart:26:13
The overflowing RenderFlex has an orientation of Axis.horizontal.
The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and black striped pattern. This is usually caused by the contents being too big for the RenderFlex.

Consider applying a flex factor (e.g. using an Expanded widget) to force the children of the RenderFlex to fit within the available space instead of being sized to their natural size.
This is considered an error condition because it indicates that there is content that cannot be seen. If the content is legitimately bigger than the available space, consider clipping it with a ClipRect widget before putting it in the flex, or using a scrollable container rather than a Flex, like a ListView.

The specific RenderFlex in question is: RenderFlex#9acc7 relayoutBoundary=up1 OVERFLOWING
... parentData: offset=Offset(0.0, 30.0); flex=null; fit=null (can use size)
... constraints: BoxConstraints(0.0<=w<=278.6, 0.0<=h<=Infinity)
... size: Size(278.6, 100000.0)
... direction: horizontal
... mainAxisAlignment: spaceBetween
... mainAxisSize: max
... crossAxisAlignment: center
... textDirection: ltr
... verticalDirection: down
◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤

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.