Skip to content
View nadas00's full-sized avatar
🎯
Flutter Developer
🎯
Flutter Developer
  • İzmir

Highlights

  • Pro
Block or Report

Block or report nadas00

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
nadas00/README.md
class _WelcomeState extends State<Welcome> {
  @override
  Widget build(BuildContext context) {
    return Container(
      child: Text('I am currently learning Dart and Flutter'),
    );
  }
}
with open('Welcome.txt', 'w+') as file:
    file.write('and Also Python\n')
    file.seek(0)
    print(file.read())

Pinned Loading

  1. save-location-simple save-location-simple Public

    An application that provides user to bookmark their locations with a simple way

    Dart 2

  2. Stok-Takip Stok-Takip Public

    Stok Takip Uygulaması

    HTML 2

  3. Gezelim Gezelim Public

    Swift 1 1

  4. swiftui-animated-login-page swiftui-animated-login-page Public

    Animated login and register page.

    Swift

  5. todo-team todo-team Public

    A Flask, SQLAlchemy powered web application that provides user to create todo list for a group and manage their schedules.

    Python

  6. flutter-instagram-clone flutter-instagram-clone Public

    An indexed stack app with custom navigationbar for template using purpose

    Dart