ssn 0.0.11 copy "ssn: ^0.0.11" to clipboard
ssn: ^0.0.11 copied to clipboard

A Flutter package containing SSN student demo apps, widgets, and reusable screens.

Changelog #

0.0.11 #

  • Replaced lib/calculator.dart with a cleaner simple calculator demo.
  • Added standard copy-paste usage instructions to the calculator file footer.
  • Re-validated and published the updated package release.

0.0.10 #

  • Refreshed the package for a new publish cycle.
  • Re-validated the current demo collection and package metadata for pub.dev release.

0.0.9 #

  • Reorganized only the locally linked demo files into small dependency-based folders.
  • Updated lib/ssn.dart exports to match the new linked-file locations.
  • Re-verified the package after the structural cleanup.

0.0.8 #

  • Improved the web AI calculator flow in lib/ai/ai_calculator_app.dart.
  • Added a second publishable web-focused variant at lib/ai/ai_calculator_app_v2.dart.
  • Reworked AI result handling for browser downloads and clearer success/error status feedback.

0.0.7 #

  • Added a reusable AI calculator demo under lib/ai/ai_calculator_app.dart.
  • Included copy-paste setup instructions so the AI calculator can be dropped into a fresh Flutter project's lib/main.dart.
  • Removed the temporary local lib/main.dart entrypoint used only for in-repo testing.

0.0.6 #

  • Moved the notification demo files fully into lib/important/notification/.
  • Removed the old outer lib/notification/ folder and cleaned stale exports.
  • Re-verified imports, dependencies, and analysis after the notification move.

0.0.5 #

  • Renamed non-important Dart files in lib/ to cleaner snake_case names.
  • Updated package exports and internal references after file renaming.
  • Fixed deprecated API usage and analyzer issues across the library.
  • Improved per-file footer instructions with destination paths, dependency lines, and platform setup notes.
  • Verified the package with project analysis before publishing.

0.0.4 #

  • Added a new lib/important/ collection with multiple Flutter example apps.
  • Added demo answers for todo, notes, recipes, students, employees, events, tickets, journal, calculator, BMI, weather, animated ball, drawing, cooking timer, video player, portfolio navigation, e-commerce navigation, hotel maps, unit conversion, budget, expense, and form validation.
  • Added database-backed customer and library management examples.
  • Added sqflite and path dependencies for local database support.
  • Fixed analyzer issues in the new database-backed examples so flutter pub publish --dry-run passes cleanly.

0.0.3 #

  • Added google_map_screen_new.dart.
  • Added notification/notification_app_new.dart.
  • Added notification/flask_server_new.py as the matching demo backend.
  • Added the geolocator dependency for the new map demo.
  • Hid duplicate MyApp exports to avoid ambiguous imports from package:ssn/ssn.dart.

0.0.2 #

  • Added theme_changer_new.dart.
  • Added simple_calculator_new.dart.
  • Added simple_game_new.dart.
  • Added movie_app_new.dart.
  • Added http_example_new.dart.
  • Added the http dependency for network demo support.

0.0.1 #

  • Initial public package setup for the ssn Flutter package.
  • Added package README content for pub.dev usage.
  • Fixed library exports so consumers can import package:ssn/ssn.dart.
  • Reworked game2.dart into a standalone demo entrypoint.
0
likes
140
points
30
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package containing SSN student demo apps, widgets, and reusable screens.

Homepage

License

MIT (license)

Dependencies

flame, flutter, flutter_tts, geolocator, google_maps_flutter, http, image_picker, path, path_provider, percent_indicator, speech_to_text, sqflite, url_launcher, vibration, video_player

More

Packages that depend on ssn