ssn 0.0.11
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.dartwith 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.dartexports 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.dartentrypoint 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-
importantDart files inlib/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
sqfliteandpathdependencies for local database support. - Fixed analyzer issues in the new database-backed examples so
flutter pub publish --dry-runpasses cleanly.
0.0.3 #
- Added
google_map_screen_new.dart. - Added
notification/notification_app_new.dart. - Added
notification/flask_server_new.pyas the matching demo backend. - Added the
geolocatordependency for the new map demo. - Hid duplicate
MyAppexports to avoid ambiguous imports frompackage: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
httpdependency for network demo support.
0.0.1 #
- Initial public package setup for the
ssnFlutter package. - Added package README content for pub.dev usage.
- Fixed library exports so consumers can import
package:ssn/ssn.dart. - Reworked
game2.dartinto a standalone demo entrypoint.