jvasary

nothing to do

https://github.com/hj4kyem/jvasary

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

nothing to do

Basic Info
  • Host: GitHub
  • Owner: Hj4kyEM
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 341 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 5
  • Releases: 0
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation Codeowners Security Roadmap Authors Notice Maintainers Copyright Agents

README-EN.md

Flutter Deer

English |

This project is an exercise in learning Flutter for personal growth and development.

To achieve specific design outcomes and meet the demands of daily development, one may employ the methods of configuring, modifying, combining pre-existing components, and customizing.

The design plans for this project can be found in the "design" directory. You may utilize these plans to practice with a specific goal in mind. Any implementation is solely based on personal comprehension and learning. Should there be any superior implementation strategies, I welcome the opportunity for discussion.

Preview

Some of the page effects are as follows:

| | | | | | :--------------------------------: | :---------------------------------: | :-------------------------------: | :-------------------------------: | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |

If you find this project satisfactory, kindly show your support by giving it a Star or Fork. Rest assured, this project is being continuously maintained and any issues can be brought to our attention by submitting an Issue.

Realizing the content.

  • MVP pattern
  • State management using provider (version 6.x)
  • Network request encapsulation based on dio (version 5.x)
  • Integration testing and accessibility testing
  • Support for dark mode
  • LocalizationThanks to @ghedwards
  • Implementation of complex scrolling effects using Sliver series components
  • Location selection using AMap (supports Web)
  • Encapsulation of common widgets handling
  • Pull-to-refresh and load-more functionality
  • Application update check
  • PopupWindow
  • QR code scanning functionality (using the qrcodescanner plugin)
  • Menu switching animations (circular expansion, 3D flip)
  • Swipe-to-delete
  • City selection
  • Three-level linkage selection similar to JD's city selection
  • Various custom dialogs
  • Sticky header for lists
  • Password input keyboard
  • Verification code input box
  • Custom simple calendar
  • Line chart and pie charts
  • Modularized route management
  • More demos (ripple animation, scratch card, lottie)
  • More detailed optimizations

You may download and experience it specifically by accessing the following links:

For the Android version, kindly click on the link provided: Download here, and enter the password: 111111.

As for iOS, you will need to download and run the code on your own.

For web experience, please visit: https://simplezhli.github.io/flutter_deer/

The project's operational environment.

flutter_deer driver

1. Flutter version 3.29.0

2. Dart version 3.7.0

Precautions to be taken.

  • In debug mode, there may be some lagging, which is considered a normal occurrence. A satisfactory experience requires the creation of a release package. To create a release version for iOS, execute the command flutter build ios. For Android, execute the command flutter build apk.

  • If there are any issues with the project's execution, please refer to the iOS issue summary and Android issue summary for possible solutions.

  • Due to certain plugin limitations, this project is only available for preview on Windows and macOS. Those interested may run and experience it themselves.

  • To view the functionality demonstration, execute the integration test command flutter drive --target=test_driver/driver.dart.

  • Due to the abundance of pages, it may be difficult to match the design at first. However, I have added the relative path of the design in the code comments, which can be searched or located for the corresponding page. I hope this will be helpful to you.

  • This project uses the FlutterJsonBeanFactory plugin to generate Beans.

  • Web performance may be slower due to large resource files such as js and deployment on Github.

Summary of Experience

Tripartite library used

| library | Functionality | | -------------------------- | --------------- | | dio | Networking library | | provider | State management | | flutter2damap | 2D map from Amap | | cachednetworkimage | Image loading | | fluro | Routing management | | flutter_oktoast | Toast notifications | | common_utils | Common Dart utility library | | flutter_slidable | Swipe-to-delete | | flustars | Common Flutter utility library | | flutter_swiper | Flutter carousel component | | url_launcher | Plugin for launching URLs | | image_picker | Plugin for selecting images | | rxdart | Reactive extensions for Dart | | webview_flutter | WebView plugin | | keyboard_actions | Handling keyboard events | | azlistview | City selection list | | date_utils | Common date utility classes | | bezier_chart | Bezier chart | | sprintf | String formatting | | qrcodescanner | Scanning QR codes | | intl | Localization | | deviceinfoplus | Getting device information | | vibration | Vibration | | lottie | Animation effects |

For details, please refer to the pubspec.yaml file.

Plan:

  • [x] Web support.

  • [x] Migrate to null-safety.

  • [ ] Migrate to Navigator 2.0.

Thanks For

License

Copyright 2019 simplezhli

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Owner

  • Login: Hj4kyEM
  • Kind: user

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 3
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 3
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (3)
Top Labels
Issue Labels
Pull Request Labels
dependencies (3) github_actions (3)

Dependencies

.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/blank.yml actions
  • gege-circle/github-action master composite
.github/workflows/node.yml actions
  • actions/checkout v2 composite
  • codecov/codecov-action v2 composite
  • ljharb/actions/node/install main composite
  • ljharb/actions/node/matrix main composite
.github/workflows/main.yaml actions
  • actions/checkout v2 composite
.github/workflows/msbuild.yml actions
  • actions/checkout v2 composite
  • microsoft/setup-msbuild v1.0.2 composite
Cargo.lock cargo
  • 530 dependencies
Cargo.toml cargo
  • nix * development
  • regex * development
  • tempfile * development
  • clap *
  • env_logger 0.11
  • log 0.4
DESCRIPTION cran
  • base64enc * imports
  • glue * imports
  • googleAuthR * imports
  • jsonlite * imports
  • tibble * imports
Dockerfile docker
  • maven 3.5.2-jdk-8-alpine build
  • openjdk 8-jre-alpine build
FSH.StarterKit.nuspec nuget
AWS_EC2/requirements.txt pypi
  • awscli *
  • boto3 ==1.10.50
  • pandas *
  • plotly *
Backend/requirements.txt pypi
  • Django *
  • Pillow *
  • django-cors-headers *
  • folium ==0.2.1
  • ipython *
  • matplotlib *
  • numpy *
  • opencv-python *
  • pandas *
  • pdflatex *
  • pylatex *
  • scikit-image *
  • tensorflow *
Gemfile rubygems
  • asciidoctor = 2.0.11
  • asciidoctor-multipage = 0.0.12
  • concurrent-ruby = 1.1.7
  • tilt = 2.0.10
Gemfile.lock rubygems
  • asciidoctor 2.0.11
  • asciidoctor-multipage 0.0.12
  • bundler 2.2.5
  • concurrent-ruby 1.1.7
  • tilt 2.0.10
.github/workflows/check-links.yml actions
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-node v4 composite
  • actions/upload-artifact v4 composite
.github/workflows/_fetch_build_push_image.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v6 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
bower.json bower
  • d3 ~3.5.6
  • d3-geo-projection ~0.2.15
  • dat-gui ~0.5.1
  • font-awesome ~4.5.0
  • jquery ~2.1.4
  • lodash ~3.10.1
  • reveal.js ~3.2.0
  • stats.js *
  • topojson ~1.6.19
compile-build-date/Cargo.lock cargo
  • autocfg 1.0.1
  • chrono 0.4.19
  • itoa 0.4.7
  • libc 0.2.98
  • num-integer 0.1.44
  • num-traits 0.2.14
  • ryu 1.0.5
  • serde 1.0.127
  • serde_json 1.0.66
  • time 0.1.44
  • wasi 0.10.0+wasi-snapshot-preview1
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-x86_64-pc-windows-gnu 0.4.0
Podfile cocoapods
  • JitsiMeetSDK >= 0
ROS/Dockerfile docker
  • jupyter/minimal-notebook latest build
docker-compose.yml docker
  • compiler-backend latest
  • compiler-frontend latest
  • mysql latest
udacity-c3-deployment/docker/Dockerfile docker
  • nginx alpine build
go.mod go
  • github.com/pkg/errors v0.9.1
build.gradle maven
code/Flink/flink-basis-java/pom.xml maven
  • org.apache.flink:flink-java 1.9.0 provided
  • org.apache.flink:flink-streaming-java_2.11 1.9.0 provided
  • org.projectlombok:lombok 1.18.10 provided
  • log4j:log4j 1.2.17
  • org.slf4j:slf4j-log4j12 1.7.7
pom.xml maven
client/package-lock.json npm
  • 1314 dependencies
package-lock.json npm
  • 223 dependencies
package.json npm
  • gh-pages ^3.0.0 development
  • @material-ui/core ^4.10.1
  • @material-ui/icons ^4.9.1
  • @testing-library/jest-dom ^4.2.4
  • @testing-library/react ^9.5.0
  • @testing-library/user-event ^7.2.1
  • bindings ^1.5.0
  • bootstrap ^4.5.0
  • file-uri-to-path ^2.0.0
  • fontsource-roboto ^2.1.3
  • fs 0.0.1-security
  • ml-knn ^3.0.0
  • node-wit ^6.0.0
  • react ^16.13.1
  • react-bootstrap ^1.0.1
  • react-chat-widget ^3.0.3
  • react-dom ^16.13.1
  • react-scripts 3.4.1
  • react-sigma ^1.2.34
  • react-syntax-highlighter ^12.2.1
  • readline ^1.3.0
  • recharts ^1.8.5
  • regression ^2.0.1
  • string-builder ^0.1.6
  • title-case ^3.0.2
src/package.json npm
  • nodemon ^2.0.15 development
  • bcrypt ^5.0.1
  • body-parser ^1.19.1
  • cors ^2.8.5
  • express ^4.17.2
  • http-status ^1.5.0
  • jsonwebtoken ^8.5.1
  • mysql2 ^2.3.3
  • nodemailer ^6.7.2
  • sequelize ^6.12.0
yarn.lock npm
  • 970 dependencies
composer.json packagist
  • magento/framework 103.0.*
  • magento/module-backend 102.0.*
  • magepal/magento2-core >=1.1.11
  • php ~7.3.0|~7.4.0|~8.1.0|~8.2.0|~8.3.0
pubspec.lock pub
  • async 2.5.0-nullsafety.1
  • boolean_selector 2.1.0-nullsafety.1
  • characters 1.1.0-nullsafety.3
  • charcode 1.2.0-nullsafety.1
  • clock 1.1.0-nullsafety.1
  • cloud_firestore 0.14.3
  • cloud_firestore_platform_interface 2.2.0
  • cloud_firestore_web 0.2.1
  • collection 1.15.0-nullsafety.3
  • cupertino_icons 1.0.0
  • fake_async 1.2.0-nullsafety.1
  • firebase 7.3.3
  • firebase_auth 0.18.2
  • firebase_auth_platform_interface 2.1.2
  • firebase_auth_web 0.3.1+2
  • firebase_core 0.5.2
  • firebase_core_platform_interface 2.0.0
  • firebase_core_web 0.2.1
  • flutter 0.0.0
  • flutter_login_facebook 0.4.0+1
  • flutter_test 0.0.0
  • flutter_web_plugins 0.0.0
  • google_sign_in 4.5.6
  • google_sign_in_platform_interface 1.1.2
  • google_sign_in_web 0.9.2
  • http 0.12.2
  • http_parser 3.1.4
  • intl 0.16.1
  • js 0.6.2
  • list_ext 0.1.15
  • matcher 0.12.10-nullsafety.1
  • meta 1.3.0-nullsafety.3
  • nested 0.0.4
  • path 1.8.0-nullsafety.1
  • pedantic 1.9.2
  • plugin_platform_interface 1.0.3
  • provider 4.3.3
  • quiver 2.1.5
  • rxdart 0.24.1
  • sky_engine 0.0.99
  • source_span 1.8.0-nullsafety.2
  • stack_trace 1.10.0-nullsafety.1
  • stream_channel 2.1.0-nullsafety.1
  • string_scanner 1.1.0-nullsafety.1
  • term_glyph 1.2.0-nullsafety.1
  • test_api 0.2.19-nullsafety.2
  • typed_data 1.3.0-nullsafety.3
  • vector_math 2.1.0-nullsafety.3
pubspec.yaml pub
  • flutter_test {"sdk" => "flutter"} development
  • cupertino_icons ^0.1.2
  • flutter {"sdk" => "flutter"}
Pipfile pypi
  • lxml *
  • requests *
  • urllib3 >=1.26.5
pyproject.toml pypi
  • accelerate ==0.32.0
  • ai2-tango ==1.3.2
  • altair ==5.4.1
  • deepspeed ==0.14.4
  • marimo ==0.8.18
  • polars [pandas]==1.7.1
  • pyright ==1.1.377
  • ruff ==0.6.2
  • submitit ==1.5.1
  • tabulate ==0.9.0
  • torch ==2.3.1
  • torchrunx ==0.2.3
  • torchvision ==0.18.1
  • transformers ==4.42.3
  • triton ==2.3.1
  • tyro ==0.8.10
  • vl-convert-python ==1.6.1
requirement.txt pypi
  • 1.neo4j-community-3.5.20 *
  • 2.pyhanlp0.1.66 *
  • 3.django2.2.16 *
  • 4.py2neo2020.0.0 *
  • 5.apoc3.5.0.13-all *
  • 6.pytorch1.5 *
  • 7.torchtext0.6.0 *
requirements.txt pypi
  • certifi ==2024.7.4
  • chardet ==5.2.0
  • charset-normalizer ==3.3.2
  • idna ==3.7
  • numpy ==2.0.1
  • pandas *
  • python-dateutil ==2.9.0.post0
  • pytz ==2024.1
  • requests ==2.32.3
  • six ==1.16.0
  • tzdata ==2024.1
  • urllib3 ==2.2.2
setup.py pypi
  • colorama *
  • numpy *
  • pandas *
  • plotly *
.github/workflows/api-dev-workflow.yaml actions
  • actions/checkout v3 composite
  • docker/build-push-action v4 composite
  • docker/login-action 28218f9b04b4f3f62068d7b6ce6ca5b26e35336c composite
  • docker/metadata-action v5 composite
  • docker/setup-buildx-action v2 composite
  • mikefarah/yq v4.12.2 composite
  • peter-evans/create-pull-request v3 composite
environment.yml pypi
  • googlemaps *
  • twitter *