Giter Club home page Giter Club logo

hive_object_converter's Introduction

๐Ÿ‘‹ Welcome to My GitHub Hub! ๐Ÿš€

Hey there, fellow developers and tech enthusiasts! Thanks for dropping by my GitHub profile. Here, you'll find a collection of my exciting projects and coding adventures, with a focus on mobile app development using Flutter.

๐Ÿ‘จโ€๐Ÿ’ป About Me

I'm a passionate Flutter Developer, eager to create top-notch mobile applications that delight users and solve real-world problems. Learning and growing as a developer is at the core of my journey, and I can't wait to share my projects with you.

๐Ÿ’ก What to Expect

In this repository, you'll discover a variety of projects that I've poured my heart and soul into. From crafting complex meal planning apps to connecting car shippers and haulers through a smart marketplace, each project brings something unique to the table.

๐Ÿš€ My Approach

Clean and efficient code is my secret sauce! With a focus on best practices and a keen eye for detail, I strive to make every project a joy to use and maintain. Collaboration and teamwork fuel my passion, and I love working with fellow developers to create awesome solutions.

๐Ÿค Let's Connect!

I'm always thrilled to connect with like-minded developers, tech enthusiasts, and curious minds. If you're interested in my projects, want to chat about Flutter, or are up for some coding collaboration, feel free to reach out. Let's create something amazing together!

๐ŸŽ‰ Thanks for Dropping By!

Thanks for visiting my GitHub hub! I hope you find inspiration and value in the projects I've shared. Feel free to explore, star, and fork to your heart's content. Together, we'll code our way to new heights of innovation and fun! Happy coding! ๐Ÿš€

SKILLS

hive_object_converter's People

Contributors

dependabot[bot] avatar manuelbaun avatar mrgnhnt96 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

manuelbaun

hive_object_converter's Issues

hive_helper folder saved in wrong place

Hi, love the vscode extension. great idea.

Just a heads up of an issue I have found when using v1.0.1 of your extension on VSCode

Version: 1.54.2
Commit: fd6f3bce6709b121a895d042d343d71f317d74e7
Date: 2021-03-11T00:56:11.840Z
Electron: 11.3.0
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Linux x64 5.4.0-66-generic snap

When right clicking on a model file e.g. todo.model.dart it converts the file fine as described in your README, but the hive_helper folder is saved under a super nested version of the entire path to my project but relatively under my project folder

e.g. instead of /path/to/project/lib/hive_helper/...

we have /path/to/project/home/myusername/path/to/project/lib/hive_helper

any ideas why this is happening and if there is any options i can switch to fix it?

Many thanks.

types are not recognized as constructors

List<Map<String, int>> breakfast;
List<Map<String, int>> entree;
List<Map<String, int>> snacks;
List<Map<String, int>> treats;

these were missed and need to be field types

try to convert toJson() method

I have a Bay class with the method toJson()=> the Hive_Object_converted extension is trying to convert also this method resulting in compilation error

@HiveField(BayFields.)
  Map<String, dynamic> toJson() => {
...     
};

best

Hive converter recognized print statements as variable

for some reason print statements are initialized and set as variables. I then have to updated the fields file and remove the print statement that is included...

Fix:
Check for sequence for (); if there are no chars a-z between ")" & ";" then don't make variable? Technically this would be counted as an abstract method... but there aren't any abstract methods within models?

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.