ssn
ssn is a Flutter package that bundles a collection of student demo apps,
widgets, and screens in one reusable package.
What is included
- Calculator UI
- Google Maps demo screen
- Video player demos
- AR/VR and robotics demo screens
- Smart irrigation, cooking timer, traffic light, and other academic mini-apps
Install
Add the package to a Flutter project:
flutter pub add ssn
Then fetch packages:
flutter pub get
Usage
Import the package:
import 'package:ssn/ssn.dart';
Use any exported widget or screen in your app:
import 'package:flutter/material.dart';
import 'package:ssn/ssn.dart';
void main() {
runApp(const MaterialApp(home: Calculator()));
}
Notes
This package currently exports the original demo files as they were created, so some file names are intentionally kept as-is for compatibility with the package contents.
Libraries
- ai/ai_calculator_app
- animated_traffic_lights
- animated_traffic_lights_four_way_junction
- ar_vr_camera_demo/ar_vr_camera
- ar_vr_camera_demo/ar_vr_camera_screen
- basic_web_page_ssn_college
- calculator
- circular_cooking_timer
- collision_avoidance_graded_alerting_system
- designing_autonomous_car_driving_system
- distance_between_source_and_destination
- drone_control_demo/drone_dashboard
- drone_control_demo/robotic_drone_control_system
- full
- game_runner/game1
- game_runner/game2
- game_runner/game_screen
- google_map
- google_map_screen_new
- home_automation_system
- http_example_new
- important/animated_ball_answer
- important/animated_weather_answer
- important/arithmetic_calculator_answer
- important/bmi_calculator_answer
- important/budget_management_answer
- important/cooking_timer_answer
- important/customer_management_database_answer
- important/daily_journal_answer
- important/employee_management_answer
- important/event_management_answer
- important/expense_manager_answer
- important/form_validation_answer
- important/google_maps_directions_answer
- important/hotel_search_maps_answer
- important/library_management_database_answer
- important/news_reader_answer
- important/note_taking_answer
- important/notification/notification_app_new
- important/recipe_app_answer
- important/shape_drawing_answer
- important/student_management_answer
- important/ticket_booking_answer
- important/todo_app_answer
- important/unit_converter_answer
- important/video_player_web_url_answer
- library_management_system
- movie_app_new
- multi_lingual_language_translation_system
- paddy_robot_demo/paddy_field_robot_controller
- paddy_robot_demo/robot_dashboard
- reactor_control_demo/reactor_dashboard
- reactor_control_demo/robotic_nuclear_reactor_control
- retinal_fundus_image_captioning
- retinal_fundus_image_classification
- simple_calculator_new
- simple_game_new
- single_window_counseiling_anna_university
- single_window_system_admission_anna_university_tamil
- smart_irrigation_demo/home_page
- smart_irrigation_demo/smart_irrigation
- ssn
- theme_changer_new
- traffic_signals_in_a_junction
- video_player
- video_player_2
- voice_enabled_smart_cooking_timer
- web_page_election_commission_india
- web_page_election_commission_india_tamil
- web_page_welfare_schemes_tamilnadu_government