Skip to content
View Sena-dogan's full-sized avatar
💛
bumblebeeee
💛
bumblebeeee
  • İstanbul

Highlights

  • Pro

Organizations

@DevOpen-io
Block or Report

Block or report Sena-dogan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Sena-dogan/README.md

Heyyy, I'm Sena 👻 🎸 💻📲

a mobile application developer who loves building apps with Flutter. Currently studying at Ecole 42, I'm passionate about science, technology, and learning new things.

You'll find here some of my projects and packages that showcase my skills and interests in the Flutter ecosystem.

Reach me

LinkedIn Badge Website Badge

Collaborate with me

If you're interested in collaborating on a project or need help with something, feel free to reach out to me. I'm always happy to learn from others and contribute to the open-source community.

Pinned Loading

  1. so_long so_long Public

    Game with C

    C

  2. MotivaLux MotivaLux Public

    Motivation App from Bumblebee

    Dart

  3. scoob scoob Public

    Scoob Dog App

    Dart 1

  4. LandmarksApp LandmarksApp Public

    My First SwiftUI App :)))

    Swift 1

  5. GroG GroG Public

    Drinks App :)))

    Dart

  6. Basic Example of Using Bundle in Swift Basic Example of Using Bundle in Swift
    1
    # Basic Example of Using Bundle in Swift
    2
    
                  
    3
    This Swift code example demonstrates how to use bundles to load and decode a JSON file in an iOS application. The `ModelData` class is an observable object that manages landmark data, while the `load` function reads and parses JSON data from the main bundle. The explanation includes a brief overview of what a bundle is and what types of resources can be accessed through a bundle.
    4
    
                  
    5
    ## Code