GithubHelp home page GithubHelp logo

david-legend / nimbus Goto Github PK

View Code? Open in Web Editor NEW
242.0 242.0 99.0 20.74 MB

Nimbus is a beautiful portfolio design built using flutter

License: BSD 3-Clause "New" or "Revised" License

Kotlin 0.05% Swift 0.16% Objective-C 0.01% Dart 99.17% HTML 0.60%

nimbus's Introduction

nimbus's People

Contributors

david-legend avatar sdas969 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  avatar  avatar  avatar

nimbus's Issues

what license?

I'm using your template, can I delete the text in the footer and replace it with my product name?

Auto Router giving error with Flutter 2.8.1 Stable

Love the design but cannot get it to work. I have not changed any of the code other than setting " visibility_detector: ^0.2.2" to get rid of another error. I still am getting the following error:

Launching lib/main.dart on Chrome in debug mode...
Waiting for connection from debug service on Chrome...
../../Projects/SDK/flutter/.pub-cache/hosted/pub.dartlang.org/auto_route-2.2.0/lib/src/router/widgets/auto_router_delegate.dart:43:43: Error: Required named parameter 'type' must be provided.
?.routerReportsNewRouteInformation(
^
Failed to compile application.

HELP!!!

PS - If I change the auto route to the latest ("auto_route: ^3.2.1" and "auto_route_generator: ^3.2.1") then I get the following error:

Launching lib/main.dart on Chrome in debug mode...
Waiting for connection from debug service on Chrome...
lib/presentation/routes/router.gr.dart:20:9: Error: No named parameter with the name 'builder'.
builder: (_) {
^^^^^^^
../../OneDrive/Projects/SDK/flutter/.pub-cache/hosted/pub.dartlang.org/auto_route-3.2.1/lib/src/router/auto_route_page.dart:62:3: Context: Found this candidate, but the arguments don't match.
MaterialPageX({
^^^^^^^^^^^^^
Failed to compile application.

Issues/can't compile

Hey there, I have been getting some errors when I try to compile/run it using "flutter run"

Launching lib\main.dart on Edge in debug mode...
../../../AppData/Local/Pub/Cache/hosted/pub.dev/google_fonts-2.1.0/lib/src/google_fonts_base.dart:15:1: Error: 'AssetManifest' is imported from both
'package:flutter/src/services/asset_manifest.dart' and 'package:google_fonts/src/asset_manifest.dart'.
import 'asset_manifest.dart';
^^^^^^^^^^^^^
../../../AppData/Local/Pub/Cache/hosted/pub.dev/auto_route-3.2.2/lib/src/router/provider/auto_route_information_provider.dart:30:47: Error: The required named parameter 'type' in method
'AutoRouteInformationProvider.routerReportsNewRouteInformation' is not required in overridden method 'RouteInformationProvider.routerReportsNewRouteInformation'.
{required RouteInformationReportingType type}) {
^
/C:/src/flutter/packages/flutter/lib/src/widgets/router.dart:1440:8: Context: This is the overridden method ('routerReportsNewRouteInformation').
void routerReportsNewRouteInformation(RouteInformation routeInformation, {RouteInformationReportingType type = RouteInformationReportingType.none}) {}
^
lib/app_theme.dart:29:5: Error: No named parameter with the name 'primaryVariant'.
primaryVariant: AppColors.secondaryColor,
^^^^^^^^^^^^^^
/C:/src/flutter/packages/flutter/lib/src/material/color_scheme.dart:87:9: Context: Found this candidate, but the arguments don't match.
const ColorScheme({
^^^^^^^^^^^
lib/app_theme.dart:21:7: Error: No named parameter with the name 'accentColor'.
accentColor: colorScheme.primary,
^^^^^^^^^^^
/C:/src/flutter/packages/flutter/lib/src/material/theme_data.dart:237:11: Context: Found this candidate, but the arguments don't match.
factory ThemeData({
^
../../../AppData/Local/Pub/Cache/hosted/pub.dev/google_fonts-2.1.0/lib/src/google_fonts_base.dart:33:31: Error: 'AssetManifest' is imported from both
'package:flutter/src/services/asset_manifest.dart' and 'package:google_fonts/src/asset_manifest.dart'.
AssetManifest assetManifest = AssetManifest();
^^^^^^^^^^^^^
lib/presentation/widgets/buttons/nimbus_button.dart:40:21: Error: The argument type 'BorderRadius?' can't be assigned to the parameter type 'BorderRadiusGeometry' because 'BorderRadius?' is
nullable and 'BorderRadiusGeometry' isn't.

  • 'BorderRadius' is from 'package:flutter/src/painting/border_radius.dart' ('/C:/src/flutter/packages/flutter/lib/src/painting/border_radius.dart').
  • 'BorderRadiusGeometry' is from 'package:flutter/src/painting/border_radius.dart' ('/C:/src/flutter/packages/flutter/lib/src/painting/border_radius.dart').
    borderRadius: borderRadius,
    ^
    ../../../AppData/Local/Pub/Cache/hosted/pub.dev/gap-2.0.0/lib/src/rendering/gap.dart:84:29: Error: The getter '_direction' isn't defined for the class 'RenderGap'.
  • 'RenderGap' is from 'package:gap/src/rendering/gap.dart' ('../../../AppData/Local/Pub/Cache/hosted/pub.dev/gap-2.0.0/lib/src/rendering/gap.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named '_direction'.
    final Axis? direction = _direction;
    ^^^^^^^^^^
    ../../../AppData/Local/Pub/Cache/hosted/pub.dev/gap-2.0.0/lib/src/rendering/gap.dart:98:29: Error: The getter '_direction' isn't defined for the class 'RenderGap'.
  • 'RenderGap' is from 'package:gap/src/rendering/gap.dart' ('../../../AppData/Local/Pub/Cache/hosted/pub.dev/gap-2.0.0/lib/src/rendering/gap.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named '_direction'.
    final Axis? direction = _direction;
    ^^^^^^^^^^
    Waiting for connection from debug service on Edge... 28.6s
    Failed to compile application.

any idea how I can fix those?

Best wishes
Welnnys

Run error

Hi,

I have two errors when run in Chrome (web:)

lib/src/router/widgets/auto_router_delegate.dart:43:43: Error: Required named parameter 'type' must be provided.
?.routerReportsNewRouteInformation(

and

lib/src/visibility_detector_layer.dart:276:21: Error: Too many positional arguments: 1 allowed, but 2 found.
Try removing the extra positional arguments.
super.addToScene(builder, layerOffset);

Can you help me?

Congratulations. The project is wonderful

Thanks

Access to second portfolio View (Max)

Hi,

Proyect description shows two portfolio views (Ameli and Max). When I run the project only can see Ameli Web. How can I see Max portfolio Web?

Thanks
Regards

Licensing questions ?

Hello !
Iโ€™m a 3d freelancer starting out, and I really like your CV template !
I have a few licensing questions though.

Is it possible to reach an accord that you do not hold any rights on the content I post that I intend to add with a 3d inspector ?"

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.